Create S3 Bucket using CloudFormation
In this blog we will see basic implementation of CloudFormation to create a Bucket using Template file,
Create a Template File to create a Bucket
Copy this content in a text file,
{
"AWSTemplateFormatVersion":"2010-09-09",
"Description":"Template f...
legiondev.hashnode.dev1 min read