π₯οΈEC2
How to access your EC2 resources.
Last updated
How to access your EC2 resources.
Last updated
Find the AMI, create an EC2 instance
To access your instance:
Save your .pem
to your local directory at ~/.ssh/your-rsa-key.pem
.
Change the permissions to the file using
Create and/or open the ~/.ssh/config
file and update it with your configuration.
Download the SSH - Remote plugin for VSCode and select the Host to connect.
Prerequisites: GitHub SSH and GPG have both been set up.
Copy the gitterup binary to /usr/bin
directory and change permissions to include execution sudo chmod 700 /usr/bin/gitterup
Make sure the /tmp
directory has the config files required.
Paste the content from the file found here and save and exit.
Add your github_pz
key pairs to the remote instance ~/.ssh
folder
Execute the gitterup
command with appropriate arguments.