AWS - CloudFormation
Given this snippet of a CloudFormation JSON template:
What resource will this template create?
{
"Resources": {
"MyBucket": {
"Type": "AWS::S3::Bucket"
}
}
}What resource will this template create?
