Skip to content

Instantly share code, notes, and snippets.

@ibrolord
ibrolord / rotate_my_creds.sh
Created March 19, 2019 19:46 — forked from keymon/rotate_my_creds.sh
Script to rotate AWS access keys
#!/bin/bash
#
# Will rotate the credentials for the user and account that you have
# currently configured. It will print the shell `export` lines to use
# the creds.
#
# If you team uses STS with MFA to access the API, you must use those
# STS credentials.
#