AWS status updates not working due to S3
twitter.com
AWS status updates not working due to S3
1–10 of 50 posts
Re: AWS status updates not working due to S3
#2Re: AWS status updates not working due to S3
#3Re: AWS status updates not working due to S3
#4I want to take this opportunity to complain about the interview system. Hire people who care about the product and company. Such mistakes cannot be made by people who care.
Re: AWS status updates not working due to S3
#5It's a similar mistake of making DNS a dependency for monitoring/control infrastructure when DNS is down.
Re: AWS status updates not working due to S3
#6It's interesting how easy it is to accidentally invert logical operations. I see it in code all the time. A condition will test that A is true when what they really need to know is if B and C are both false. It's like some kind of cognitive tick.
Re: AWS status updates not working due to S3
#7This should be the official anti-pattern when designing a status page.
Re: AWS status updates not working due to S3
#8Re: AWS status updates not working due to S3
#9This should be the official anti-pattern when designing a status page.
Re: AWS status updates not working due to S3
#10This should be the official anti-pattern when designing a status page.
It is...it's literally the reason products like statuspage.io exist, because if your status page has any dependencies on the services for which is provides statuses, then it's not really a useful status page.