AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 6

A company uses AWS Organizations and AWS Control Tower to manage all the company's AWS accounts. The company uses the Enterprise Support plan.
A DevOps engineer is using Account Factory for Terraform (AFT) to provision new accounts. When new accounts are provisioned, the DevOps engineer notices that the support plan for the new accounts is set to the Basic Support plan. The DevOps engineer needs to implement a solution to provision the new accounts with the Enterprise Support plan.
Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because setting the aft_feature_enterprise_support feature flag to True allows AFT to provision new accounts with the Enterprise Support plan. Options A and B do not directly address the provisioning process for the support plan, while option C incorrectly focuses on a parameter that does not influence the support plan during account creation.