
Ultimate access to all questions.
A company utilizes AWS Organizations and AWS Control Tower for managing its AWS accounts, employing the Enterprise Support plan. A DevOps engineer is tasked with provisioning new accounts using Account Factory for Terraform (AFT). Upon provisioning, it is observed that the new accounts are assigned the Basic Support plan instead of the desired Enterprise Support plan. The engineer must devise a solution to ensure that all newly provisioned accounts are set with the Enterprise Support plan. Which of the following solutions would effectively address this requirement?
A
Implement an AWS Config conformance pack to deploy the account-part-of-organizations AWS Config rule and automatically remediate any accounts that are noncompliant with the Enterprise Support plan.
B
Develop an AWS Lambda function that creates a support ticket with AWS Support to upgrade the account to the Enterprise Support plan, ensuring the Lambda function has the necessary support:ResolveCase permission.
C
Modify the control_tower_parameters input by adding a specific parameter to set the AWSEnterpriseSupport attribute to the organization's management account number, thereby ensuring the Enterprise Support plan is applied.
D
Configure the aft_feature_enterprise_support feature flag to True within the AFT deployment input configuration, then redeploy AFT to apply the changes, enabling the provisioning of accounts with the Enterprise Support plan._