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?
Explanation:
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.