Skip to content

Instantly share code, notes, and snippets.

@neilmillard
Created April 28, 2015 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilmillard/74af59968436ca79565e to your computer and use it in GitHub Desktop.
Save neilmillard/74af59968436ca79565e to your computer and use it in GitHub Desktop.
docker container datafile
#!/bin/bash
yum install -y aws-cli
aws s3 cp s3://your_bucket_name/ecs.config /etc/ecs/ecs.config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment