Skip to main content

A tool for logging into aws with ad credentials

Project description

aws-ad

This project provides command line tool - aws-ad to simplify process of logging into AWS account with Windows AD credentials

It is inspired by basically identical tool aws-adfs. I wrote it mainly out of curioucity how to do it by myself, and was to lazy to check, why orginal tool randomly refused to work under bamboo

Sample workflow

  1. Create config file: ~/.aws/auth. It will be used by aws-ad to connect to ADFS site and to login. Here is sample content:

     [profile-name]
         username=login@your-domain.com
         # password=your-password - this is OPTIONAL
         adfs-host=sts.your-domain.com
         provider-id=urn:amazon:your-company-provider-id
         role-arn=arn:aws:iam::1234567890:role/ADFS_ROLE_FOR_TASK
    
         # session duration can be increased to 24 hours (720 minutes)
         session-duration-minutes=60
    
         # OPTIONAL variables that change behaviour of profile :
         # assume-role=arn:aws:iam::1234567890:role/role-to-assume-into-after-gettin-in
         # assume-profile=name-of-the-new-profile
    
  2. Run aws-ad with following options:

     aws-ad --profile profile-name
    

Keep in mind that profile-name must be the same as in config file above You may be prompted for password (to your login@your-domain.com in Active Directory). aws-ad modifies file ~/.aws/credentials. It saves AWS keys there in profile section (profile-name again).

  1. You can now run AWS CLI commands now. Remember to set AWS Region and AWS Profile, like this:

     export AWS_DEFAULT_PROFILE=profile-name
     export AWS_DEFAULT_REGION=eu-central-1
     aws s3 ls
    

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

aws-ad-0.6.5.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

aws_ad-0.6.5-py2-none-any.whl (8.3 kB view details)

Uploaded Python 2

File details

Details for the file aws-ad-0.6.5.tar.gz.

File metadata

  • Download URL: aws-ad-0.6.5.tar.gz
  • Upload date:
  • Size: 7.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/2.7.15

File hashes

Hashes for aws-ad-0.6.5.tar.gz
Algorithm Hash digest
SHA256 e1d62d779d4ba225b901f383fbfbd7edce262c86acee6c1150c83ca645be93e4
MD5 f5e30d0db3ce22c8103d0ff936f33b21
BLAKE2b-256 b3085687d1e7230632cb386fcafbab8658bb70a211db7c71d31d34927fdd6126

See more details on using hashes here.

File details

Details for the file aws_ad-0.6.5-py2-none-any.whl.

File metadata

  • Download URL: aws_ad-0.6.5-py2-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/2.7.15

File hashes

Hashes for aws_ad-0.6.5-py2-none-any.whl
Algorithm Hash digest
SHA256 adee24d2907d8227ad0d758188bbbf0faee19b8f2dbac6998f473a54a117796d
MD5 4e502fe3790f6653710cfdb619fa4a8c
BLAKE2b-256 e8acad7577e32f6b4933ad5cb7efdb6cf8548473d77b6054724e8cd27c3b075f

See more details on using hashes here.

Supported by

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