云计算课程实验
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 rivejä
280 B

#!/bin/bash
# configure
ecs-cli configure --region us-east-1 --cluster foodtrucks
# setup cloud formation template
ecs-cli up --keypair ecs --capability-iam --size 1 --instance-type t2.medium
# deploy
cd aws-ecs && ecs-cli compose --file aws-compose.yml up
# check
ecs-cli ps