Skip to content

Commit

Permalink
Add temporary test subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Sep 27, 2023
1 parent 0cd9608 commit db7442b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dns/prxtransfer.org-hosted_zone/prxtransfer.org-hosted_zone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,25 @@ Resources:
# SetIdentifier: !Sub ${AWS::StackName}-prod-us-west-2
# Type: A

- Name: !Sub "test1.health-check-test.${Domain}"
AliasTarget:
DNSName: !Ref kProductionUsEast1LoadBalancerHostname
EvaluateTargetHealth: true
HostedZoneId: Z26RNL4JYFTOTI
# HealthCheckId: !If [CreateProdUsEast1HealthCheck, !GetAtt ProdUsEast1HealthCheck.HealthCheckId, !Ref AWS::NoValue]
Region: us-east-1
SetIdentifier: !Sub ${AWS::StackName}-prod-us-east-1
Type: A
- Name: !Sub "test1.health-check-test.${Domain}"
AliasTarget:
DNSName: !Ref kProductionUsWest2LoadBalancerHostname
EvaluateTargetHealth: true
HostedZoneId: Z18D5FSROUN65G
# HealthCheckId: !If [CreateProdUsWest2HealthCheck, !GetAtt ProdUsWest2HealthCheck.HealthCheckId, !Ref AWS::NoValue]
Region: us-west-2
SetIdentifier: !Sub ${AWS::StackName}-prod-us-west-2
Type: A

StagingWildcards:
Type: AWS::Route53::RecordSetGroup
Properties:
Expand Down

0 comments on commit db7442b

Please sign in to comment.