Which section of the template should you edit so that the DNS of the load balancer is returned upon creation of the stack?

You have written a CloudFormation template that creates 1 Elastic Load Balancer fronting 2 EC2 Instances.

Which section of the template should you edit so that the DNS of the load balancer is returned upon creation of the stack?
A .  Resources
B .  Outputs
C .  Parameters
D .  Mappings

Answer: B

Explanation:

You can use AWS CloudFormation’s sample templates or create your own templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run yourapplication.

Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/outputs-section-structure.html

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments