AWS - CloudFormation
Given this CloudFormation snippet:
What resource will be created?
{
"Resources": {
"MyBucket": {
"Type": "AWS::S3::Bucket"
}
}
}What resource will be created?
