Viewing profile — wparad
wparad
HN member- Joined
- Thu, Jun 30, 2016, 4:45 PM UTC
- HN karma
- 32
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About wparad
Recent public activity
-
comment
Comment #47380824
I really don't understand why everyone is jumping up and down over this. I doesn't really feel like a real solution. But I couldn't contain myself and wanted to a write a response:…
-
comment
Comment #45977333
The point here is that, it's important to clarify what you mean by "untested code". Some companies release untested code all the time to production by hide their usage behind featu…
-
comment
Comment #45973152
Hmm, I never considered potentially using an SLA on latency as a potential way to justify the argument. If I pull this content into a future article or talk, I will definitely cons…
-
comment
Comment #45967941
100%
-
comment
Comment #45967933
Actually this isn't the only thing that exists. As I pointed out that only exists for resources that are duplicated between regions. There's also the critical fallbacks that exist …
- comment
-
comment
Comment #45964766
Thank you.
-
comment
Comment #45962950
Ha, thanks, we'll fix that.
-
comment
Comment #45962942
Thank you!
-
comment
Comment #45962940
Absolutely, part of the problem is that a whole region being down is often less of a problem, then just one critical service. And as you point out the blast radius of a critical de…
-
comment
Comment #45962931
The sad truth of the world is that in many cases latency isn't the most critical aspect for tracking. We absolutely do track it because we have the expectation that authentication …
-
comment
Comment #45962915
Hmmm, which part of the intro did you find an issue with? I want to see if I can fix it.
-
comment
Comment #45962912
This is absolutely true, but the end result is the same. The assumption is "We can fix a third party component behaving temporarily incorrectly, and therefore we can do something a…
-
comment
Comment #45958858
In the last decade, there has been at least one time where we did issue credits to our customers when there was a problem. Issues credits back to our customers is a small compensat…
-
comment
Comment #45958835
Agreed, it is much too easy to fall into bad habits. The whole goal of OpenTofu is declarative infrastructure. With CDK and pulumi, it's very easy to end up in a place where you lo…
-
comment
Comment #45958816
I think some people are going to scream when I say this, but we're using mostly CloudFormation templates. We don't use the CDK because it introduces complexity into the system. How…
-
comment
Comment #45958775
Thank you! One of the question I frequently get is "do you automatically rollback". And I have hide in the corner and say "not really". Often, if you knew a rollback would work, yo…
-
comment
Comment #45958704
I think there are two worlds of thought to the "AWS is totally dead everywhere". And that's: * It is never going to happen due to the way AWS is designed (or at least told to us, w…
-
comment
Comment #45958026
Maybe I should have titled the article "AWS Route53 HealthChecks are amazing" :)
-
comment
Comment #45957965
Thank you!
-
comment
Comment #45957944
I spent a long time, trying to figure out, what the title of the article, should be. I'm terrible at SEO and generating click-bait titles, it is unfortunately, what, it, is.
-
comment
Comment #45957927
Good catch. The truth is, while we track downtime for incident reporting, it's much more correct to actually be tracking the number of requests that result in a failure. Our SLAs a…
-
comment
Comment #45957858
It's a good point. We don't actually commit to running infrastructure in one specific AWS region. Customers can't request that the infra runs exactly in us-east-1, but they can req…
-
comment
Comment #45957803
If the check can't be done, then everything stays stable, so I'm guessing the question is, "What happens if Route 53 does the check and incorrectly reports the result?" In that cas…
-
comment
Comment #45957761
Hey, I wrote that article! I'll try to add comments and answer questions where I can. - Warren