Skip to content

I successfully deployed my first FastAPI application on an AWS EC2 instance! An AI Quote Generator☁️

Notifications You must be signed in to change notification settings

SamIeer/QuoteGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

he project is a small AI Quote Generator API, which serves random motivational quotes via a simple REST endpoint.

💡 Here’s what I learned hands-on:

How to launch and configure an AWS EC2 instance (Ubuntu 22.04)

How to connect securely using SSH & key pairs

How to install dependencies, run FastAPI on the server, and make it accessible publicly

Basics of networking & security groups in AWS (allowing HTTP/SSH access)

Even though this was a simple setup — no Docker or CI/CD yet — it helped me clearly understand how apps actually run in the cloud

About

I successfully deployed my first FastAPI application on an AWS EC2 instance! An AI Quote Generator☁️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages