Skip to content

rishi-prajapati/AWS-Resource-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages