- [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 has one database model to store those works of art.…You can create, update, and delete records.…This course demonstrates AWS deployment tools…through the lens of this app, though some…of the application's specific steps may vary.…For web apps built in other languages,…the concepts associated with the AWS deployment services…will carry over from language to language,…framework to framework.…
Here's what the app looks like.…To run this app, we need Ruby and Ruby Gems installed,…plus Bundler, the Ruby package manager.…Chances are good you have the first two.…To check on whether you have Bundler,…you can say Bundle dash V.…If you need to install it, you can use Ruby Gems…by saying gem install bundler.…There's a file called a gem file in this application.…Inside the gem file, there's a list of dependencies…
Author
Released
12/24/2018- Understanding AWS EC2
- Creating an EC2 instance
- Provisioning with CloudFormation
- Architecting apps for horizontal scaling
- Creating an Elastic Beanstalk environment and app
- Using OpsWorks
- Deploying apps with CodeDeploy
- Working with the Cloud9 cloud-based IDE
- Quickly setting up coding projects with CodeStar
Skill Level Intermediate
Duration
Views
Related Courses
-
AWS: Storage and Data Management
with Brandon Rich4h 25m Intermediate
-
Introduction
-
What you should know1m 10s
-
Initial setup3m 26s
-
1. AWS EC2 Foundations
-
Understand AWS EC26m 2s
-
Understand AWS Auto Scaling4m 59s
-
-
2. EC2 Creation and Provisioning
-
Create an EC2 instance13m 24s
-
-
3. Deployment Concepts
-
Forking the demo app2m 20s
-
4. Elastic Beanstalk
-
Understand Elastic Beanstalk5m 43s
-
Deployment options2m 2s
-
Beanstalk database5m 20s
-
Beanstalk configuration6m 41s
-
Customize Elastic Beanstalk3m 36s
-
Elastic Beanstalk teardown1m 26s
-
-
5. OpsWorks
-
OpsWorks key concepts6m 14s
-
Create an OpsWorks stack2m 33s
-
Create an OpsWorks layer4m 17s
-
Define an application6m 30s
-
Create a database6m 9s
-
OpsWorks teardown2m 19s
-
-
6. CodeDeploy
-
AWS CodeDeploy key concepts4m 32s
-
CodeDeploy: IAM setup4m 40s
-
CodeDeploy: App creation3m 31s
-
Understand AWS CodeBuild2m 52s
-
CodeDeploy teardown3m 6s
-
S3 teardown1m 49s
-
-
7. CodeDeploy for Lambda
-
Understand AWS Cloud93m 7s
-
-
8. CodeStar
-
Understand AWS CodeStar2m 33s
-
Create a CodeStar project3m 37s
-
-
Concusion
-
Next steps28s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Demo app introduction