NEW: Initial release

This commit is contained in:
KF
2024-04-19 14:09:45 +08:00
commit 122fe95f95
16 changed files with 233 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
echo "ZoneName, IsPrivate, RecordCount"
aws route53 list-hosted-zones | jq -cr '.HostedZones[] | [.Name, .Config.PrivateZone, .ResourceRecordSetCount] | @csv' | tr -d \"