简体   繁体   English

ACM SSL 证书是与托管区域相关联还是仅与域相关联?

[英]Are ACM SSL certificates tied to a Hosted Zone or just the domain?

I have been searching for answers for these three questions, so far have not got a concrete answer:-我一直在寻找这三个问题的答案,到目前为止还没有得到具体的答案:-

  1. Are ACM SSL certificates tied to a Hosted Zone or just the domain? ACM SSL 证书是与托管区域相关联还是仅与域相关联?
  2. Can we replace the existing Hosted Zones with templated hosted zones without interrupting services?我们可以在不中断服务的情况下用模板化托管区域替换现有的托管区域吗?

3.Can Hosted Zones exist in CloudFormation? 3.CloudFormation 中可以存在托管区域吗?

  1. Just the domain.只是域。 You don't even need to use Route53 to use ACM.您甚至不需要使用 Route53 来使用 ACM。
  2. Probably?大概? There may be some interruption in the DNS resolution depending on how you roll out this change.根据您实施此更改的方式,DNS 解析可能会出现一些中断。 As with anything like this, you should have a separate test environment to verify your rollout will work as expected before performing the changes in production.与任何类似的事情一样,在生产中执行更改之前,您应该有一个单独的测试环境来验证您的部署是否按预期工作。
  3. See the official CloudFormation documenation .请参阅官方 CloudFormation 文档 I suggest reviewing the documentation in the future when you have questions about what AWS services are supported by CloudFormation instead of asking about each one on StackOverflow.当您对 CloudFormation 支持哪些 AWS 服务有疑问时,我建议您在未来查看文档,而不是在 StackOverflow 上询问每个服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 域名如何在ACM中用于Amazon颁发的SSL证书 - How is domain name used for Amazon issued SSL certificates in ACM 在AWS Route 53中获取域托管区域的SSL证书 - Obtaining an SSL cert for a domain hosted zone in AWS Route 53 AWS ACM 两个具有相同域的证书 - AWS ACM two certificates with same domain 如何了解重新创建的托管区域已准备就绪,可以对ACM证书进行DNS验证 - How to understand a recreated hosted zone is ready for DNS validation of an ACM certificate AWS ACM通配符ssl证书不在域上工作 - AWS ACM wildcard ssl certificate not working on domain AWS CloudFormation:编写一个 Lambda 函数来验证 ACM 证书的域所有权 - AWS CloudFormation: Writing a Lambda function to verify domain ownership for ACM Certificates AWS 托管 Django 站点的 SSL 证书和 https - SSL certificates and https for AWS hosted django site ACM证书 - SSL_ERROR_BAD_CERT_DOMAIN - ACM certificate - SSL_ERROR_BAD_CERT_DOMAIN AWS Route53 和 ACM 证书 - 允许同一组织内的其他账户在托管区域中创建记录 - AWS Route53 and ACM certificate - Allow other account within same organization to create records in hosted zone 我想是否有办法使用 aws acm list-certificates 以及有效性和域名来查找所有 ACM 证书 - I would like if there is way to find all the ACM certs using aws acm list-certificates along with validity and domain name
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM