Skip to content

Instantly share code, notes, and snippets.

@wassname
Created September 1, 2020 06:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wassname/be30cd4ac42b7c0f8903ec7b3724d4e2 to your computer and use it in GitHub Desktop.
Save wassname/be30cd4ac42b7c0f8903ec7b3724d4e2 to your computer and use it in GitHub Desktop.
How to use keepassxc and browser integration with aws console sign's

For your IAM user you get a csv of credentials like this

User name,Password,Access key ID,Secret access key,Console login link
USERNAME,PASSWORD,ACCESS_KEY,SECRET_KEY,https://0123456.signin.aws.amazon.com/console

If your region is sydney (ap-southeast-2) in keepass you enter:

Title: USERNAME/COMPANY Username: USERNAME Password: PASSWORD URL: https://signin.aws.amazon.com/console?region=ap-southeast-2&iam_user=true&account=0123456

Now you can use keepass browser integration to go to that url, you will be directed to a generic sign in page, but the url matching will still work

@flymg
Copy link

flymg commented Jul 16, 2021

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment