Skip to content

Instantly share code, notes, and snippets.

View plittlefield's full-sized avatar

Paul Littlefield plittlefield

View GitHub Profile
@bashtoni
bashtoni / gist:cda204308d9730d6420e59d84f55f77e
Created July 4, 2018 10:49
Get HostedZoneId from AWS CLI for a given domain
aws route53 list-hosted-zones-by-name --dns-name example.com --query HostedZones[].Id --output text | cut -d/ -f3