I wanted to setup web deployment from Visual Studio into an AWS EC2 instance.
First, I launched a EC2 instance of Windows Server 2019 Base. I added IIS and ASP.NET Windows features. Then I downloaded Web Deploy 3.6 msi and chose to install "complete features".
After that, I started IIS manager, and went to "Default web site". Under the "Management" group, I expect to see a "IIS Manager Permissions" icon, but it was not there. I need it to enter the user name/password, which will be used by my Visual Studio to connect to this IIS.
Where did I get it wrong?