Giter Site home page Giter Site logo

aws-profile-switcher's Introduction

AWS Profile Switching with Golang

AWS Profile Switching

Table of Contents

Introduction

Managing multiple AWS profiles can be challenging, especially when working on different projects or environments. This Golang-based AWS Profile Switching tool aims to simplify the process of switching between AWS profiles, making it more efficient and error-free.

The code utilizes the official AWS SDK for Go to load AWS configuration and credentials, providing a seamless way to handle profile selection from the available options. This lightweight CLI tool is user-friendly and can be easily integrated into your existing development workflow.

Installation

To get the latest release of the AWS Profile Switching tool, follow these steps:

  1. Go to the Releases section of the GitHub repository.

  2. Look for the latest release version (e.g., v1.0.3) and download the appropriate release for your operating system and architecture. For example, if you are on a macOS system with an AMD64 architecture, you might download aws-profile-switcher_1.0.3_darwin_amd64.tar.gz.

  3. Move the downloaded release to /usr/local/sbin, using the following command (you may need administrative privileges):

    tar -xzvf aws-profile-switcher_1.0.3_darwin_amd64.tar.gz
    sudo mv /path/to/downloaded/aws-profile-switcher /usr/local/sbin/pfsw
    rm -f aws-profile-switcher_1.0.3_darwin_amd64.tar.gz
    pfsw
    

Contributing

Contributions are welcome and encouraged! If you have any ideas, suggestions, or bug fixes, please feel free to open an issue or submit a pull request. Please make sure to adhere to the existing code style and add appropriate tests for any new functionalities.

License

This project is licensed under the MIT License.

aws-profile-switcher's People

Contributors

pooriaghaedi avatar

Stargazers

Erfan Ghavam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.