A collection of useful AWS and utility scripts for cloud infrastructure management and automation.
useful-scripts/
├── boto3/ # AWS SDK scripts
│ └── export_s3_config/ # S3 configuration export tools
├── tests/ # Test files
└── README.md # This file
- boto3: AWS SDK for Python
- requests: HTTP library for API calls
- Add new scripts in appropriate subdirectories
- Include documentation and usage examples
- Add tests where applicable
- Follow existing code style (black formatting)