Skip to content

Instantly share code, notes, and snippets.

@xelibrion
Created July 23, 2015 12:53
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 xelibrion/371fff908c8e01520ea7 to your computer and use it in GitHub Desktop.
Save xelibrion/371fff908c8e01520ea7 to your computer and use it in GitHub Desktop.
How to swap ECS agent in Elastic Beanstalk
commands:
01_pull_custom_ecs_agent:
command: docker pull xelibrion/amazon-ecs-agent:latest
02_mask_default_ecs_agent:
command: docker tag -f xelibrion/amazon-ecs-agent:latest amazon/amazon-ecs-agent:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment