Skip to content

Instantly share code, notes, and snippets.

@xli
Last active August 29, 2015 14:22
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 xli/a930b41e5058b9076837 to your computer and use it in GitHub Desktop.
Save xli/a930b41e5058b9076837 to your computer and use it in GitHub Desktop.
eb_deployer-components-example.yml
components:
- name: bg
strategy: inplace-update
option_settings:
- namespace: aws:autoscaling:asg
option_name: MinSize
value: "1"
- namespace: aws:autoscaling:asg
option_name: MaxSize
value: "1"
- namespace: aws:elasticbeanstalk:application:environment
option_name: LAUNCH_MESSAGE_WORKER
value: "true"
- name: web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment