Topic 1 Question 209
A developer is creating an AWS CloudFormation stack. The stack contains IAM resources with custom names. When the developer tries to deploy the stack, they receive an InsufficientCapabilities error.
What should the developer do to resolve this issue?
Specify the CAPABILITY_AUTO_EXPAND capability in the CloudFormation stack.
Use an administrators role to deploy IAM resources with CloudFormation.
Specify the CAPABILITY_IAM capability in the CloudFormation stack.
Specify the CAPABILITY_NAMED_IAM capability in the CloudFormation stack.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: D
The correct answer is (D).
To deploy IAM resources with custom names, you must specify the CAPABILITY_NAMED_IAM resource in the CloudFormation stack.
The CAPABILITY_IAM resource allows CloudFormation to create and modify IAM resources. The CAPABILITY_NAMED_IAM resource allows CloudFormation to create IAM resources with custom names.
To resolve the issue, the developer must specify the CAPABILITY_NAMED_IAM resource in the CloudFormation stack.
👍 4Digo30sp2023/10/06 D. If you have IAM resources with custom names, you must specify CAPABILITY_NAMED_IAM. See more details in this link https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_CreateStack.html
👍 3Learning4life2023/10/15DDDDDDDDDD
👍 2fordiscussionstwo2023/10/05
シャッフルモード