Last active
January 11, 2018 16:03
-
-
Save estahn/26cdcf6dfb14258945350c6b2d10e1b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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