Skip to content

Instantly share code, notes, and snippets.

@thierryturpin
Created June 12, 2020 12:37
Show Gist options
  • Save thierryturpin/195b37d95ef76bdfcd611908b334d266 to your computer and use it in GitHub Desktop.
Save thierryturpin/195b37d95ef76bdfcd611908b334d266 to your computer and use it in GitHub Desktop.
ecs-cli up --instance-role ecsInstanceRole \
--extra-user-data cloud-config \
--keypair thierryturpin \
--size 1 \
--port 8080 \
--subnets subnet-c167d1a4 \
--vpc vpc-975494f2 \
--instance-type t3.large \
--cluster airflow-dev \
--region eu-west-1 \
--no-associate-public-ip-address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment