This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script rotates your aws access keys by creating | |
# a new one and deleting the older one. | |
# Requirements | |
# You must have a working aws cli configured already | |
# Run `aws configure` otherwise first before running this script. | |
# Installation & Usage |