Skip to content

Instantly share code, notes, and snippets.

View ayushya's full-sized avatar

Ayushya Jaiswal ayushya

View GitHub Profile
@ayushya
ayushya / rotate-aws-iam-keys.sh
Created February 27, 2017 12:12 — forked from indradhanush/rotate-aws-iam-keys.sh
AWS Access Key rotation
#!/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