Skip to content

Instantly share code, notes, and snippets.

@estahn
Last active January 11, 2018 16:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save estahn/26cdcf6dfb14258945350c6b2d10e1b5 to your computer and use it in GitHub Desktop.
Save estahn/26cdcf6dfb14258945350c6b2d10e1b5 to your computer and use it in GitHub Desktop.
---
AWSTemplateFormatVersion: '2010-09-09'
Metadata:
Version: 1
LastUpdated: 2017-05-16 16:58:35
UpdatedBy: estahn
Comments: Generated by cfn-ansible
Description: >
Manages a batch of hipages whitelabel domains
Resources:
HostedZoneVetpagesNetAuProduction:
Type: Custom::HostedZone
Properties:
ServiceToken: !ImportValue cfn-custom-resources-HostedZoneResource
DelegationSetId: NXNY5RU7LB2YP
HostedZoneConfig:
Comment: "MANAGED BY IOD (STACK lifeboat-production)"
HostedZoneTags:
- Key: "Environment"
Value: "production"
- Key: "Application"
Value: "lifeboat-production"
- Key: "Stack"
Value: "lifeboat-production"
- Key: "CreatedBy"
Value: "github.com/hipagesgroup/iod"
- Key: "Department"
Value: "Engineering"
Name: vetpages.net.au
RecordSetAliasVetpagesNetAuProduction:
Type: AWS::Route53::RecordSetGroup
DependsOn: HostedZoneVetpagesNetAuProduction
Properties:
HostedZoneName: vetpages.net.au.
Comment: Zone apex alias for vetpages.net.au.
RecordSets:
- Name: vetpages.net.au.
Type: A
AliasTarget:
HostedZoneId: Z1GM3OXH4ZPM65
DNSName: fw-lifeboat-assets-1608417786.ap-southeast-2.elb.amazonaws.com
- Name: www.vetpages.net.au.
Type: A
AliasTarget:
HostedZoneId: Z1GM3OXH4ZPM65
DNSName: fw-lifeboat-assets-1608417786.ap-southeast-2.elb.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment