Launching and securing my first cloud VM using AWS EC2 and SSH
- Created an Ubuntu EC2 instance on AWS
- Configured security groups to allow SSH access
- Downloaded and secured my
.pemkey withchmod 400 - Connected to the VM via SSH
- Explored the
.sshdirectory and file permissions - Queried instance metadata using IMDSv2 and token-based access
- How cloud VMs are provisioned and secured
- SSH key management and Linux file permissions
- Basics of AWS metadata service and IMDSv2
- AWS EC2
- SSH
- Linux Terminal
- curl
- IAM roles



