Skip to main content

A sudo-like tool to configure AWS environment variables and call programs

Project description

awsudo

A sudo-like tool to configure AWS environment variables and call programs

This script is useful for programs like Terraform, which doesn't support MFA when assuming roles.

Installation

python3 -m pip install awsudo-py

Usage

$ awsudo -p administrator@staging terraform apply

$ awsudo -p administrator@staging env | grep AWS
AWS_ACCESS_KEY_ID=AKIAIXMBKCITA257EHIQ
AWS_SECRET_ACCESS_KEY=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
usage: awsudo [-h] [-p PROFILE] PROG [ARG [ARG ...]]

Set environment variables using profile

positional arguments:
  PROG                  executable to run
  ARG                   args to run with program

optional arguments:
  -h, --help            show this help message and exit
  -p PROFILE, --profile PROFILE
                        AWS Profile to assume

Development

# install dependencies
poetry install

# run program
poetry run awsudo

Prior Art

There are a lot of similar programs to this one. I believe makethunder/awsudo and electronicarts/awsudo are the best alternatives. The only problems with makethunder/awsudo are that it isn't published on pypi and that it doesn't use the newest api for caching sessions. electronicarts/awsudo has all of the features, but it uses an internal session cache, instead of sharing with awscli. If you need SAML support though, the internal cache is a necessary compromise, so this package is great in that case.

project awscli profiles session caching SAML language published
this project yes yes no python3.6 pypi
makethunder/awsudo yes yes* no python github
electronicarts/awsudo yes yes⦿ yes ruby rubygems
pmuller/awsudo yes no no python2.7, python3.5 pypi
ingenieux/awsudo no no no golang no
meltwater/awsudo yes yes no bash, node npm, dockerhub

* supports session caching through older technique using awscli as a dependency

⦿ uses a daemon to cache sessions internally

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awsudo-py-0.1.1.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

awsudo_py-0.1.1-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

Details for the file awsudo-py-0.1.1.tar.gz.

File metadata

  • Download URL: awsudo-py-0.1.1.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.7.0 Darwin/17.7.0

File hashes

Hashes for awsudo-py-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c0f149e2ae3fc12ca0ea1d45033511dc83d377f630985b4cd00f081130ee810d
MD5 7a3b647cc17227511d43b5370f6e8b04
BLAKE2b-256 6ee14c90d786aafea7bad09aa4b2bc06ee4969f9afab08ca15df8c32cf7b72c3

See more details on using hashes here.

File details

Details for the file awsudo_py-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: awsudo_py-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 41.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.10 CPython/3.7.0 Darwin/17.7.0

File hashes

Hashes for awsudo_py-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e7bc329cf096d0664f911d5ab3d5a7aa0334992bd7ff91a316db8c4279db8190
MD5 a1462d26c8c1d766f903ce7f987a3215
BLAKE2b-256 8a793d9d31af227af5cd2279b317a39a36f093c1fa7589f6a87b03060fe33b21

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page