A SysOps administrator is configuring an Amazon EC2 instance to execute a script that automatically retrieves configuration parameters from AWS Systems Manager Parameter Store. The administrator creates an IAM role named EC2ParameterStoreRole with the appropriate permissions and a trust policy that allows ec2.amazonaws.com to assume the role. A junior technician is assigned to launch the EC2 instance using the AWS CLI and associate the EC2ParameterStoreRole with the instance. The technician's IAM policy grants full access to EC2 (ec2:*). When attempting to run the CLI command to launch the instance with the specified role, the command fails with an UnauthorizedOperation error. Which action must the administrator add to the technician's IAM policy to resolve this error?
- Asts:AssumeRole for the ARN of the EC2ParameterStoreRole role
- Biam:GetRole for the ARN of the EC2ParameterStoreRole role
- iam:PassRole for the ARN of the EC2ParameterStoreRole roleCevap
- Diam:AssociateInstanceProfile for the ARN of the EC2ParameterStoreRole role