ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 377 - DVA-C01 discussion

Report
Export

Given the following AWS CloudFormation template:

What is the MOST efficient way to reference the new Amazon S3 bucket from another AWS CloudFormation template?

A.
Add an Export declaration to the outputs section of the original template and use ImportValue in other templates.
Answers
A.
Add an Export declaration to the outputs section of the original template and use ImportValue in other templates.
B.
Add Exported: True to the ContentBucket in the original template and use ImportResource in other templates.
Answers
B.
Add Exported: True to the ContentBucket in the original template and use ImportResource in other templates.
C.
Create a custom AWS CloudFormation resource that gets the bucket name from the ContentBucket resource of the first stack.
Answers
C.
Create a custom AWS CloudFormation resource that gets the bucket name from the ContentBucket resource of the first stack.
D.
Use Fn: : Include to include the existing template in other template and use the ContentBucket resource directly
Answers
D.
Use Fn: : Include to include the existing template in other template and use the ContentBucket resource directly
Suggested answer: D
asked 16/09/2024
Leandro Zaneratto
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first