Ask HN: Am I the only one having AWS issues? (SQS mostly)

2 points by cx42net ↗ HN
Hi,

Two of my services are experiencing downtime out of the blue, and the issues reported by Sentry all points toward AWS SQS having troubles.

I took a look at the AWS Status page, and all is happily running, whereas I'm pretty sure it's not the case.

For instance, one of the issue I'm having is:

EndpointConnectionError => Could not connect to the endpoint URL: "https://eu-west-3.queue.amazonaws.com/"

(I haven't made any changes to my code nor to my AWS account)

Am I the only one?

4 comments

[ 4.2 ms ] story [ 22.4 ms ] thread
@cx42net are you using a VPC endpoint to connect to S3 or routing to the public endpoint?
Good question. Checking the "VPC : Endpoints" part shows no endpoints toward S3, so I think I'm routing to the public endpoint?