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.

demandé il y a 9 mois183 vues
1 réponse
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
répondu il y a 9 mois
profile pictureAWS
EXPERT
vérifié il y a 9 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions