Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Created March 24, 2020 20:02
Show Gist options
  • Select an option

  • Save thiagoeh/ac280451bcc143f05ea2c1603b82f153 to your computer and use it in GitHub Desktop.

Select an option

Save thiagoeh/ac280451bcc143f05ea2c1603b82f153 to your computer and use it in GitHub Desktop.
ECS Full Access policy IAM HWC
{
"Version": "1.1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ecs:*:*",
"evs:*:get",
"evs:*:list",
"evs:volumes:create",
"evs:volumes:delete",
"evs:volumes:attach",
"evs:volumes:detach",
"evs:volumes:manage",
"evs:volumes:update",
"evs:volumes:use",
"evs:volumes:uploadImage",
"evs:snapshots:create",
"vpc:*:get",
"vpc:*:list",
"vpc:networks:create",
"vpc:networks:update",
"vpc:subnets:update",
"vpc:subnets:create",
"vpc:ports:*",
"vpc:routers:get",
"vpc:routers:update",
"vpc:securityGroups:*",
"vpc:securityGroupRules:*",
"vpc:floatingIps:*",
"vpc:publicIps:*",
"ims:images:create",
"ims:images:delete",
"ims:images:get",
"ims:images:list",
"ims:images:update",
"ims:images:upload"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment