From the course: AWS CloudFormation for Beginners

Unlock the full course today

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

Deploy an S3 bucket

Deploy an S3 bucket

From the course: AWS CloudFormation for Beginners

Start my 1-month free trial

Deploy an S3 bucket

- [Instructor] In this demonstration, we will be deploying a simple AWS S3 bucket using the previously discussed CloudFormation template. To follow along, first log into your AWS account. Next get to the CloudFormation servers. I click on create stack. Here it gives me three options. I can use a template that is ready or use a sample or create a new template using the designer. Since our template is ready, I will select template is ready. Next, we have to specify where the template is. Since I have the exercise file downloaded, I will click on the choose file. I will browse to the 0303 folder. Click begin and select the template file. I click next. It asks me for a stack name. This is the unique name given to every CloudFormation stack. I'm going to use the simple name demo and click next. Now it gives us some additional options. First is the ability to specify some tags. These tags are not only attached to the…

Contents