Create a database
Last updated: March 3, 2026
- Log in to the American Cloud control panel.
- In the left navigation, select Databases.
- Click + Create Database.
- Configure the following options:
Region
Choose the region closest to your application workload.
| Region | Identifier |
|---|---|
| US Central | us-central-0 |
| US West (Zone 0) | us-west-0 |
| US West (Zone 1) | us-west-1 |
Database engine
Select the engine your application requires.
- PostgreSQL — relational database for structured data and complex queries
- MySQL — widely compatible relational database
- Redis — in-memory key-value store for caching and session management
Availability type
| Type | Description | Best for |
|---|---|---|
| Development | Single-node deployment. No data redundancy. Most cost-effective. | Testing and development |
| Data redundancy | Multi-node cluster. Full data redundancy. Automatic failover. | Production workloads |
Select a plan
Development plans (PostgreSQL)
| Plan | CPU | Memory | Storage | Replication factor |
|---|---|---|---|---|
| postgres-small | 5 cores | 4.0 GB | 25 GB | 1 |
| postgres-medium | 6 cores | 5.2 GB | 100 GB | 1 |
| postgres-large | 8 cores | 12.1 GB | 500 GB | 1 |
| postgres-xlarge | 13 cores | 21.3 GB | 1000 GB | 1 |
Data redundancy plans (PostgreSQL)
| Plan | CPU | Memory | Storage | Replication factor |
|---|---|---|---|---|
| postgres-small | 6 cores | 10.0 GB | 75 GB | 3 |
| postgres-medium | 12 cores | 16.9 GB | 300 GB | 3 |
| postgres-large | 18 cores | 58.3 GB | 1500 GB | 3 |
| postgres-xlarge | 30 cores | 113.5 GB | 3000 GB | 3 |
- Click Create Database. Deployment typically completes in 2–3 minutes.
[ On this page ]