Hello admins of EU AWS systems – DNS outage in eu-west-1
9 points| danielhunt | 9 years ago
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
aidos|9 years ago
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.
jlgaddis|9 years ago
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).
chatmasta|9 years ago
fern4lvarez|9 years ago
aidos|9 years ago
danielhunt|9 years ago
Complicated networks are complicated, I suppose
danielhunt|9 years ago
neo2001|9 years ago
paugay|9 years ago
neo2001|9 years ago