ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 324 - DVA-C01 discussion

Report
Export

A developer is preparing a deployment package using AWS Cloud Formation. The package consists of two separate templates: one for the infrastructure and one for the application. The application has to be inside the VPC that is created from the infrastructure template How can the application stack refer to the VPC created from the infrastructure template?

A.
Use the Ret function to import the VPC into the application stack from the infrastructure template
Answers
A.
Use the Ret function to import the VPC into the application stack from the infrastructure template
B.
Use the export flag in the infrastructure template, and then use the Fn::lmportValue function in the application template
Answers
B.
Use the export flag in the infrastructure template, and then use the Fn::lmportValue function in the application template
C.
Use the DependsOn attribute to specify that the application instance depends on the VPC in the application template
Answers
C.
Use the DependsOn attribute to specify that the application instance depends on the VPC in the application template
D.
Use the Fn::GetAtt function to include the attribute of the VPC in the application template.
Answers
D.
Use the Fn::GetAtt function to include the attribute of the VPC in the application template.
Suggested answer: A
asked 16/09/2024
Chakravarthy Sankaranarayanan
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first