gpt4 book ai didi

dns - 如何在 Route53 中为 Elasticache 复制组创建 "alias target"A DNS 记录

转载 作者:行者123 更新时间:2023-12-03 01:48:07 24 4
gpt4 key购买 nike

我正在使用 Cloudformation 为 Redis 创建 ElastiCache 复制组,该组不允许指定组名称或集群名称(它们是随机生成的乱码)。

所以我的想法是创建一个 DNS 记录来为其添加别名,但我不知道如何获取别名目标的托管区域 ID。

我可以选择 CNAME,但如果可以使用 A 记录别名选项,我宁愿这样做。

最佳答案

目前无法创建 ElastiCache 复制组的别名目标。

根据文档部分“Choosing Between Alias and Non-Alias Resource Record Sets”(强调/格式化我的):

Instead of an IP address or a domain name, an alias resource record set contains a pointer to

  • a CloudFront distribution,
  • an Elastic Beanstalk environment,
  • an ELB classic or application load balancer,
  • an Amazon S3 bucket that is configured as a static website, or
  • another Amazon Route 53 resource record set in the same hosted zone.

ElastiCache 不在此列表中,因此使用指向复制组端点的 CNAME(例如 CloudFormation 模板中的 !GetAtt ReplicationGroup.PrimaryEndPoint.Address)是您唯一的选择。

关于dns - 如何在 Route53 中为 Elasticache 复制组创建 "alias target"A DNS 记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32313785/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com