Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Add dates to IAM users, access keys & Elasticache Replication Groups #1093

Merged
merged 4 commits into from
Aug 29, 2023

Commits on Aug 29, 2023

  1. Add CreateDate property to IAM users

    Add the ability to easily filter for old or expired IAM users by adding the
    `CreateDate` property to them. This allows the possibility of nuking users
    that are "old" while leaving recently-created ones intact.
    rbroemeling authored and der-eismann committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3f57767 View commit details
    Browse the repository at this point in the history
  2. Add CreateDate property to IAM user access keys

    Add the ability to easily filter for old or expired IAM user access keys by
    adding the `CreateDate` property to them. This allows us to nuke user access
    keys that are old or expired while leaving recent ones intact.
    rbroemeling authored and der-eismann committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4ca5833 View commit details
    Browse the repository at this point in the history
  3. Add CreationTime to elasticache replication groups

    Add the ability to easily filter for old or expired elasticache replication
    groups by adding the `CreationTime` property to them. This allows `aws-nuke`
    to easily clear out all "old" resources while leaving recent ones intact.
    rbroemeling authored and der-eismann committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4b38d4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72c1033 View commit details
    Browse the repository at this point in the history