معرفی شرکت ها


assume-mfa-0.4.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Helper to easily assume IAM roles with MFA in AWS
ویژگی مقدار
سیستم عامل -
نام فایل assume-mfa-0.4.0
نام assume-mfa
نسخه کتابخانه 0.4.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده kunming0525
ایمیل نویسنده kunming0525@gmail.com
آدرس صفحه اصلی https://github.com/kunmingLiu/assume
آدرس اینترنتی https://pypi.org/project/assume-mfa/
مجوز MIT
# AWS Assume Role Helper [![Build Status](https://travis-ci.org/SanderKnape/assume.svg?branch=master)](https://travis-ci.org/SanderKnape/assume) `assume` is a simple CLI utility that makes it easier to switch between different AWS roles. This is helpful when you work with different AWS accounts or users. In addition, this utility is helpful when you develop AWS resources locally (such as an application that will run on EC2 or when running a Lambda function locally using [AWS SAM](https://github.com/awslabs/aws-sam-cli)). You can easily switch to a role that your EC2 instance / Lambda function will assume in AWS. What this command actually does is change your AWS credentials file (`~/.aws/credentials`). If there is a `default` role in there, it will be stored in a temporary role. The assumed role is then passed in the `default` role, so you can immediately start using it. ## Table of Contents * [Prerequisites](#prerequisites) * [Installation](#installation) * [Usage](#usage) * [Alternatives](#alternatives) ## Prerequisites [Install Python](https://www.python.org/downloads/). Versions 3.5 and 3.6 are supported. ## Installation Use [pip](https://pypi.org/project/pip/) to install `assume': ```bash pip install assume ``` Run the following to show all available commands: ```bash assume --help ``` ## Usage Add a new role to assume as follows: ```bash assume add [rolename] --role-arn [arn] --profile [profile] ``` Specifying the profile is optional. When you don't specify this, the default profile is used. The following would `add` a new role "myrole" to be assumed: ```bash assume add myrole --role-arn arn:aws:iam::012345678912:role/myrole ``` You can now `assume` this role as follows: ```bash assume switch myrole ``` ```bash assume switch myrole --token_code "123456" ``` `assume` keeps a configuration file in `~/.assume/config.yaml`. You can list the contents of the current configuration with the following file: ```bash assume list ``` When you want to switch back to your initial default role, you can `clear` the assumed role as follows: ```bash assume clear ``` To `remove` a role to be assumed, run the following command: ```bash assume remove myrole ``` This command grabs the `default` role that was stored in a temporary location when running the `switch` command. These credentials are then put back in the `default` role. ## Alternatives I'm aware that a number of alternatives already exist with similar functionality. The reason I decided to build my own functionality is because I wasn't be able to find an existing option that combines all of the following features: * Easy switching using shortcuts * Easily remove the temporarry role and switch back to the original one


نیازمندی

مقدار نام
~=4.2b1 pyyaml
~=1.5 boto3
- flake8
- pylint


زبان مورد نیاز

مقدار نام
>3.5.2 Python


نحوه نصب


نصب پکیج whl assume-mfa-0.4.0:

    pip install assume-mfa-0.4.0.whl


نصب پکیج tar.gz assume-mfa-0.4.0:

    pip install assume-mfa-0.4.0.tar.gz