cloud9:ActivateEC2Remote is a Write access-level action in the cloud9 service. Grants permission to start the Amazon EC2 instance that your AWS Cloud9 IDE connects to
ARNs that cloud9:ActivateEC2Remote can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants cloud9:ActivateEC2Remote.
Filters access by tag key-value pairs attached to the resource
A minimal policy that allows cloud9:ActivateEC2Remote. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowCloud9ActivateEC2Remote",
"Effect": "Allow",
"Action": "cloud9:ActivateEC2Remote",
"Resource": "*"
}
]
}