From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
AWS Elastic Beanstalk deployment options - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
AWS Elastic Beanstalk deployment options
- [Instructor] Now that we've created an Elastic Beanstalk app and environment, our infrastructure is waiting for us to deploy a code. Let's take a look at the options Beanstalk makes available to us. We can deploy from the command line with the AWS Beanstalk command line tool, which also gives us commands to build, monitor, and configure EB environments. We can also upload applications via the Elastic Beanstalk web console. No matter which method we choose, each time we deploy a new application version, Beanstalk stores it in S3. So we always have a history of what we've deployed. Beanstalk also gives us flexibility on how we deploy. In a single instance environment, deployments will be instantaneous. Our app will be unavailable to users while the new code is being deployed. In a rolling deployment, individual instances are removed from the load balancer. While they're disconnected and not serving requests to users, Beanstalk deploys the new application revision to them. After the…
Contents
-
-
-
-
-
-
(Locked)
Understanding AWS Elastic Beanstalk5m 32s
-
(Locked)
AWS Elastic Beanstalk deployment options2m 14s
-
(Locked)
Initialize an AWS Elastic Beanstalk application9m 54s
-
(Locked)
Create an AWS Elastic Beanstalk environment6m 1s
-
(Locked)
Customize AWS Elastic Beanstalk with ebextensions2m 59s
-
(Locked)
Troubleshoot Elastic Beanstalk and set environment variables10m 5s
-
(Locked)
Add a database to AWS Elastic Beanstalk7m 9s
-
(Locked)
Deploy and scale an AWS Elastic Beanstalk app6m 57s
-
(Locked)
Deploy Docker containers via AWS Elastic Beanstalk3m 23s
-
(Locked)
Elastic Beanstalk teardown5m 26s
-
(Locked)
-
-
-
-