How to Deploy a FastAPI API on AWS | Video 10 | CampusX

Code - https://github.com/campusx-official/f... Notes: https://learnwith.campusx.in/s/store/... Instructions: 1. create an EC2 instance 2. Connect to the EC2 instance 3. Run the following commands a. sudo apt-get update b. sudo apt-get install -y docker.io c. sudo systemctl start docker d. sudo systemctl enable docker e. sudo usermod -aG docker $USER f. exit 4. Restart a new connection to EC2 instance 5. Run the following commands a. docker pull tweakster24/insurance-premium-api:latest b. docker run -p 8000:8000 tweakster24/insurance-premium-api 6. change security group settings 7. Check the API 8. Change the frontend code Advanced Course: https://learnwith.campusx.in/courses/... My Notes: https://learnwith.campusx.in/products... ============================ Did you like my teaching style? Check my affordable mentorship program at : https://learnwith.campusx.in DSMP FAQ: https://docs.google.com/document/d/1O... ============================ 📱 Grow with us: CampusX' LinkedIn:   / campusx-official   Slide into our DMs:   / campusx.official   My LinkedIn:   / nitish-singh-03412789   Discord:   / discord   E-mail us at [email protected] ⌚Time Stamps⌚ 00:00 - Recap 04:48 - Steps for Deployment 18:40 - Outro