LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Professional

AWS Certified Solutions Architect - Professional

Get started today

Ultimate access to all questions.


A company with 50 AWS accounts within an AWS Organization seeks to interconnect VPCs across these accounts using AWS Transit Gateway. They aim to automate the creation of a new VPC and a corresponding transit gateway attachment whenever a new member account is added. Which two actions will achieve this automation?

Exam-Like




Explanation:

Option A, which suggests using AWS Resource Access Manager from the management account to share the transit gateway with member accounts, is correct because AWS RAM allows the sharing of AWS resources with other AWS accounts within the same organization. Option C, which involves deploying an AWS CloudFormation stack set from the management account to automatically create a new VPC and a VPC transit gateway attachment in member accounts, and associating it with the transit gateway using its ID, is also correct. This approach ensures automation of the required resources each time a new member account is added, thereby meeting the company's need for efficiency and reducing operational effort.

Powered ByGPT-5