
Answer-first summary for fast verification
Answer: CAPABILITY_NAMED_IAM
The correct answer is D. To deploy IAM resources with custom names using AWS CloudFormation, you must specify the CAPABILITY_NAMED_IAM capability. This capability acknowledges that you are creating IAM resources with custom names and that these resources might affect permissions in your AWS environment. Without specifying this capability, CloudFormation will return an InsufficientCapabilities error. More details can be found in the AWS documentation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When deploying an AWS CloudFormation stack with custom-named IAM resources results in an InsufficientCapabilities error, which capability should be specified in the stack to resolve the issue?
A
CAPABILITY_AUTO_EXPAND
B
Using an administrator's role for deployment
C
CAPABILITY_IAM
D
CAPABILITY_NAMED_IAM
No comments yet.