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.

質問済み 9ヶ月前183ビュー
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
エキスパート
回答済み 9ヶ月前
profile pictureAWS
エキスパート
レビュー済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ