Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 268 Bytes

push-to-route-53.sh.md

File metadata and controls

executable file
·
16 lines (10 loc) · 268 Bytes

push-to-route-53.sh

This shell script pushes a DNS zone file to AWS Route 53

Requirements

Example

#!/bin/sh

php zone-file-generator.php > ~/zone-file.txt
sh push-to-route-53.sh example.com ~/zone-file.txt