Skip to content

Instantly share code, notes, and snippets.

@asikkema
Created May 19, 2016 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asikkema/7450907ba41a31d90dbb90f171ad0724 to your computer and use it in GitHub Desktop.
Save asikkema/7450907ba41a31d90dbb90f171ad0724 to your computer and use it in GitHub Desktop.
Route53 alias template
{
"Comment": "A new record set for the zone.",
"Changes": [
{
"Action": "CREATE",
"ResourceRecordSet": {
"Name": "bucketname.",
"Type": "A",
"AliasTarget": {
"HostedZoneId": "Z1BKCTXD74EZPE",
"DNSName": "s3-website-eu-west-1.amazonaws.com.",
"EvaluateTargetHealth": false
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment