Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devzom/aws-bash-commands
AWS bash scripts to delete roles & etc
https://github.com/devzom/aws-bash-commands
aws aws-sdk
Last synced: 28 days ago
JSON representation
AWS bash scripts to delete roles & etc
- Host: GitHub
- URL: https://github.com/devzom/aws-bash-commands
- Owner: devzom
- Created: 2024-12-30T13:06:04.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:10:37.000Z (29 days ago)
- Last Synced: 2024-12-30T14:19:40.564Z (29 days ago)
- Topics: aws, aws-sdk
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS IAM Role Deletion Script
## Purpose
This repository contains a Bash script designed to delete AWS IAM roles. The script ensures that the specified IAM roles are removed from your AWS account, helping you manage and clean up unused or obsolete roles.## Usage
To use the AWS IAM Role Deletion Script, follow these steps:1. Ensure you have the AWS CLI installed and configured with the necessary permissions to delete IAM roles.
2. Run the script:
```sh
./aws-iam-delete-roles.sh
```## Prerequisites
- AWS CLI installed and configured
- Necessary IAM permissions to delete roles## License
This project is licensed under the MIT License - see the LICENSE file for details.