> For the complete documentation index, see [llms.txt](https://awsnotes.dendron.so/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awsnotes.dendron.so/database/amazon-aurora/common/configuring-your-aurora-db-cluster.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
