snow-device-management:DescribeDeviceEc2Instances

Read

snow-device-management:DescribeDeviceEc2Instances is a Read access-level action in the snow-device-management service. Grants permission to describe a remotely-managed device's EC2 instances

Resource types

ARNs that snow-device-management:DescribeDeviceEc2Instances can be scoped to in an IAM policy.

arn:${Partition}:snow-device-management:${Region}:${Account}:managed-device/${ResourceId}
managed-device

Condition keys

Keys you can use in the Condition block of a policy that grants snow-device-management:DescribeDeviceEc2Instances.

aws:ResourceTag/${TagKey} String

Filters access by the presence of tag key-value pairs attached to the resource

Example IAM policy

A minimal policy that allows snow-device-management:DescribeDeviceEc2Instances. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSnowdevicemanagementDescribeDeviceEc2Instances",
      "Effect": "Allow",
      "Action": "snow-device-management:DescribeDeviceEc2Instances",
      "Resource": "*"
    }
  ]
}

Related actions in snow-device-management

View all snow-device-management actions →