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

Add instructions for secure AWS Task IAM Roles #2015

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2019

  1. Support secure AWS Task IAM Roles

    The [Task IAM Rules]  were extracted verbatim from the Amazon documentation [steps 5, 6, and 7]( https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-install.html)
    
    The latter two rules were adapted from [Amazon documentation](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/instance_IAM_role.html) so that system-docker traffic retains access to the instance-metadata, while traffic from user-docker does not.
    
    This documentation change is not sufficient to get Task IAM Roles to work, it requires a modification to the amazon-ecs-agent service, which will follow in a separate commit.
    sodre authored Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4606073 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Match language

    sodre authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    50d713a View commit details
    Browse the repository at this point in the history