Adding an Instance for Amazon Aurora MySQL

To manage a database, you can either use an existing instance or add a new instance.

Before You Begin

Amazon recommends that you use a reader endpoint for read-only access and a cluster endpoint for write access. For more information, go to the following documentation on the Amazon Aurora website:

By default, the Commvault software automatically discovers the cluster endpoint and uses it for both read-only access (backups) and write access (restores). To use both a reader endpoint (for backups) and a cluster endpoint (for restores), create two separate cloud accounts to maintain a separate instance for each endpoint. That means you should create two different instances, one for each type of operation. Use the respective instance and endpoint combination according to the type of operation – that is, read-only access for backups and write access for restores.

Procedure

  1. From the navigation pane, go to Protect > Databases.

    The Instances page appears.

  2. Click Add instance, and then select Cloud database service.
    The Add Cloud DB instance dialog box appears.

  3. From the Select vendor list, select a vendor where you want to create an instance.

  4. From the Database service list, select RDS.

  5. Select the Backup method as Export.

  6. From the Database engine list, select Aurora MySQL.

  7. From the Cloud account list, select a hypervisor.

  8. From the Plan list, select a server plan.

  9. From the Instance name list, select an instance.

  10. In the Database user box, type the user name to access the Aurora MySQL application.

  11. In the Password box, type the password to access the Aurora MySQL application.

  12. To specify the endpoint, in the Endpoint box type the name of the endpoint to connect to the database instance.

    The endpoint value is automatically discovered, based on the instance you selected. The endpoint value is not displayed, but by default it is the cluster endpoint and is used for both read-only access (backups) and write access (restores). See the Before You Begin section on this page for more information.

  13. If SSL is enabled on the cloud, move the Use SSL options toggle key to the right, and then in the SSL CA file box, enter the SSL CA file path in the proxy computer.

  14. Click Add.

Note

For a Windows client computer, if the instance creation with SSL certificate fails, you can select only the Use SSL options check box, and leave the SSL CA file box blank. For more information, go to "Connecting to server using the MySQL CLI over SSL" on the Microsoft documentation website.

Results

  • The new instance contains a default database group. The default database group includes all the data in the Amazon Aurora MySQL database. You cannot delete the default database group.

Loading...