Metadata-Version: 2.1
Name: aws-profile-switcher
Version: 0.0.4
Summary: This util allows you to switch default AWS CLI profile
Home-page: https://github.com/99stealth/aws-profile-switcher
Author: Roman Banakh
Author-email: banakh.ri@gmail.com
License: MIT
Description: # AWS Profile Switcher
        The tool which allows you to jump between your profiles in your `~/.aws/credentials`
        
        ## Problematics
        Well, if you are operating only one AWS account then you will not find this util useful. Problem appears when there are more than 3 accounts under your control. Sure, you can use `--profile` flag with any your aws cli command. But what if you need to run number of commands for several accounts, then make sure you don't forget to add `--profile` to your command or specified the right profile name. 
        Another example is about Hasicorp Terraform. Let's imagine that you have one module which you need to apply for several accounts. Unfortunately, terraform doesn't allow you to specify `--profile` and that's logically since Terraform is not about AWS. So, you will need to hardcode your AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY or go to `~/.aws/credentials` and change the `[default]` profile.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
