Saturday, 16 September 2017

Amazon Web Service CodeDeploy supports utilizing the Network Load Balancers

Amazon Web Service CodeDeploy supports using the Network Load balancers for green/blue and in place deployments. With this new release of the update, you can select between an Application Load balancer, A Network Load Balancer and A classic Load balancer for the Deployment groups. AWS CodeDeply automates the code deployments to any instance that also includes Amazon EC2 instances and also instances that are running on the premises. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...