Amazon web services – How to give HTTPS to an ec2?
I'm learning AWS, so I'm trying to deploy a backend in Spring Boot and a frontend in Next.js 14 using AWS services. I have my backend endpoint like this: http://ec2publicIp:8081/api/routes on my EC2 instance, which I know works and can…