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.

Deploy and scale an AWS Elastic Beanstalk app

Deploy and scale an AWS Elastic Beanstalk app - Amazon Web Services (AWS) Tutorial

From the course: Complete Guide to AWS Software Deployment

Deploy and scale an AWS Elastic Beanstalk app

- [Instructor] So let's recap what we've done so far. We've initialized a Beanstalk app, created an environment for that app, namely the development environment. We've connected to a host in our auto-scaling group and explored the various options we have for troubleshooting the app. We resolved an issue by using eb setenv to push an environment variable, and we created an RDS database and connected it to our app. Congratulations! The hard part is done. These are the kind of steps that you only need to perform to get the provisioning just right on any new app. You might not have to go to the depth of SSH-ing into an instance, but there will always be a few steps to make sure that deployment works every time. And now that you have, it's time to get to the good stuff, which is building your app and deploying changes to Beanstalk. This is something you'll do frequently. After all, the purpose of this entire setup is to give you a way to quickly make changes to your app and not worry about…

Contents