ec2:AssociateEnclaveCertificateIamRole is a Write access-level action in the ec2 service. Grants permission to associate an ACM certificate with an IAM role to be used in an EC2 Enclave
ARNs that ec2:AssociateEnclaveCertificateIamRole can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows ec2:AssociateEnclaveCertificateIamRole. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowEc2AssociateEnclaveCertificateIamRole",
"Effect": "Allow",
"Action": "ec2:AssociateEnclaveCertificateIamRole",
"Resource": "*"
}
]
}