Create an Amazon Aurora DB cluster
Introduction
Amazon Aurora is a relational database service compatible with MySQL offered by Amazon Web Services. It is designed to combine the performance and high availability for commercial databases with the simplicity and cost-effectiveness of open-source databases.
To create an Aurora MySQL DB cluster, follow these steps
Step 1
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/.
Step 2
In the navigation panel, select DATABASES.
Step 3
Select CREATE DATABASE.
Step 4
On the Create database page, select STANDARD CREATE.
Step 5
For Engine options, select AURORA (MySQL Compatible).

Step 6
In the Templates section, select DEV/TEST.
Step 7
In the Settings section, set the following values:
- DB cluster identifier – Type database-1.
- Master username – Type admin.
- Auto generate a password – Leave the option turned off.
- Master password – Type a password.
- Confirm password – Retype the password.


Step 8
In the cluster storage configuration section, by default Aurora Standard is selected because it’s cost-effective. But if you want to select Aurora I/O-Optimized gives you improved performance, predicted price and also gives up-to 40% savings.
Step 9
In the Instance configuration section, set these values:
- Burstable classes (includes t classes)
- db.t3.small(obsolete) or db.t3.medium or db.t3.large etc

Step 10
10. In the Connectivity section, set these values and keep the other values as their defaults:
- For Compute resource, choose Don’t connect to an EC2 compute resource.
- For Public access, if you select ‘Yes’, then RDS assigns a public IP to the cluster.


Step 11
Open the Additional configuration section, and enter a ‘sample’ for Initial database name. Keep the default settings for the other options.

Once done with all the above steps, you can see the status of your database cluster by clicking on the Databases in the navigation pane.When the status of your DB cluster becomes available click on the DB cluster name for details. For connectivity with a third party tool like Workbench, choose the Connectivity & security section, view the Endpoint and Port of the writer DB instance.

Production Ready ( Quality, performance, and the lessons learned shipping to 150 stores )
We chose dbt over custom scripts, built observability, optimized performance, and shipped to production...
Read MoreScaling from 15 to 150 Stores ( When copy-paste becomes technical debt, macros become salvation )
We built a pipeline with observability, incremental models for performance, and snapshots for history. Our 15-store deployment ran smoothly...
Read MoreKeeping Your Data Fresh: ( The wake-up call at 3am that taught us about observability )
That morning taught us a crucial lesson: a successful dbt run doesn't mean your data is fresh, accurate, or complete. You need observability.
Read MoreRetail Data Chaos: How We Found Our Way Out ( When spreadsheetsfail and databases multiply, where do you turn? )
Picture this: You're managing data for a growing retail chain. Store afterstore opens New York, San Francisco, Los Angeles—each with its own MySQL database...
Read MoreSecuring Your AI-Powered Future (How Authorization Ensures Safe and Appropriate Access)
Discover how authorization in MCP ensures secure, role-based access for AI-powered business workflows...
Read MoreProtecting Your AI-Powered Systems (How Rate Limiting Ensures Stability and Performance)
MCP connects AI to your applications (Episode 1) and enables powerful self-service analytics (Episode 2)...
Read MoreAI-Powered Analytics (How MCP Enables Self-Service Reporting Without Developers)
One of the most powerful applications of MCP is enabling self-service analytics. Product owners, managers, and business analysts...
Read MoreAI Meets Your Applications (What is MCP and Why Your Business Needs It Now)
Traditional application programming interfaces (APIs) have served us well, but they require technical knowledge. Developers need to understand endpoints...
Read MoreWhy Building the Right MVP Architecture No Longer Slows You Down
Just build a simple monolith for your MVP. You can fix the architecture later...
Read More