Create a VM Create a very small VM in your new account. Start with a ’t3.nano’ vm instance, from the free-tier.
Note AWS likes the term “Instances”. We will call it a VM (virtual machine).
Generate a new SSH Key Pair and save your new SSH Private Key to your local ~/.ssh folder.
Setup your new host in your ~/.ssh/config file, e.g.
Host aws.one HostName ec2-54-242-33-159.compute-1.amazonaws.com User ec2-user IdentityFile ~/.ssh/id_awskeyone Now you can simply SSH to aws.
read more