What I did once I was in the position of _having_ to provide that level of support, was to run the pipeline in a third region, different from the "prod" ones. That way, worst case you can't do deployments during the outage...
Another alternative studied was to use a thirdparty ci/cd service, outside of our network. It was discarded bc you never know where that would actually run
> It was discarded bc you never know where that would actually run
Yep, I considered that switching to GitHub Actions would _theoretically_ eliminate the need for disaster recovery for CI/CD (since the handling of disasters is out of your hands) but in practice their SLA is far worse than just running CodePipeline in a single region.
Yeah, that's why we went with a third region instead. But, at the end of the day, if _only_ changes are affected for a couple of hours, that wouldn't impact the service that much
My last two (severely low end) cars had a function that opened slightly one window when there was just one door open,for this reason... To allow the last door to close without excessive force.
On one of the cars it wasnt enabled from factory, but I asked the dealership and they enabled it at no cost.
Domingo comes from Dominicus, or "belonging to the Lord" as in French, or the Italian "Domenica". All share the same etymology
"Sábado" is Spanish for Shabat as is Sabato in Italian
(I'm sure other romance languages are similar, even Portuguese, that has Sábado and Domingo, but the rest of the days are numbered from 2nd to 6th, oddly enough)
Yes, in "proper" spanish they sound different. That said, except when exaggerating, I know noone who makes the distinction in day to day conversations!
Oh, I remember having to look at the revision code for the 3c509... If memory serves, if it wasn't one of the red ones it had to be returned, and the red were a mixed bag!
At least in Buenos Aires metro area where I live, cell, water and gas are working ok. Water may be an issue if this continues as the pipe pressure is not enough to fill up the buildings tanks, so you'll need to go to ground level with buckets or similar.
In all of the countries affected the standard way to cook is natural gas, so we should be good in that front until power is up again.
I'm getting reports from friends and family that different zones of the metro area are getting powered as I write.
Another alternative studied was to use a thirdparty ci/cd service, outside of our network. It was discarded bc you never know where that would actually run