Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 503 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 503 Bytes

AWS CLI Installation and Shell Script Execution

  1. Install AWS CLI: aws --version
  2. Configure AWS CLI: aws configure
    • AWS Access Key ID: (Enter your access key here)
    • AWS Secret Access Key: (Enter your secret access key here)
    • Default region name: (e.g., us-east-1)
    • Default output format: (e.g., json, text, table)
  3. Create Shell Script: vi aws_resource.sh
  4. Change Permissions: chmod 777 aws_resource.sh
  5. Execute Script: ./aws_resource.sh