AWS Aurora Serverless Postgres
Aurora v1. Highly Available Serverless Postgres Service At 1/10th The Cost Of Commercial-Grade Databases.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
40
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
apply_immediately | boolean | Apply changes immediately or during your cluster’s next scheduled maintenance window. |
backup_retention_period | integer | How long to keep backups for in days. |
deletion_protection | boolean | If the DB instance should have deletion protection enabled. |
enable_http_endpoint | boolean | Whether or not to enable the Data API for a serverless Aurora database engine. |
major_version | integer | PostgreSQL major version. Minor version upgrades are performed automatically. Note: Aurora V1 only supports PG 10, 11, & 13. PG 10 EOL is scheduled for January 2023. |
monitoring.mode | string | Enable and customize CloudWatch metric alarms. |
scaling_configuration.auto_pause | boolean | Whether to enable automatic pause. A DB cluster can be paused only when it’s idle (it has no connections). |
scaling_configuration.max_capacity | number | Each capacity unit is equivalent to a specific compute and memory configuration. Based on the maximum capacity unit setting, Aurora Serverless automatically creates scaling rules for thresholds for CPU utilization, connections, and available memory. Aurora Serverless provides more capacity for the DB cluster from warm pool of resources when its workload is above these thresholds. Aurora Serverless can increase capacity to the maximum capacity unit. |
scaling_configuration.min_capacity | number | Each capacity unit is equivalent to a specific compute and memory configuration. Based on the minimum capacity unit setting, Aurora Serverless automatically creates scaling rules for thresholds for CPU utilization, connections, and available memory. Aurora Serverless reduces the resources for the DB cluster when its workload is below these thresholds. Aurora Serverless can reduce capacity down to the minimum capacity unit. |
scaling_configuration.seconds_until_auto_pause | number | The time, in seconds, before an Aurora DB cluster in serverless mode is paused. |
scaling_configuration.timeout_action | string | The action to take when the timeout is reached. Learn more |
skip_final_snapshot | boolean | Determines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created. |
source_snapshot | string | On creation, restores a database from snapshot. |
subnet_type | string | Deploy the database to internal subnets (cannot reach the internet) or private subnets (internet egress traffic allowed) |
username | string | Administrative (root) DB username |