Could not connect to the endpoint URL: "https://lightsail.eu-north-1a.amazonaws.com/" when trying to connect to Lightsail Database.

0

We are unable to change some MySQL Database-Variables, because the connection to the database is not possible. How can we solve this. Thank you

  • Can you share some error message or system logs to better understand what's happening?

Markus
asked 4 months ago183 views
1 Answer
0

Hi,

It looks like the AWS Region being used for your AWS request has a typo in there. Region name should be eu-north-1 and not eu-north-1a (i.e. no a suffix) which is in fact the name of an availability-zone in the Stockholm region.

Thanks.

profile pictureAWS
EXPERT
AWS-SUM
answered 4 months ago
  • Thanks for the answer. i tried it but still the same error ... :(

  • It can't be the same error if the region in the AWS call is in fact corrected :) Because the endpoint in error https://lightsail.eu-north-1a.amazonaws.com/ should get changed with the correction.

    Can you share the exact AWS command or request you ran ?

    for example if using the AWS CLI,

    aws lightsail update-relational-database --relational-database-name <database-name> --region eu-north-1 <other parameters>
    

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