Skip to content

Instantly share code, notes, and snippets.

@xelibrion
Created July 23, 2015 12:53
Show Gist options
  • Select an option

  • Save xelibrion/371fff908c8e01520ea7 to your computer and use it in GitHub Desktop.

Select an option

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