Chapter 13. AWS Elastic Beanstalk
Traditionally, if you wanted to deploy an application, you needed to have the underlying infrastructure ready. And, you know, infrastructure includes various servers, networking, and storage related components. So, even if you have the application code that needs to be tested ready, you need to work with your infrastructure team and get everything sorted out before you deploy and test your application. Getting the infrastructure ready and testing your code before it goes to production is seen as a long process in every organization. In this cloud era, because of the cloud capability of providing disposable or immutable infrastructures, traditional application deployment and testing has changed significantly. In the last few years, elasticity, on-demand scalability, and time to market have impacted almost every other process in the enterprise to deploy code and manage infrastructure and security.
AWS provides various services to configure and deploy your applications...