Unable to Port Forward to HTTPS when using same domain for AWS Amplify and Load Balancer
For a while now, I have an AWS Amplify app running on a specified domain: https://mydomain.io
. Recently, I created an ECS task running a Python Flask (at port 8080) and Postgres container. The instance runs via Fargate with Load Balancer with a valid SSL cert. App works perfectly on HTTP where I can run access it via http://my-public-ip.us-east-2.compute.amazonaws.com:8080/myapp
. All AWS consoles show green, healthy, or running statuses.