Skip to content

this shell script gives us aws resource list. and we can use it for cronjob also

Notifications You must be signed in to change notification settings

Mahbub-Ferdous/Project-1.aws_resource_list_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

check AWS CLI version:

$ aws --version

install AWS CLI :

curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws

aws configure :

input your IAM user Access key and secret access key by using this command:

$ aws configure

clone this repository from github to your local machine:

$ git clone https://github.com/Mahbub-Ferdous/Project-1.aws_resource_list_tracker.git

go to the repository and give permission:

$ chmod 771 aws_resource_list_tracker.sh

last you run the shell script using your arguments & <aws_services> :

example : ./aws_resource_list_tracker.sh yourRegion desireAwsServices

$ ./aws_resource_list_tracker.sh eu-north-1 ec2

About

this shell script gives us aws resource list. and we can use it for cronjob also

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages