# Configuring your Aurora DB cluster

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/amazon-aurora-user-guide.git)
{% endhint %}

## Creating a DB cluster

* **Important**\
  Before you can create an Aurora DB cluster, you must complete the tasks in [Setting up your environment for Amazon Aurora](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_aurora/CHAP_SettingUp_Aurora.md).
* **Note**\
  For this example, **Standard create** is enabled, and **Easy create** isn't enabled. For information about creating an Aurora MySQL DB cluster with **Easy create** enabled, see [Getting started with Amazon Aurora](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_aurora/CHAP_GettingStartedAurora.md).
* **Note**\
  Before you can create an Aurora DB cluster using the AWS CLI, you must fulfill the required prerequisites, such as creating a VPC and an RDS DB subnet group. For more information, see [DB cluster prerequisites](#Aurora.CreateInstance.Prerequisites).
* **Note**\
  Before you can create an Aurora DB cluster using the AWS CLI, you must fulfill the required prerequisites, such as creating a VPC and an RDS DB subnet group. For more information, see [DB cluster prerequisites](#Aurora.CreateInstance.Prerequisites).
* **Note**\
  Additional settings are available if you are creating an Aurora Serverless v1 DB cluster. For information about these settings, see [Creating an Aurora Serverless v1 DB cluster](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_aurora/aurora-serverless.create.md). Also, some settings aren't available for Aurora Serverless v1 because of Aurora Serverless v1 limitations. For more information, see [Limitations of Aurora Serverless v1](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_aurora/aurora-serverless.md#aurora-serverless.limitations).
* **Note**\
  The AWS Management Console doesn't show these settings for Aurora DB clusters.
* **Note**\
  The AWS Management Console doesn't show these settings for Aurora DB instances.

## Connecting to a DB cluster

* **Note**\
  For Aurora Serverless DB clusters, you connect to the database endpoint rather than to the DB instance. You can find the database endpoint for an Aurora Serverless DB cluster on the **Connectivity & security** tab of the AWS Management Console. For more information, see [Using Amazon Aurora Serverless v1](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_aurora/aurora-serverless.md).
* **Note**\
  For a helpful and detailed guide on connecting to an Amazon Aurora MySQL DB cluster, you can see the [Aurora connection management](https://d1.awsstatic.com/whitepapers/RDS/amazon-aurora-connection-management-handbook.pdf) handbook.
* **Note**\
  This procedure doesn't require installing the web server in the tutorial, but it does require installing MariaDB 10.5.
* **Note**\
  To connect to the cluster endpoint using SSL, your client connection utility must support Subject Alternative Names (SAN). If your client connection utility doesn't support SAN, you can connect directly to the instances in your Aurora DB cluster. For more information on Aurora endpoints, see [Amazon Aurora connection management](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_aurora/Aurora.Overview.Endpoints.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://awsnotes.dendron.so/database/amazon-aurora/common/configuring-your-aurora-db-cluster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
