- This repo was forked from Falcon Computing Solutions, Inc.
- The settings in this repo are customized for UCLA CDSC/VAST group.
A shell script to launch an AWS EC2 instance with specified key and instance type.
launch-ec2.sh key-name [instance-type]
key-name: Key name you created for accessing EC2 instances on EC2 console.
You should have a file key-name.pem in the working directory.
instance-type (optional): EC2 instance type. Default is f1.2xlarge.
Launch an f1.2xlarge instance using key cdsc
./launch-ec2.sh cdsc
Launch an c4.4xlarge instance with key cdsc
./launch-ec2.sh cdsc c4.4xlarge
List all active instances and let user choose one to be terminated.
terminate-ec2.sh
Check the states of all active instances.
python instance-states.py [key-name]
key-name (optional): Same as launch-ec2.sh
List all active AFIs.
python agfi-manage.py