add support for aws

pull/48/merge
Kelsey Hightower 2016-09-10 18:39:12 -07:00
parent b378d7b0b6
commit c6feb750a7
1 changed files with 1 additions and 1 deletions

View File

@ -402,6 +402,6 @@ WORKER_2_INSTANCE_ID=$(aws ec2 run-instances \
```
aws ec2 create-tags \
--resources ${CONTROLLER_2_INSTANCE_ID} \
--resources ${WORKER_2_INSTANCE_ID} \
--tags Key=Name,Value=worker2
```