在Amazon EC2上的HTTPS设置Amazon、HTTPS

2023-09-11 23:37:45 作者:街灯下的背影

我们如何能够在Amazon EC2上的https。现在,我们的网站正在HTTP。

How we enable https in Amazon ec2. Now our site is working on http.

推荐答案

首先,你需要打开HTTPS端口(443)。要做到这一点,你去 https://console.aws.amazon.com/ec2/ 并点击安全论坛链接左侧,然后创建一个新的安全组还HTTPS提供。 然后,你必须开始一个新的实例选择新的安全组(你不能改变一个运行实例的安全组,甚至重新开机。

First you need to open HTTPS port (443). To do that, you go to https://console.aws.amazon.com/ec2/ and click on SEcurity Groups link on the left, then create a new security group with also HTTPS available. Then you have to start a new instance choosing the new security group (you can't change a security group of a running instance, even rebooting.

在这些步骤,EC2的工作已经完成,它的所有应用程序的问题。

After these steps, EC2 work is finished and it's all an application problem.