Updated: 15 June 2024
- How to create an EC2 instance from the AWS Console
- https://www.youtube.com/watch?v=eaicwmnSdCs
- Go to VPC console
- https://console.aws.amazon.com/vpc/
- Go to s3 buckets
- https://console.aws.amazon.com/s3/
- Find all resources across all regions
- Go to Tag editor, select ‘All Regions’, ‘All supported resource types’ then click ‘Search Resources’.
- Root user
- Account owner that performs tasks requiring unrestricted access.
- IAM user
- User within an account that performs daily tasks.
Install git on Amazon Linux AMI
sudo yum update
sudo yum install git
git --version
git config --global user.name “Your Name”
git config --global user.email “your_email@example.com”