config:DescribeRemediationExecutionStatus is a Read access-level action in the config service. Grants permission to provide a detailed view of a Remediation Execution for a set of resources including state, timestamps and any error messages for steps that have failed
ARNs that config:DescribeRemediationExecutionStatus can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows config:DescribeRemediationExecutionStatus. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowConfigDescribeRemediationExecutionStatus",
"Effect": "Allow",
"Action": "config:DescribeRemediationExecutionStatus",
"Resource": "*"
}
]
}