Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include IAM policy in readme #26

Closed
shsu opened this issue Mar 3, 2016 · 3 comments
Closed

Include IAM policy in readme #26

shsu opened this issue Mar 3, 2016 · 3 comments

Comments

@shsu
Copy link

shsu commented Mar 3, 2016

It would be helpful for other users if we include a sample IAM policy that grants the necessary permissions for this tool. This is what I have currently:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Stmt1457037856137",
            "Action": [
                "ecs:DeregisterTaskDefinition",
                "ecs:DescribeServices",
                "ecs:DescribeTaskDefinition",
                "ecs:DescribeTasks",
                "ecs:ListTasks",
                "ecs:RegisterTaskDefinition",
                "ecs:StartTask",
                "ecs:StopTask",
                "ecs:UpdateService"
            ],
            "Effect": "Allow",
            "Resource": "*"
        }
    ]
}
@diddeb
Copy link
Contributor

diddeb commented Mar 16, 2016

Here's the PR.

@shsu
Copy link
Author

shsu commented Mar 18, 2016

👍

@fillup
Copy link
Contributor

fillup commented Mar 23, 2016

I merged in #28

@fillup fillup closed this as completed Mar 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants