there are too many points of failure for me to ever be comfortable using the cloud as a primary storage option.
If everything that you run is local as in the same physical location and there is no requirement for external or internet access then sure. Not everyone has that luxury. Otherwise, There are the same number of points of failure in a non-cloud configuration. You just feel more comfortable with those because you have direct hands on control.
Tja@programming.dev 4 months ago
If the storage “crashes” it doesn’t matter if it’s in the cloud or on-prem.
With the cloud you get two substantial advantages:
Of course all this costs big bucks, but technically it’s superior, easier and less risky.
corsicanguppy@lemmy.ca 4 months ago
AWS engineers’ first responsibility is to shareholders
Mike’s responsibility is to your same boss.
They are not the same.
Bonus: you can see Mike’s certs are real.
Tja@programming.dev 4 months ago
It’s not about responsibility (and only the c suite reports to the shareholders, not Mike), it’s about capability, visibility, tooling and availability.
nexusband@lemmy.world 4 months ago
That’s easily mitigated just following established standards. Redundancy is cheaper than anything else in the aftermath and documentation can be done easy with automation.
You don’t, you rent rack space in a location far enough away but close enough to get the data in a few hours.
It’s neither superior, easier or less risky, it’s just a shift in responsibility. And in most cases, it’s so expensive that a second or third on site engineer is payed for.
Tja@programming.dev 4 months ago
And what is simpler and faster, renting rack space in another continent (and buying, shipping, racking and initializing) or editing your terraform file?
nexusband@lemmy.world 4 months ago
Why on another continent? Except maybe VDI, some direct calls to some LLM or some insane scales, there’s nothing really that needs those round trip times.
loudwhisper@infosec.pub 4 months ago
Not OP, but they are comparable efforts, especially since it’s a relatively infrequent activity. You can rent dedicated boxes with off-the-sheld hardware almost instantly, if you don’t want to deal with the hardware procurement, and often you can do that via APIs as well. And of course both options are much, much, much cheaper than the Cloud solution.
For sure speed in general is something Cloud provide. I would say it’s a very bad metric though in this context.