Skip to content

Commit

Permalink
Revert "refactor: add LatencyBasedRoutingRegion"
Browse files Browse the repository at this point in the history
This reverts commit f7e858e.
  • Loading branch information
badmintoncryer committed Jan 24, 2024
1 parent 82803e4 commit ed8f582
Show file tree
Hide file tree
Showing 12 changed files with 545 additions and 140 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"Resources": {
"HostedZoneDB99F866": {
"Type": "AWS::Route53::HostedZone",
"Properties": {
"Name": "cdk.dev."
}
},
"LatencyBasedRouting0C1664EAC": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": {
"Ref": "HostedZoneDB99F866"
},
"Name": "www.cdk.dev.",
"Region": "us-east-1",
"ResourceRecords": [
"1.2.3.4"
],
"SetIdentifier": "REGION_us-east-1_ID_latencybasedroutintencyBasedRouting09258C5CC",
"TTL": "1800",
"Type": "A"
}
},
"LatencyBasedRouting1D10EA109": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": {
"Ref": "HostedZoneDB99F866"
},
"Name": "www.cdk.dev.",
"Region": "ap-northeast-1",
"ResourceRecords": [
"2.3.4.5"
],
"SetIdentifier": "REGION_ap-northeast-1_ID_latencybasedroucyBasedRouting193C4855F",
"TTL": "1800",
"Type": "A"
}
},
"LatencyBasedRouting26C32588A": {
"Type": "AWS::Route53::RecordSet",
"Properties": {
"HostedZoneId": {
"Ref": "HostedZoneDB99F866"
},
"Name": "www.cdk.dev.",
"Region": "eu-west-1",
"ResourceRecords": [
"3.4.5.6"
],
"SetIdentifier": "REGION_eu-west-1_ID_latencybasedroutintencyBasedRouting25966E4AD",
"TTL": "1800",
"Type": "A"
}
}
},
"Parameters": {
"BootstrapVersion": {
"Type": "AWS::SSM::Parameter::Value<String>",
"Default": "/cdk-bootstrap/hnb659fds/version",
"Description": "Version of the CDK Bootstrap resources in this environment, automatically retrieved from SSM Parameter Store. [cdk:skip]"
}
},
"Rules": {
"CheckBootstrapVersion": {
"Assertions": [
{
"Assert": {
"Fn::Not": [
{
"Fn::Contains": [
[
"1",
"2",
"3",
"4",
"5"
],
{
"Ref": "BootstrapVersion"
}
]
}
]
},
"AssertDescription": "CDK bootstrap stack version 6 required. Please run 'cdk bootstrap' with a recent version of the CDK CLI."
}
]
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ed8f582

Please sign in to comment.