Skip to content

Commit

Permalink
fix aws ecs script with new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
prakhar1989 committed Apr 16, 2020
1 parent a7b7cee commit be0695b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup-aws-ecs.sh
Expand Up @@ -4,10 +4,10 @@
ecs-cli configure --region us-east-1 --cluster foodtrucks

# setup cloud formation template
ecs-cli up --keypair ecs --capability-iam --size 2 --instance-type t2.micro
ecs-cli up --keypair ecs --capability-iam --size 1 --instance-type t2.medium

# deploy
ecs-cli compose --file aws-compose.yml up
cd aws-ecs && ecs-cli compose --file aws-compose.yml up

# check
ecs-cli ps

0 comments on commit be0695b

Please sign in to comment.