Skip to content

A simple cli binding for the boto3 AWS API interface

License

Notifications You must be signed in to change notification settings

moaxey/boto3-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI interface for Amazon AWS services

This is an ultra-simple exercise, exposing the boto3 API interface as a command line interface using python-fire.

While it covers the entire API, it is not heavily used at this time.

It uses config stored as per boto3 documentation, in ~/.aws/config and ~/.aws/credentials

Usage

$ python b3.py client glacier - list-vaults
ResponseMetadata: {"RequestId": "", "HTTPStatusCode": 200, "HTTPHeaders": {"x-amzn-requestid": "", "content-type": "application/json", "content-length": "30", "date": "Thu, 08 Feb 2018 20:39:34 GMT"}, "RetryAttempts": 0}

About

A simple cli binding for the boto3 AWS API interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages