Comprehensive and Detailed Explanation:
Option C offers a scalable and low-overhead solution for managing custom controls across multiple AWS accounts:
AWS Control Tower provides a pre-configured environment to set up and govern a secure, multi-account AWS environment based on AWS best practices.
Customizations for AWS Control Tower (CfCT) allows for the deployment of custom configurations and resources, such as AWS Config rules and IAM policies, across accounts and organizational units using AWS CloudFormation templates.
Amazon EventBridge integrates with AWS Control Tower to automate the deployment of customizations during account provisioning events, ensuring that all new accounts adhere to the defined controls without manual intervention.
This approach ensures consistent enforcement of custom controls across all accounts with minimal operational overhead.
[References:, AWS Control Tower: Automates the setup of a baseline environment, or landing zone, that is a secure, well-architected multi-account AWS environment., Customizations for AWS Control Tower: Enables you to customize your AWS Control Tower landing zone using AWS CloudFormation templates and service control policies (SCPs)., Amazon EventBridge: A serverless event bus that makes it easier to build event-driven applications at scale using events generated from your applications, integrated SaaS applications, and AWS services., , , ]
Submit