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.

asked 8 months ago170 views
1 Answer
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
EXPERT
answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions