AWS Elastic Beanstalk for .NET now supports the Amazon Virtual Private Cloud .



For those who unfamiliar, Elastic Beanstalk allows you more or less to easily deploy and manage .NET applications on Amazon Web Service.
Henceforth with Amazon VPC, you can set up your own virtual network and you can configure Elastic Beanstalk to run your .NET applications inside of this logically isolated section of the AWS cloud. This means you can create
for example a private subnet where you host your Elastic Beanstalk backend services and then expose the public-facing web application in a public subnet.
You can visit this page to learn more about Using Amazon Web Service Elastic Beanstalk with Amazon VPC.

Popular Posts