Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 981 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 981 Bytes

aws-utils

Utilities and Scripts for Amazon Web Services (AWS)

By Service

  • App Mesh
  • Elastic Compute Cloud (EC2)
  • Identity and Access Management (IAM)
    • rotate_access_key.py - Automatically rotates the oldest AWS Access Key locally. Optionally specify a profile to change the key for that profile.
  • Simple Notification Service (SNS)
    • count_topics.py - Counts the number of SNS topics in an account/region. Uses pagination to scale to SNS Topic Limit, and includes a "checkpoint" to track progress.
  • Systems Manager (SSM)
    • get_all_parameters.py - Batch operation to return all parameters. Profile aware, and has a flag for decryption.