In this blog post, I will show you how to troubleshoot an error message displayed while connecting to AWS Aurora indicating that you cannot execute the statement with the read only option.
AWS
Lost connection to MySQL server during query
In this blog post, I will show you how to troubleshoot and resolve connectivity issues with Aurora MySQL RDS Instance.
Troubleshooting Issues with AWS Database Migration Service
In this blog post, I will show you how to debug and troubleshoot issues with your AWS DMS Tasks during the migration of large tables from On-Premise to Cloud.
Implementing Encryption at Rest for Amazon Aurora using CloudFormation
Amazon Aurora allows you to encrypt your databases using keys you manage through AWS Key Management Service (KMS). Encryption and decryption are handled seamlessly, so you don’t have to modify your applications to access your data. In this article, I will share my experience implementing Encryption at Rest using AWS CloudFormation.
Testing your cloud applications offline with LocalStack
Testing is an integral part of the development process in modern day applications. While working on AWS based applications, you do not want to spend hundreds of dollars by connecting to the cloud environments for testing your applications locally. That has the potential of raising your cloud expenses quickly. But this should not be an excuse of not testing your applications.
How to install the AWS Command Line Interface on MacOS
AWS is the most widely used cloud service in the world and provides a collection of services that can be leveraged by developers to build their applications. To manage the various AWS services, you can use either the AWS Management Console or the AWS Command Line Interface. However if you want automate your development environment setup using scripts, the AWS CLI is your preferred tool.
Homebrew – The package manager for macOS
Homebrew is a free package manager for Mac OS and helps you to manage software in your Mac. You can install the software you need through command line in no time. It makes the process of installing and uninstalling software so muck easier and faster.