AWS Certified SysOps Administrator – Associate (legacy) — Question 123

A company has 50 AWS accounts and wants to create an identical Amazon VPC in each account. Any changes the company makes to the VPCs in the future must be implemented on every VPC.
What is the SIMPLEST method to deploy and update the VPCs in each account?

Answer options

Correct answer: D

Explanation

The correct answer is D because using an AWS CloudFormation StackSet allows you to deploy and manage the VPC across multiple accounts in a consistent manner, simplifying updates and management. Options A, B, and C involve more manual steps or complexity, which makes them less efficient for managing identical VPCs across many accounts.