Multiple Choice
A Developer is preparing a deployment package using AWS CloudFormation. 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 Ref 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::ImportValue function in the application template.
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q64: A Developer has published an update to
Q65: A Developer is asked to implement a
Q66: You are providing AWS consulting services for
Q67: An e-commerce site allows returning users to
Q68: A developer is adding a feature to
Q70: A company is migrating its on-premises database
Q71: A company maintains an application that uses
Q72: Which of the following items are required
Q73: Which DynamoDB limits can be raised by
Q74: A developer has built an application using