2. Step: Connect Instance and Pull AWS Repo - koglak/SWE573 GitHub Wiki
1. Download Putty: PuTTY
2. Open PuTTY Gen - find it from start, it is installed app.
3. Click Load and upload your .pem file.
4. Save private key with .ppk extension
5. Open PuTTY from start, it is installed app.
6. Go to SSH>Auth and upload .pkk file
7. Go your instance on AWS ECR and copy the line
8. Go Putty and fill below with your copied line:
**9. You are connected your instance 🥳 **
10. Follow below instructions:
You should see docker info as below:
sudo yum update -y
sudo amazon-linux-extras install docker
sudo service docker start
sudo usermod -a -G docker ec2-user
docker info
11. Pull your repository:
docker pull <repo_path>
Control if you pulled it:
docker images