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/userdata.sh

8 lines
264 B

7 years ago
#!/bin/bash
REGION=$(curl 169.254.169.254/latest/meta-data/placement/availability-zone/ | sed 's/[a-z]$//')
7 years ago
yum -y update
yum install -y ruby
cd /home/ec2-user
curl -O https://aws-codedeploy-$REGION.s3.amazonaws.com/latest/install
7 years ago
chmod +x ./install
./install auto