Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 457 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 457 Bytes

AwsZoneFileTransformation

Description

Tool for transforming output file from command aws route53 list-resource-record-sets --hosted-zone-id <zoneID> > export.json to be compatible with import command aws route53 change-resource-record-sets --hosted-zone-id <zoneId> --change-batch file://<export.json>

Usage

./AwsZoneFileTransformation -i <inputfile.json> -o <outputfile.json> -a [CREATE|DELETE|UPSERT] -n true