๐ Day 03 โ Creating My First S3 Bucket Using AWS CLI & Terraform
๐น 1. AWS CLI Authentication
Before using Terraform, AWS CLI must be set up.I used the following command:
aws configure
This asked for:
AWS Access Key
AWS Secret Key
Default Region (ap-south-1 for me)
Output Format (json)
Once done, I verified...