Need to know how to secure my website.

0

Hi Team,

I have created EC2 linux instance and deploy an application over there and I have made a link (URL) to access my application, but while accessing this I am getting message site is not secure.

So I want to know how to I make connection secure from AWS end.

已提問 8 個月前檢視次數 180 次
1 個回答
0

Hello.

An SSL certificate must be issued for the domain for HTTPS access.
ACM can be used to issue SSL certificates in AWS.
However, to use ACM, you must use ALB or CloudFront.
In some cases, it is possible to put an SSL certificate issued by ACM directly into EC2 if the EC2 supports Nitro Enclaves.
https://repost.aws/knowledge-center/associate-acm-certificate-alb-nlb
https://repost.aws/knowledge-center/configure-acm-certificates-ec2
https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html
https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html

If you do not use ALB or CloudFront, you must put the SSL certificate directly into EC2.
Free SSL certificates such as Let's Encrypt can be used.
https://letsencrypt.org/

When managing SSL certificates in AWS, I think it is easier to use ALB or CloudFront and issue them with ACM, considering the management aspects.

profile picture
專家
已回答 8 個月前
profile pictureAWS
專家
已審閱 8 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南