codedeploy:RemoveTagsFromOnPremisesInstances is a Tagging access-level action in the codedeploy service. Grants permission to remove tags from one or more on-premises instances
ARNs that codedeploy:RemoveTagsFromOnPremisesInstances can be scoped to in an IAM policy.
No condition keys are documented for this action.
A minimal policy that allows codedeploy:RemoveTagsFromOnPremisesInstances. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCodedeployRemoveTagsFromOnPremisesInstances",
"Effect": "Allow",
"Action": "codedeploy:RemoveTagsFromOnPremisesInstances",
"Resource": "*"
}
]
}