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
"""Simple validation script for Route 53 record-set JSON outputs | |
Only validates some record types | |
aws route53 list-resource-record-sets --hosted-zone-id zone-id-old > old-dns.json | |
aws route53 list-resource-record-sets --hosted-zone-id zone-id-new > new-dns.json | |
""" | |
from __future__ import annotations |
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
[version] | |
version_string = 13.4 | |
version_number = 1D486D64 | |
ini_version = 2 | |
[network] | |
commands_per_frame = 2 | |
max_commands_in_queue = 16 | |
bytes_per_frame = 8 |
OlderNewer