- go to aws console, filter to the name of your cluster
- find your master (it will be 1 with a public IP and a Security group which includes the words MasterSecurityGroup)
- get its public DNS
- add the following to
~/.ssh/config
Host ec2-52-25-163-225.us-west-2.compute.amazonaws.com (this is your DNS)
Compression yes
ForwardAgent yes
- chmod 600 .pem
- ssh-add .pem
- ssh core@
- ssh core@
slave sandbox: /var/lib/mesos/slave/slaves/