Recently, I happened to have an onsite
engagement and the goal of the engagement was to move a database
service to RDS Aurora. Like probably most of you, I knew the
service by name but I couldn’t say much about it, so, I Googled,
I listened to talks and I read about it. Now that my onsite
engagement is over, here’s my first impression of Aurora.
First, let’s describe the service itself. It is part of RDS and,
at first glance, very similar to a regular RDS instance. In order
to setup an Aurora instance, you go to the RDS console and you
either launch a new instance choosing Aurora as type or you
create a snapshot of a RDS 5.6 instance and migrate it to Aurora.
While with a regular MySQL RDS instance you can create slaves,
with Aurora you can add reader nodes to an existing cluster. An
Aurora cluster minimally consists of a …
[Read more]