云计算课程实验
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
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