Skip to content

Instantly share code, notes, and snippets.

@tonyOreglia
Last active November 20, 2022 19:54
Show Gist options
  • Save tonyOreglia/c78bdea0ee49b593a21184b7ee9b0668 to your computer and use it in GitHub Desktop.
Save tonyOreglia/c78bdea0ee49b593a21184b7ee9b0668 to your computer and use it in GitHub Desktop.
JumbleJournalDNSAliasRecord:
Type: AWS::Route53::RecordSetGroup
Properties:
HostedZoneId: Z05106123ABC456DEF789
RecordSets:
- Name: tonycodes.com
Type: A
AliasTarget:
HostedZoneId: Z2FDTNDATAQYW2
DNSName: !GetAtt
- CFDistribution
- DomainName
- Name: tonycodes.com
Type: AAAA
AliasTarget:
HostedZoneId: Z2FDTNDATAQYW2
DNSName: !GetAtt
- CFDistribution
- DomainName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment