AWS CloudFormation – Building an S3 Bucket for Website Hosting

AWS CloudFormation – Building an S3 Bucket for Website Hosting

This is part of Phase 1 of continuously deploying an Angular app to S3. To get the source used in this video and all videos in Phase 1 download the following repository and use the Phase1 branch.

https://github.com/lyraddigital/angular-devops

As part of the building and deploying an Angular application in AWS, we need to be able to automate the creation of the S3 bucket that will be used to host the app. In this video we do this using a simple CloudFormation template. We also understand the very basics of CloudFormation as well.

For more information on CloudFormation and how to create an S3 Bucket using YAML, you can refer to the 2 following pages.

CloudFormation homepage – https://aws.amazon.com/cloudformation/
S3Bucket properties – https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html

You May Also Like