-
Notifications
You must be signed in to change notification settings - Fork 17
Configuration File
Daniel Kang edited this page Oct 23, 2016
·
21 revisions
name: echo
cluster: cluster1
port: 8080
cpu: 1.0
memory: 200m
units: 4
load_balancer:
enabled: true
https: no
port: 80
health_check:
interval: 30s
path: "/ping"
status: "200-299"
timeout: 10s
healthy_limit: 5
unhealthy_limit: 5
aws:
elb_name: echo_elb
elb_target_group_name: echo_elb_tg
elb_security_group_name: echo_elb_sg
ecr_namespace: coldbrew/echo
docker:
bin: docker
Name of your application.
TCP port your application is exposing. If your application does not expose any ports, specify 0
.
- default:
"{application-name}-elb"
- If no ELB Load Balancer found with this name, CLI will create and configure a new one.
- default:
"{application-name}-elb-tg"
- If no ELB Target Group found with this name, CLI will create and configure a new one.
- default:
"{application-name}-elb-sg"
- If no EC2 Security Group found with this name, CLI will create and configure a new one.