Skip to content

Instantly share code, notes, and snippets.

@HieronyM
Last active April 2, 2019 10:00
Show Gist options
  • Select an option

  • Save HieronyM/8d706684c58ea7e02e63b2a3f8745baf to your computer and use it in GitHub Desktop.

Select an option

Save HieronyM/8d706684c58ea7e02e63b2a3f8745baf to your computer and use it in GitHub Desktop.
Cloud Custodian to Filter PendingModifiedValues
custodian report rds-postgres.yml -s . --field "DBInstanceIdentifier=DBInstanceIdentifier" --field "EngineVersion=EngineVersion" --field "MultiAZ=MultiAZ" --field "ProductDomain=tag:ProductDomain" --field "PendingUpdate=PendingModifiedValues" --field "AllocatedStorage=AllocatedStorage" --field "MaintenanceWindowTime=PreferredMaintenanceWindow" --no-default-fields > list_rds.xls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment