This is a full guide of how I learned and deployed on aws.
AWS is Amazon's cloud service that lets you:
- Rent servers
- Manage domains
- Upload files (like mp4s, jpgs, mp3s)
- Autoscale servers
- Create Kubernetes clusters
EC2 Servers
Virtual machines (VMs) on AWS are called EC2 servers.
EC2 stands for "Elastic Compute Version 2."
- Elastic: You can increase or decrease the size of the machine.
- Compute: It's a machine.
Step 1 - Create a New EC2 Server
- Click on
Launch a new instance.
- Give your instance a name.
- Select an OS (e.g., Ubuntu).
- Choose a free instance type.