Hello admins of EU AWS systems – DNS outage in eu-west-1
https://status.aws.amazon.com
Looks like there's a DNS outage in AWS Dublin
All DNS request coming from `eu-west-1b` fail completely if you're using the default AWS DNS resolution itself - if you switch to `8.8.8.8` it's all totally fine, but that's of no use if you have private services that need internal AWS resolution
`1a` and `1c` are also affected, but to a much lower extent from what I can tell
16 comments
[ 2.9 ms ] story [ 43.1 ms ] threadComplicated networks are complicated, I suppose
That doesn't apply here though. Instances that are already up are experiencing DNS resolution issues because the Amazon-provided DNS service (which is distinct from Route53) is failing
What you see as zone A is not what I see as zone A (maybe). When you sign up for an account, AWS assigns your zone A to one of the 3 available zones:
That's why people see different outage characteristics between the zones.Edit: one of the few articles (other than HN comments) that explains it https://alestic.com/2009/07/ec2-availability-zones/
All I can say is "WHAAAAAAT?!"
You've made me question my reality. Take an upvote for that alone.
I myself was in the middle of a release when all this happened. "I'll just release this thing" I said, "will only take 20 minutes" I said....
When I discovered it I tried switching my resolv.conf to 8.8.8.8 but of course none of my internal stuff worked because of how my security group / subnet / ip restrictions are setup internally.
You could, for instance, stand up an instance or two running Unbound, forward to Amazon's own resolvers for internal stuff, and forward to external resolvers for external resolution (or just handle it yourself instead of using forwarders).