Track and display AWS resource information effortlessly with this shell script. This shell script provides a simple way to list various AWS resources using the AWS Command Line Interface (CLI). It fetches information about AWS resources such as S3 buckets, EC2 instances, Lambda functions, and IAM users.
Before using this script, ensure that you have the following prerequisites installed:
- AWS CLI: The AWS Command Line Interface tool allows you to interact with AWS services from the command line.
- jq: jq is a lightweight and flexible command-line JSON processor. It is used to parse and manipulate JSON output from AWS CLI commands.
-
Clone or download this repository to your local machine.
-
Ensure that AWS CLI and jq are installed and configured on your system.
-
Make the script executable:
chmod +x aws-resource-info.sh
-
Run the script:
./aws-resource-info.sh
- Lists S3 buckets.
- Lists EC2 instances and extracts instance IDs using jq.
- Lists Lambda functions.
- Lists IAM users.
We welcome contributions from the community! To contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test thoroughly.
- Create a pull request with a clear description of your changes
🚀 Happy coding! 🚀