Showing posts with the label AWS

Scaling File Uploads: The S3 Direct-to-Cloud Pattern

If you are piping large file uploads through your Node.js backend, you are building a bottleneck. I've seen production servers crash because a s…
Scaling File Uploads: The S3 Direct-to-Cloud Pattern

【AWS S3】大容量ファイルアップロードの最適解:Presigned URL × Multipart Upload 実装ガイド

数GB単位の動画やログファイルをユーザーにアップロードさせる機能を実装する際、単純なフォーム送信やサーバー経由のストリーム転送を行っていませんか?そのアプローチは、サーバーのメモリ枯渇(OOM)や帯域幅の圧迫、そして504 Gateway Timeoutの温床となります。 AWS S3 P…
【AWS S3】大容量ファイルアップロードの最適解:Presigned URL × Multipart Upload 実装ガイド

Arquitectura Resiliente: Subidas Directas a S3 con Presigned URLs y Multipart Upload

Imagina que tu servidor es una pequeña oficina de correos y, de repente, 100 usuarios intentan enviar sofás enteros a través de la ventanilla al mis…
Arquitectura Resiliente: Subidas Directas a S3 con Presigned URLs y Multipart Upload

DynamoDB 핫 파티션 문제로 인한 스로틀링, 쓰기 샤딩으로 해결하기

대규모 트래픽이 몰리는 이벤트 서비스나 투표 시스템을 운영하다 보면, 충분한 WCU(Write Capacity Units)를 프로비저닝했음에도 불구하고 ProvisionedThroughputExceededException 오류를 마주하게 된다. 이는 전형적인 핫 …
DynamoDB 핫 파티션 문제로 인한 스로틀링, 쓰기 샤딩으로 해결하기
OlderHomeNewest