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/551f9b56c3f01b1f1e597d810ecbe1ee to your computer and use it in GitHub Desktop.
Save midN/551f9b56c3f01b1f1e597d810ecbe1ee to your computer and use it in GitHub Desktop.
rgroup:
Type: AWS::Route53::RecordSetGroup
Properties:
HostedZoneId: !Ref zone
RecordSets:
- Name: yourapp
Type: CNAME
SetIdentifier: ECS
Weight: '9'
ResourceRecords:
- !Ref lb
- Name: yourapp
Type: CNAME
SetIdentifier: EKS
Weight: '1'
ResourceRecords:
- !Ref eks_lb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment