Setup Cloud Formation in a few Easy Steps
A simple example of an AWS CloudFormation template written in YAML. This template creates an Amazon S3 bucket:
This CloudFormation template consists of the following sections:
AWSTemplateFormatVersion: Specifies the CloudFormation template version.
...
glitchofcode.hashnode.dev2 min read