cloud9:DescribeEC2Remote is a Read access-level action in the cloud9 service. Grants permission to get details about the connection to the EC2 development environment, including host, user, and port
ARNs that cloud9:DescribeEC2Remote can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cloud9:DescribeEC2Remote.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows cloud9:DescribeEC2Remote. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloud9DescribeEC2Remote",
"Effect": "Allow",
"Action": "cloud9:DescribeEC2Remote",
"Resource": "*"
}
]
}