amplab / training

Training materials for Strata, AMP Camp, etc
150 stars 121 forks source link

Issues Launching cluster [ InvalidAMIID.NotFound ] #239

Open lok63 opened 8 years ago

lok63 commented 8 years ago

I followed all the instructions up to step 4 (http://ampcamp.berkeley.edu/3/exercises/launching-a-bdas-cluster-on-ec2.html) and i already have my key pair on my AWS console as instructed. First i ran this :

./spark-ec2 -i ampcamp.pem -k ampcamp --copy launch amplab-training I got the following error: InvalidKeyPair.NotFound. Then i changed my region like this:

./spark-ec2 -i ampcamp.pem -k ampcamp -r us-west-2 --copy launch amplab-training Now i have the following error: InvalidAMIID.NotFound

Any suggestions?