nerdexam
AmazonAmazon

DOP-C02 · Question #15

DOP-C02 Question #15: Real Exam Question with Answer & Explanation

The correct answer is C: Use nested stacks to define common infrastructure components. Use Fn::ImportValue intrinsic. https://repost.aws/knowledge-center/cloudformation-template-validation

Submitted by kev92· Mar 6, 2026Configuration Management & Infrastructure as Code

Question

A rapidly growing company wants to scale for developer demand for AWS development environments. Development environments are created manually in the AWS Management Console. The networking team uses AWS CloudFormation to manage the networking infrastructure, exporting stack output values for the Amazon VPC and all subnets. The development environments have common standards, such as Application Load Balancers, Amazon EC2 Auto Scaling groups, security groups, and Amazon DynamoDB tables. To keep up with demand, the DevOps engineer wants to automate the creation of development environments. Because the infrastructure required to support the application is expected to grow, there must be a way to easily update the deployed infrastructure. CloudFormation will be used to create a template for the development environments. Which approach will meet these requirements and quickly provide consistent AWS environments for developers?

Options

  • AUse Fn::ImportValue intrinsic functions in the Resources section of the template to retrieve Virtual
  • BUse nested stacks to define common infrastructure components. To access the exported values,
  • CUse nested stacks to define common infrastructure components. Use Fn::ImportValue intrinsic
  • DUse Fn::ImportValue intrinsic functions in the Parameters section of the root template to retrieve

Explanation

https://repost.aws/knowledge-center/cloudformation-template-validation

Topics

#CloudFormation#Nested Stacks#Fn::ImportValue#Infrastructure Automation

Community Discussion

No community discussion yet for this question.

Full DOP-C02 PracticeBrowse All DOP-C02 Questions