After selecting your configuration and reviewing the pricing, check I accept and click Configure.
Configuration takes a few minutes to complete. Read and write access is maintained during this time.
Cloning your instance
Cloning makes a copy of an existing instance into:
Another existing instance, overwriting the existing data
A new instance
Development and Testing
Cloning is useful for creating development environments, testing changes, or setting up staging environments that mirror production.
Cloning an instance
Clone to a higher tier when you need different infrastructure. Unlike upgrade, cloning creates a new instance with a different URI.
Pausing an instance
For paid tiers (Professional, Business Critical, Virtual Dedicated Cloud), pause instances to stop incurring costs when not in use.
Access the pause option through the three-dot menu on your instance card.
Idle instances still incur costs
A running instance continues to bill even when idle. Even if you do not execute any queries, this does not pause your instance or reduce costs. You need to manually pause the instance to stop billing.
Deleting an instance
Deleting an instance terminates the instance and deletes all associated data.
Deletion is permanent. Unlike pausing, there’s no coming back from deletion unless you have exported snapshots.
Before deleting, ensure you have exported any data you want to keep.
Check your understanding
Instance Information
What information is available when you inspect an Aura instance? Select all that apply.
✓ Connection details including the database URI
✓ The current Neo4j version running on the instance
✓ The tier of the instance
❏ Real-time CPU and memory usage metrics
Hint
Instance inspection provides essential connection and configuration information. Real-time performance metrics require separate monitoring tools.
Solution
The correct answers are:
Connection details including the database URI - You can find the connection string needed to connect your applications to the database.
The current Neo4j version running on the instance - The Neo4j version is displayed so you know which features and syntax are available.
The tier of the instance - You can verify which tier your instance is running on, whether Free, Professional, or Business Critical.
Real-time CPU and memory usage metrics are not displayed in the basic instance information. Monitoring capabilities vary by tier and may require additional configuration.
Summary
In this lesson, you learned the essential management operations for Aura instances:
Inspecting instances - Access connection details, instance statistics, and configuration information through the three-dot menu
Upgrading instances - Move from AuraDB Free to AuraDB Professional and AuraDB Business Critical tiers
Configuring instance sizes - Adjust memory, CPU, and storage for Professional and Business Critical tiers
Pausing instances - Stop costs by manually pausing (idle instances still incur costs)
Cloning instances - Create copies for development, testing, or staging environments
Deleting instances - Permanently remove instances and data
In the next lesson, you will learn about backup and restore operations to protect your data.