Amazon
SOA-C02 · Question #646
A SysOps administrator is creating a nested AWS CloudFormation stack. One stack creates a VPC. A second stack needs to reference the ID of the VPC to create resources in the VPC. Which solution will m
Sign in or unlock SOA-C02 to reveal the answer and full explanation for question #646. The question stem and answer options stay visible for context.
Submitted by asante_acc· Mar 30, 2026Deployment, Provisioning, and Automation
Question
A SysOps administrator is creating a nested AWS CloudFormation stack. One stack creates a VPC. A second stack needs to reference the ID of the VPC to create resources in the VPC. Which solution will meet these requirements with the LEAST operational effort?
Options
- AConfigure the first stack to store the VPC ID in an AWS Systems Manager Parameter Store
- BConfigure the first stack to output the VPC ID as a shared value. Use the Fn::GetAtt function in
- CConfigure the second stack to consume the output of the first stack.
- DConfigure the first stack to store the VPC ID as a parameter in AWS Secrets Manager.
Unlock SOA-C02 to see the answer
You've previewed enough free SOA-C02 questions. Unlock SOA-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#CloudFormation nested stacks#stack outputs#cross-stack reference#Fn::ImportValue