mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Updated ELB Dual Stack hosted zone DNS records
This commit is contained in:
parent
da888067c7
commit
3ff3850c59
1 changed files with 14 additions and 6 deletions
|
@ -29,17 +29,25 @@ module Fog
|
||||||
end
|
end
|
||||||
|
|
||||||
# See https://forums.aws.amazon.com/message.jspa?messageID=612414
|
# See https://forums.aws.amazon.com/message.jspa?messageID=612414
|
||||||
|
# Note: Oddly, to update this list, I have had to revert to going to
|
||||||
|
# dev console at https://console.aws.amazon.com/route53/home, then using
|
||||||
|
# search all sources for Z14GRHDCWA56QT to find this in a HashMap
|
||||||
def self.elb_dualstack_hosted_zone_mapping
|
def self.elb_dualstack_hosted_zone_mapping
|
||||||
@elb_dualstack_hosted_zone_mapping ||= {
|
@elb_dualstack_hosted_zone_mapping ||= {
|
||||||
"ap-northeast-1" => "Z14GRHDCWA56QT",
|
"ap-northeast-1" => "Z14GRHDCWA56QT",
|
||||||
|
"ap-northeast-2" => "ZWKZPGTI48KDX",
|
||||||
|
"ap-south-1" => "ZP97RAFLXTNZK",
|
||||||
"ap-southeast-1" => "Z1LMS91P8CMLE5",
|
"ap-southeast-1" => "Z1LMS91P8CMLE5",
|
||||||
"ap-southeast-2" => "Z1GM3OXH4ZPM65",
|
"ap-southeast-2" => "Z1GM3OXH4ZPM65",
|
||||||
"eu-central-1" => "Z215JYRZR1TBD5",
|
"ca-central-1" => "ZQSVJUPU6J1EY",
|
||||||
"eu-west-1" => "Z32O12XQLNTSW2",
|
"eu-central-1" => "Z215JYRZR1TBD5",
|
||||||
"sa-east-1" => "Z2P70J7HTTTPLU",
|
"eu-west-1" => "Z32O12XQLNTSW2",
|
||||||
"us-east-1" => "Z35SXDOTRQ7X7K",
|
"eu-west-2" => "ZHURV8PSTC4K8",
|
||||||
"us-west-1" => "Z368ELLRRE2KJ0",
|
"us-east-1" => "Z35SXDOTRQ7X7K",
|
||||||
"us-west-2" => "Z1H1FL5HABSF5",
|
"us-east-2" => "Z3AADJGX6KTTL2",
|
||||||
|
"us-west-1" => "Z368ELLRRE2KJ0",
|
||||||
|
"us-west-2" => "Z1H1FL5HABSF5",
|
||||||
|
"sa-east-1" => "Z2P70J7HTTTPLU",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue