Skip to content

Instantly share code, notes, and snippets.

@yanak
Created March 7, 2019 06:40
Show Gist options
  • Save yanak/0492bfe1b38d16d898544705656d5cd5 to your computer and use it in GitHub Desktop.
Save yanak/0492bfe1b38d16d898544705656d5cd5 to your computer and use it in GitHub Desktop.
Elastic Beanstalk config file example
# You must set this file into .elasticbeanstalk direcotry like this;
# .elasticbeanstalk/config.yaml
branch-defaults:
default:
environment: api-env
environment-defaults:
api-env:
branch: null
repository: null
global:
application_name: my-api
default_ec2_keyname: null
default_platform: python-3.6
default_region: ap-northeast-1
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: eb-cli
sc: null
workspace_type: Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment