Metadata-Version: 2.1
Name: awsso
Version: 0.5.5
Summary: aws command line tool
Home-page: https://github.com/Hireteammate/tools.git
Author: linhan
Author-email: lynnpen@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# AWS CMD TOOL

## Setup  ##
- aws cli install version 2.0+

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

- kubectl install

https://kubernetes.io/docs/tasks/tools/


- terraform install

https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli

- helm install
  - brew install kubernetes-helm

- copy or create symbol link of awstool to /usr/local/bin/awstool
- add this line to `~/.bashrc`
    
  eval "$(register-python-argcomplete awsso)"
    
Then you use awsso to login aws, switch aws account, login ec2 instance, search or update secrets manager
