Articles → AWS → Create An S3 Bucket Using The YAML File In AWS Cloudformation
Create An S3 Bucket Using The YAML File In AWS Cloudformation
YAML File
Resources:
MyS3Bucket:
Type: AWS::S3::Bucket
Properties: {}
Upload YAML As Cloudformation Template
Output