Skip to content

adrian-lin-1-0-0/my-aws-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

My AWS tools

Installation

MacOS and linux:

sudo cp -r -n ./tools/* /usr/local/bin/

Tools

  • aws-env

    Make working with multiple AWS accounts and roles easily.

    Configuration and credential file settings

    Help Message

    $ aws-env -h
    Usage: /usr/local/bin/aws-env [options]
    Options:
      -h, --help      Display this help message
      -l, --list      List all available environments
      -e, --env       Specify the environment number to use
    
    Example:
      /usr/local/bin/aws-env --env 1    

    List all available

    $ aws-env -l
    Available environments:
    
    1 default
    2 ************
    3 ************
    4 test-user

    Specify the environment number to use

    aws-env -e 4
    image

About

My aws shell scripts/cli

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages