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.

Introducing the demo app

Introducing the demo app

- [Instructor] In order to demonstrate the functionality of the various AWS application deployment services, we need a demo application. My Art Gallery is a very simple Ruby on Rails app that lets me keep track of my favorite works of art. It is one database model to store those works. You can create, update, and delete records. While this course demonstrates AWS deployment tools through the lens of this one particular app, the concepts associated with the AWS deployment services will carry over from language to language, framework to framework. If you're a developer and you're using something different like Python or Node, think about the setup and configuration steps it takes to get your application running. As I'm showing you how to use these tools like Elastic Beanstalk and AWS CodeDeploy to execute those kinds of setup steps on this Ruby app, think about how you'd apply the same tools to your stack. So this is the app. Very simple here. You've got the ability to show different…

Contents