Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support account ID / names as profile names #294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nimrodkor
Copy link

@nimrodkor nimrodkor commented Apr 13, 2021

Support AWS account IDs or aliases as profile names

Description

In many orgs (like mine) we use a single role in multiple accounts.

Related Issue

Resolves #293

Motivation and Context

We have a lot of AWS accounts, and their names are long enough - using the roles makes it hard to use the cli with the resulting credentials.

How Has This Been Tested?

Added UT

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@tiagomatic
Copy link

Hey there. Thanks for adding this functionality! Are there any plans on merging this soon? My organization could use this to make things simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support creating AWS profile named according to the AWS account alias / number
2 participants