Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.