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

https://github.com/donald-rdex/list_aws_service_resources


https://github.com/donald-rdex/list_aws_service_resources

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## List_Service_* Scripts

A couple of python scripts that use the Boto3 library to retrieve a list of AWS resources available to a user via their configured AWS profile.

**STATUS: WORK IN PROGRESS**

### list_service_resources.py - uses Boto3 Resources

This uses the Boto3 resources implementation to retrieve the resources available to the account. Boto3 creates objects for the service, those objects are the resources. Only some services in the Boto3 library can use this implementation.

### list_service_resources_using_clients.py - uses the Boto3 client specific calls.

As boto3 clients map to AWS SDK API calls, every service supports them. This uses clients for each service to get a list of running instances of the services.