
Ultimate access to all questions.
A solutions architect is tasked with deploying a new security tool across multiple previously unused AWS Regions using an AWS CloudFormation stack set. The stack set's template includes an IAM role with a custom name. However, upon attempting to create the stack set, no stack instances are successfully deployed. What corrective action should the solutions architect take to ensure successful deployment of the stacks?
A
Enable the new Regions in all relevant accounts and specify the CAPABILITY_NAMED_IAM capability during the stack set creation.
B
Request a quota increase for the number of CloudFormation stacks in each new Region via the Service Quotas console and specify the CAPABILITY_IAM capability during the stack set creation._
C
Specify the CAPABILITY_NAMED_IAM capability and use the SELF_MANAGED permissions model during the stack set creation._
D
Specify an administration role ARN and the CAPABILITY_IAM capability during the stack set creation._