What's New
- Initial release of the `aws_access_key_id` Python module.
- Added functionality to extract AWS Account ID from AWS Access Key IDs.
- Added support for identifying resource types based on AWS Access Key ID prefixes.
Features
- `get_aws_account_id`: Extracts a 12-digit AWS Account ID from a valid AWS Access Key ID.
- `get_resource_type`: Identifies the type of resource associated with the AWS Access Key ID (e.g., IAM User, Role, Access Key).
How to Install
Install the package from PyPI:
bash
pip install aws-access-key-id
Known Issues
None at this time.
Next Steps
Add support for additional AWS Key types.
Improve error handling for invalid AWS Access Key IDs.