From the course: AWS for DevOps: Monitoring, Metrics, and Logging

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Use CloudFormation

Use CloudFormation - Amazon Web Services (AWS) Tutorial

From the course: AWS for DevOps: Monitoring, Metrics, and Logging

Start my 1-month free trial

Use CloudFormation

- [Instructor] So let's look at cloud formation. Now inside the console we've actually already used this when we were looking at spinning up individual services. Let's review some of the stacks which we've already implemented from our templates just to understand how this works. We started with an S3 template, so I'm going to click on it. And you can see that it gets a stack ID because we implemented it. And it has some output, so it built a bucket basically and it enabled it to be a website. And there is our physical ID, and here is our event log, and we can drill into the events and get more information. Here is the actual template, so it's a JSON file. We have parameters that are exposed by our template. Key in a value for tagging, and we didn't tag this one. We did not set a stack policy. This would be an additional set of information about under what conditions this template could be run as a stack or implemented. And the last thing here is really interesting. These are change…

Contents