ce:UntagResource

Tagging

ce:UntagResource is a Tagging access-level action in the ce service. Grants permission to remove tags from a Cost Explorer resource

Resource types

ARNs that ce:UntagResource can be scoped to in an IAM policy.

arn:${Partition}:ce::${Account}:anomalymonitor/${Identifier}
anomalymonitor
arn:${Partition}:ce::${Account}:anomalysubscription/${Identifier}
anomalysubscription
arn:${Partition}:ce::${Account}:costcategory/${Identifier}
costcategory

Condition keys

Keys you can use in the Condition block of a policy that grants ce:UntagResource.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

A minimal policy that allows ce:UntagResource. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowCeUntagResource",
      "Effect": "Allow",
      "Action": "ce:UntagResource",
      "Resource": "*"
    }
  ]
}

Related actions in ce

View all ce actions →