Skip to content

Instantly share code, notes, and snippets.

@midN
Last active December 30, 2018 02:58
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 midN/0c528a4e5dd4edfd1c38fad86d4ec826 to your computer and use it in GitHub Desktop.
Save midN/0c528a4e5dd4edfd1c38fad86d4ec826 to your computer and use it in GitHub Desktop.
cname.yaml
cname:
Type: AWS::Route53::RecordSet
Properties:
Name: yourapp
Type: "CNAME"
HostedZoneId: !Ref zone
ResourceRecords:
- !Ref lb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment