Docker Day 3: Containerize Your Django App on AWS EC2 In 10 Steps Like a Pro!
Create an ubuntu EC2 instance on AWS.
SSH into the EC2 instance using the following command-
ssh -i <path-of-the-identityfile> ubuntu@<public-ip-of-instance>
Make sure to add permissions to the identity-file by - chmod 600
After SSH into the inst...
rachanav.hashnode.dev4 min read