HackerTrans
TopNewTrendsCommentsPastAskShowJobs

TheP1000

no profile record

comments

TheP1000
·9 bulan yang lalu·discuss
I just implemented incident manager org wide :(

I knew the service was rough, but had the right building blocks plus Cfn/CDK support and has been working well.

My lack of trust in AWS is increasing, feels like a google move.
TheP1000
·11 bulan yang lalu·discuss
https://aws.amazon.com/about-aws/whats-new/2024/06/amazon-ap...
TheP1000
·11 bulan yang lalu·discuss
API gateway timeout increase has been nice.
TheP1000
·2 tahun yang lalu·discuss
Is this really xenophobia?

China does not provide equal access to their markets, why should we provide it to ours?

And the specifically pertains to a loophole that would be getting closed for everyone...
TheP1000
·2 tahun yang lalu·discuss
For anything we inject secrets in via env vars (which really is only supported by ECS, maybe EKS?), it is easy to add a lambda to kick off a nightly ECS restart. Easier if you are already using the AWS CDK for tooling.

The purist in me thinks restarts are a hack, but the pragmatist has been around long enough to embrace the simplicity.

Adding another dependency/moving piece that AWS could drop support or it could just break also steers me away from this.

For Lambda, processes should be getting swapped fast enough and you also normally load during a cold start only. I could see some argument there around improving cold start performance, but would need some testing.

So, maybe this is to save a few cents?
TheP1000
·2 tahun yang lalu·discuss
Agreed. I would imagine the previous approach of forced upgrades ended up burning lots of customers in worse ways than just their pocketbook.
TheP1000
·2 tahun yang lalu·discuss
Is above still an issue with http2/3?

edit: From the article: To workaround the limitation you have to use HTTP/2 or HTTP/3 with which the browser will only open a single connection per domain and then use multiplexing to run all data through a single connection.
TheP1000
·2 tahun yang lalu·discuss
As others have mentioned, moving to per tenant databases can really simplify things at scale and doesn't leave a massive amount of engineering complexity and debt in its wake.

I feel sorry for the team managing this 5 years from now.