AWS Database Blog

Wendy Neu

Author: Wendy Neu

Empowering the role of the cloud database engineer

Automation has been both an adjustment and a gift to traditional database administrators (DBAs). Most traditional responsibilities of a DBA involve provisioning, access control, maintenance, monitoring, high availability, and backup/restore. In Part 1 of our series, we talked about how that role evolved to focus less on platform and more on applications. In Part 2, […]

Exploring frequently asked questions with AWS Database Solutions Architects

July 2023: This post was reviewed for accuracy. At HAQM, we listen to our customers and work backward from your needs. Our AWS Database Specialist Solutions Architect team helps you architect your database landscape. In this post, we address 11 frequently asked questions with videos from our Database Specialist Solutions Architects. Let’s begin the learning […]

Refactoring to HAQM DynamoDB

July 2023: This post was reviewed for accuracy. Do you want to move from a relational database to NoSQL? In the following post, I walk you through reading, transforming, and writing SQL Server data from an HAQM EC2 instance to HAQM DynamoDB. I use AWS Glue to transform the source data model of multiple tables […]

How to use CloudWatch metrics to decide between General Purpose or Provisioned IOPS for your RDS database

July 2023: This post was reviewed for accuracy. In this blog post, I talk about how you can use HAQM CloudWatch metrics to understand when you might benefit from provisioned IOPS, also known as IO1 volumes, for highest performance mission-critical database workloads. I start by setting up a test case that simulates a nonbursting consistent […]

Recover from a disaster with delayed replication in HAQM RDS for MySQL

July 2023: This post was reviewed for accuracy. HAQM RDS for MySQL now supports a delayed replication, which allows you to set a time period that a replica database lags behind a source database. In a standard MySQL replication configuration, there is minimal delay between the source and the replica. Now you have the option […]

Use IAM authentication to connect with SQL Workbench/J to HAQM Aurora MySQL or HAQM RDS for MySQL

July 2023: This post was reviewed for accuracy. HAQM Relational Database Service (HAQM RDS) enables you to use AWS Identity and Access Management (IAM) to manage database access for HAQM RDS for MySQL DB instances and HAQM Aurora MySQL DB clusters. Database administrators can associate database users with IAM users and roles. By using IAM, you can manage user access to all […]

Part 2 – Role of the DBA When Moving to HAQM RDS: Automation

In Part 1 of this blog series, I talked about how HAQM Relational Database Service (HAQM RDS) can help change the focus of your role as a database administrator (DBA) from routine, time-consuming tasks to project work that helps the business move faster. In this post, I discuss how you can push that advantage one step further and use AWS tools to do more through automation. An important aspect of being an effective DBA when your business is running at top speed is using code and automation whenever you can. AWS provides tools for you to make this easier.

Migrate Delimited Files from HAQM S3 to an HAQM DynamoDB NoSQL Table Using AWS Database Migration Service and AWS CloudFormation

July 2023: This post was reviewed for accuracy. Recently, AWS Database Migration Services (AWS DMS) added support for using HAQM S3 as a source for your database migration. This new support means that you can now load data in comma-separated value (CSV) format from S3 into any supported target, whether or not the target has […]

Audit HAQM Aurora Database Logs for Connections, Query Patterns, and More, using HAQM Athena and HAQM QuickSight

HAQM Aurora offers a high-performance advanced auditing feature that logs detailed database activity to the database audit logs in HAQM CloudWatch. If you are using Aurora 1.10.1 or greater, you can use advanced auditing to meet regulatory or compliance requirements by capturing eligible events like tables queried, queries issued, and connections and disconnections. You can […]

Part 1 – Role of the DBA When Moving to HAQM RDS: Responsibilities

This blog post is the first in a two-part series. In this first post, we discuss how moving to HAQM Relational Database Service (HAQM RDS) can change your role as a traditional DBA and bring more value to you, the business, key projects, and end users. In the next post, we will discuss how to use other AWS products to automate any remaining regular tasks in HAQM RDS.