Metadata-Version: 2.4
Name: awsso
Version: 0.6.3
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.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PyYAML>=6.0
Requires-Dist: inquirer>=2.9.1
Requires-Dist: boto3>=1.21.19
Requires-Dist: argcomplete>=2.0
Requires-Dist: requests-toolbelt-1.0.0
Requires-Dist: jira==3.8.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# 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
