Connecting & Basic EC2 Management
Access your EC2 instance securely, manage its lifecycle, and understand fundamental monitoring metrics.
Getting Inside Your Server
Your instance is running — now you need to get inside it. This lesson covers connecting securely and managing the basics: starting, stopping, and monitoring.
SSH Keys: Your Digital Lock
Your SSH key pair unlocks the instance: the private .pem stays on your machine, the public key lives on the server. SSH uses both to log you in without a password.
All lessons in this course
- Introduction to AWS for Backend
- Launching Your First EC2 Instance
- Connecting & Basic EC2 Management
- Auto Scaling and Load Balancing