Skip to content

Instantly share code, notes, and snippets.

@nickdandakis
Last active November 13, 2019 06:11
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 nickdandakis/34b5923eb85194e75cc432513fd2cd9d to your computer and use it in GitHub Desktop.
Save nickdandakis/34b5923eb85194e75cc432513fd2cd9d to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk configuration with Dockerrun.aws.json deployment artifact
branch-defaults:
develop:
environment: this-web-scale-production
deploy:
artifact: Dockerrun.aws.json
environment-defaults:
this-web-scale-production:
branch: null
repository: null
global:
application_name: this-web-scale
default_ec2_keyname: null
default_platform: arn:aws:elasticbeanstalk:us-east-1::platform/Docker running on
64bit Amazon Linux/2.7.1
default_region: us-east-1
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: null
sc: git
workspace_type: Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment