Category: AWS

AWS
2025-07-16 12:03 (10 months ago)
Resolving the BODY_SIZE_LIMIT for File Uploads on AWS Amplify Hosting with SvelteKit SSR

I resolved an issue in an app deployed to AWS Amplify using SvelteKit + amplify-adapter that was causing the upload error: "SvelteKitError: Content-length of 605227 exceeds limit of 524288 bytes."

AWSLinux
2025-01-15 12:02 (16 months ago)
How to Install AWS CLI V1 on Ubuntu Using Snap

The blog post provides a method to forcefully specify and install AWS CLI version 1 when attempting to install using the command `sudo snap aws-cli`, which by default installs version 2.

AWS
2024-12-21 08:00 (17 months ago)
How to Address AWS Uncaught CredentialsProviderError: Could Not Load Credentials from Any Providers

Resolve the AWS SDK error `Uncaught CredentialsProviderError: Could not load credentials from any providers` by configuring env vars, IAM role, or shared credentials correctly.

AWS
2024-07-20 10:55 (22 months ago)
How to Deploy a Project with Private Git Submodules to AWS Amplify

I am writing a blog post about how to deploy an application that uses a private Git repository as a submodule to AWS Amplify.

AWSPython
2021-10-15 11:53 (4 years ago)
Resolving UnsupportedProductError in Python ElasticSearch When Using AWS ElasticSearch

Format a USB stick as FAT32 + MBR on a Mac — explicit MBR via `diskutil eraseDisk` arguments.

AWS
2017-09-26 02:28 (8 years ago)
Change AWS EC2 EBS Volume Size Online

AWS EBS page → Right-click on EBS → Modify Volume

AWSMySQL
2017-01-03 12:34 (9 years ago)
Recovery of Stopped AWS RDS MySQL Replication

Restart a halted replication on AWS RDS MySQL. Includes `CHECK TABLE` for MyISAM tables and the skip/resume operations on the replica side.

Categories

Archive