Topic 1 Question 540
A developer is using AWS CodeDeploy to launch an application onto Amazon EC2 instances. The application deployment fails during testing. The developer notices an IAM_ROLE_PERMISSIONS error code in Amazon CloudWatch logs.
What should the developer do to resolve the error?
Ensure that the deployment group is using the correct role name for the CodeDeploy service role.
Attach the AWSCodeDeployRoleECS policy to the CodeDeploy service role.
Attach the AWSCodeDeployRole policy to the CodeDeploy service role.
Ensure the CodeDeploy agent is installed and running on all instances in the deployment group.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: C
IAM_ROLE_PERMISSIONS indica que el rol que CodeDeploy utiliza no tiene los permisos necesarios. La política estándar para CodeDeploy en instancias EC2 es AWSCodeDeployRole, la cual debe estar adjunta al rol del servicio de CodeDeploy.
👍 1italiancloud20252025/02/17
シャッフルモード