
Which is better, gp2 or gp3 EBS volume types?
This post compares gp2 and gp3 volume types in terms of pricing and performance.

Embedding Wasm - part 1 - Introduction
In this post I gave a high-level idea about WebAssembly echo-system and went through compiling and executing a simple application.

Connecting to a database from AWS Lambda function
Lambda adds few challenges to use a backend DB. This includes network connectivity, connection management and secure credentials handling.

Amazon DynamoDB at a glance
This is a short overview of Amazon DynamoDB service.

Amazon Redshift Spectrum at a glance
This is a description of Amazon Redshift Spectrum in few short points.

Amazon Redshift at a glance
This is a description of Amazon Redshift in few short points.

Amazon Managed Apache Cassandra Service at a glance
This is a description of Amazon Managed Apache Cassandra Service in few short points.

Stop using show processlist in a busy MySQL server
I'm comparing the internal workings and performance impact of 3 methods of listing MySQL threads.

Amazon Aurora MySQL and wait timeout
Aurora MySQL handles idle connections timeout in a different way.

Amazon Aurora MySQL considerations and restrictions
I'm sharing my experience using Aurora MySQL. It is a very powerful service, but it comes with its limitations and challenges.

MySQL server is getting out of disk space
The impact of binlogs on MySQL performance and availability is usually not considered. One of these impacts is the extra storage consumption.