
Answer-first summary for fast verification
Answer: Deploy the Customizations for AWS Control Tower (CfCT) solution. Utilize an AWS CodeCommit repository as the source. Within the repository, create a custom package that includes the CloudFormation templates and SCP JSON documents.
The correct answer is D. The Customizations for AWS Control Tower (CfCT) solution is specifically designed to automate the process of deploying resources and applying custom configurations across all AWS accounts created within a Control Tower environment. By utilizing an AWS CodeCommit repository as the source, you can create custom packages that include the necessary CloudFormation templates and Service Control Policy (SCP) JSON documents. This approach ensures that new accounts are automatically configured with the required resources and policies without manual intervention.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company has adopted AWS for hosting a new application and requires a multi-account strategy. A DevOps engineer has established a new AWS account, an organization within AWS Organizations, and an organizational unit (OU) structure using AWS Control Tower. The engineer is tasked with implementing a solution that automatically deploys necessary resources for new accounts created via AWS Control Tower Account Factory. This solution must apply customized AWS CloudFormation templates and Service Control Policies (SCPs) tailored to each new account or OU. All OUs are enrolled in AWS Control Tower. Which solution offers the most automated approach to fulfill these requirements?
A
Use AWS Service Catalog in conjunction with AWS Control Tower. Develop portfolios and products within AWS Service Catalog. Assign specific permissions to provision these resources. Deploy SCPs using the AWS CLI and JSON documents.
B
Deploy CloudFormation stack sets utilizing the necessary templates. Activate automatic deployment. Deploy stack instances to the relevant accounts. Deploy a CloudFormation stack set to the organization's management account to apply SCPs.
C
Create an Amazon EventBridge rule to detect the CreateManagedAccount event. Set AWS Service Catalog as the target to deploy resources to any new accounts. Deploy SCPs using the AWS CLI and JSON documents.
D
Deploy the Customizations for AWS Control Tower (CfCT) solution. Utilize an AWS CodeCommit repository as the source. Within the repository, create a custom package that includes the CloudFormation templates and SCP JSON documents.