The docs here don't specify how to set the name of the bucket. Is it possible to do in a cfn template?
You can specify the BucketName as a property like so:
"Resources" : {
"bucketresource" : {
"Type" : "AWS::S3::Bucket",
"Properties" : {
"BucketName" : "stack-with-pictures"
}
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With