Last active
April 2, 2019 10:00
-
-
Save HieronyM/8d706684c58ea7e02e63b2a3f8745baf to your computer and use it in GitHub Desktop.
Cloud Custodian to Filter PendingModifiedValues
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
| 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