- Head over to trystack.org then join the facebook group to get your invite.
- When you get the
(Somebody) approved your request to join the group TryStacknotification, go login to trystack (clicklogin using facebookand approve with facebook). - Click the
Security Groupstab, clickEdit Rules, and add a couple rules:icmp, from port:-1, to port:-1, cidr:0.0.0.0/0tcp, from port:22, to port:22, cidr:your.ip.address.here/32
- Click the
Keypairstab, then clickAdd New Keypair, name ittrystack. A file will download to your computer. - Click the
Imagestab, then clickLaunchnext to one of the images. Fill out the form and make sure to selecttrystackas yourKey Nameand includedefaultin theSecurity Groups. Clicklaunch instance. Note the IP address you are assigned.
- Open your terminal and move
trystack.pemto~/.ssh/trystack.pem. - Run
chmod 600 ~/.ssh/trystack.pem. - Run
ssh -i ~/.ssh/trystack.pem ubuntu@instance.ip.address.here.
- CIDR means classless inter-domain routing. Basically
0.0.0.0/0allows all IP addresses.1.2.3.4/32allows only1.2.3.4.
Bug report of this doc.
3.1 imcp should be icmp. :-)