- [Instructor] In order to demonstrate change sets…with CloudFormation we're going to need a template…to create first.…Let's head into the CloudFormation console…using the recently visited services section.…Here we're going to create a new stack.…We need a template to use,…so I'm going to head over to my console…where I've downloaded the repo of CloudFormation…templates associated with this course.…There's one called instance and security group.yml.…Let's take a look at what's inside.…
For the top you'll see there's a section for parameters,…including instance name, VPC,…Subnet, keyname, instance AMI,…and instance type,…all things that we're going to need later in the template.…In the resources we have just two things,…a security group called my security group,…which opens up port 443 to the world,…and an Instance to which we will apply the security group,…called MyInstance.…You can see that it gets most of its parameter…values from the CloudFormation stack parameters.…
Finally in our outputs there's the Instance ID…
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: Practice updating a CloudFormation stack