A collection of useful scripts for AWS operations, automation, and management. This repository contains various tools to help with AWS-related tasks, organized by functionality.
aws-scripts/
├── sso/ # AWS SSO related scripts
│ ├── set_profiles.sh # Configure AWS CLI profiles from SSO
│ └── README.md # SSO scripts documentation
└── README.md # This file
Scripts for managing AWS SSO (Single Sign-On) configurations and profiles. These help automate the setup and management of AWS SSO sessions and profiles.
Each script directory contains its own README.md with specific usage instructions. Please refer to the individual script documentation for detailed usage information.
- AWS CLI v2 installed
- Appropriate AWS credentials configured
- Required permissions for the operations you want to perform
- Bash shell environment (for shell scripts)
Feel free to contribute to this repository by:
- Creating a new branch
- Adding your scripts in the appropriate directory
- Including documentation
- Submitting a pull request
This project is licensed under the MIT License - see the LICENSE file for details.