synthetics:StartCanary

Write

synthetics:StartCanary is a Write access-level action in the synthetics service. Grants permission to start a canary, so that Amazon CloudWatch Synthetics starts monitoring a website

Resource types

ARNs that synthetics:StartCanary can be scoped to in an IAM policy.

arn:${Partition}:synthetics:${Region}:${Account}:canary:${CanaryName}
canary

Condition keys

Keys you can use in the Condition block of a policy that grants synthetics:StartCanary.

aws:ResourceTag/${TagKey} String

Filters access based on the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSyntheticsStartCanary",
      "Effect": "Allow",
      "Action": "synthetics:StartCanary",
      "Resource": "*"
    }
  ]
}

Related actions in synthetics

View all synthetics actions →