Reputation: 11426
The Publish Web wizard in Visual Studio 2015 no longer allows you to create a new profile and specify the connection parameters. You can see what it looks like in the official docs here.
As such there appears to be no way to use the Web Deploy to publish to AWS other than publishing to the file system and manually copying that across yourself.
How can I publish a ASP.NET 5 MVC 6 website directly to an EC2 AWS instace using Web Deploy now?
Upvotes: 0
Views: 630
Reputation: 14383
Looks like you need to import the publish profile until they make improvements in the next preview version:
We are working on simplifying the experience for the next version.
I haven't tried but I assume you could create the profile file yourself using the specification:
Upvotes: 2