The core protocol of WoopChain
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.
 
 
 
woop/aws-experiment-launch/spot-instance/run-instances.sh

10 lines
337 B

aws ec2 run-instances \
--count 1 \
--image-id "ami-f2d3638a" \
--instance-type "t2.micro" \
--key-name "richard-spot-instance" \
--security-groups "richard-spot-instance SSH" \
--iam-instance-profile "{ \
\"Name\": \"BenchMarkCodeDeployInstanceProfile\" \
}" \
--user-data "`base64 ../configs/userdata-commander.sh`"