Giter VIP home page Giter VIP logo

aws-sts-token's Introduction

aws-sts-token

Prerequisites

  1. Install ansible on workstation (pip install ansible)
  2. Install awscli on workstation (pip install awscli)
  3. Install awx.awx collection on workstation (ansible-galaxy collection install awx.awx)
  4. Configure aws credentials via aws configure
  5. Have MFA enabled on your AWS account

What does this aws-sts-token do?

I was getting annoyed having to update my short term AWS credentials within automation controller (formerly Ansible Tower), so I wanted a way where I could easily put in my MFA token and run a playbook/script that would then update that AWS credential automatically for me on my controller environment. I found Jeff's blog talking about it but need some slight modifications to make it work to update my controller environment.

How to use

Create a vars.yml file with the vars you will need to run:

---
controller_hostname: "controller.example.com"
controller_username: "admin"
controller_password: "changeme"
credential_name: "My AWS Credential"
aws_userarn: "<ARN_FROM_IAM>"
aws_profile: "default"
aws_sts_profile: "default"

NOTE: credential_name assumes you have an AWS Web Services Credential already created and labeled My AWS Credential otherwise it will create it.

To use it, you can download the contents of that file to /usr/local/bin/aws-sts-token, make the file executable (chmod +x /usr/local/bin/aws-sts-token), and run the command:

./aws-sts-token -e @vars.yml -e token_code=TOKEN

NOTE: TOKEN is the value from your MFA device.

aws-sts-token's People

Contributors

rlopez133 avatar

Watchers

James Cloos avatar  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.