Skip to content

Commit

Permalink
aws enum service updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sasesachin committed Jun 19, 2024
1 parent c510373 commit f2322c4
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 44 deletions.
4 changes: 4 additions & 0 deletions aws_service_enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This tool is helpful in scenarios where you got AWS credentials (`AWS_ACCESS_KEY

## Usage

- **aws_enum_services.py**: This option allows the script to utilize default AWS credentials stored in the credentials file.
- **aws_enum_services.py --profile**: Users can specify a profile option from the AWS credentials file to be used by the script.
- **aws_enum_services.py --access-key ACCESS_KEY --secret-key SECRET_KEY --session-token SESSION_TOKEN**: With this option, users can manually input their AWS access key, secret key, and session token for authentication.

~~~
usage: aws_enum_services.py [-h] [--access-key ACCESS_KEY] [--secret-key SECRET_KEY] [--session-token SESSION_TOKEN]
[--list-services]
Expand Down
Loading

0 comments on commit f2322c4

Please sign in to comment.