Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In AWS CloudFormation, how can you efficiently reference an Amazon S3 bucket created by one template in another template?
A
Utilize Export declaration in the original template's Outputs and ImportValue in subsequent templates.
B
Implement Exported: true for the Content.Bucket and use ImportResource in other templates.
C
Develop a custom CloudFormation resource to retrieve the bucket name from the first stack's ContentBucket.
D
Employ Fn::Include to incorporate the original template and directly reference the ContentBucket resource.