简体   繁体   English

使用AWS证书管理器的EC2实例

[英]EC2 instance with AWS certificate manager

I am new to AWS. 我是AWS的新手。 I have created an EC2 instance for some application i am working on and linked it to a Route 53 record set(ex: test.example.com). 我为我正在处理的某些应用程序创建了一个EC2实例,并将其链接到Route 53记录集(例如:test.example.com)。 In this record set, I am using type A and used the public IPv4 of my application. 在此记录集中,我使用类型A并使用我的应用程序的公共IPv4。 I tried creating a new SSL certificate using certificate manager and it has created a new record set with (_9871497819.test.example.com). 我尝试使用证书管理器创建一个新的SSL证书,并使用(_9871497819.test.example.com)创建了一个新的记录集。 How can i use the certificate record set to my application? 如何将证书记录集用于我的应用程序? Do i have to remove the old instance(test.example.com)? 我是否必须删除旧实例(test.example.com)? if yes, how can i link the EC2 instance to the new record set? 如果是,我如何将EC2实例链接到新记录集? PS: The URLs used are just for clarification. PS:使用的URL仅用于澄清。

You will need to implement a load balancer in order to use your certificate with an ec2 instance. 您需要实现负载均衡器才能将证书与ec2实例一起使用。

Although you install your website on an Amazon EC2 instance, you cannot directly deploy an ACM Certificate on that instance. 虽然您在Amazon EC2实例上安装了您的网站,但您无法在该实例上直接部署ACM证书。 You must instead deploy your certificate by using one of the services integrated with ACM. 您必须使用与ACM集成的服务之一来部署证书。 For more information see Services Integrated with AWS Certificate Manager. 有关更多信息,请参阅与AWS Certificate Manager集成的服务。

See https://docs.aws.amazon.com/acm/latest/userguide/setup-website.html 请参阅https://docs.aws.amazon.com/acm/latest/userguide/setup-website.html

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

相关问题 需要适用于AWS Windows EC2实例的有效证书。 Amazon Certificate Manager是否提供EC2的证书? - Need a valid certificate for AWS Windows EC2 instance. Does Amazon Certificate manager provide certificates for EC2? AWS颁发的证书连接到EC2实例 - AWS issued certificate connect to EC2 instance AWS 从 EC2 上的证书管理器安装 SSL 证书 - AWS Install SSL Certificate from Certificate Manager on EC2 AWS将SSL从证书管理器(AWS免费提供)安装到ELB,并应用于EC2 Windows Platform IIS实例 - AWS Install SSL from Certificate Manager (Free from AWS) to ELB and apply to EC2 Windows Platform IIS Instance 带有负载均衡器和证书管理器的 EC2 实例上的 WSS 套接字 - WSS Socket on EC2 instance with Load Balancer and Certificate Manager ELB的AWS证书管理器,指向在EC2上运行的Apache服务器 - AWS Certificate Manager for ELB pointing to a Apache Server Running on EC2 是否可以使用证书管理器在带有 ssl 的 AWS EC2 上存储网站 - Is it possible to store a website on AWS EC2 with ssl using certificate manager AWS EC2 实例 - AWS EC2 Instance EC2 实例如何访问 Aws Secrets Manager - How does an EC2 instance access the Aws Secrets Manager 从1&1到AWS EC2实例的SSL证书不起作用 - SSL Certificate from 1&1 to an AWS EC2 instance not working
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM