AWS Aurora Serverless MySQL

Aurora v1. Highly Available Serverless MySQL Service At 1/10th The Cost Of Commercial-Grade Databases.

View Source Code
Deployments

37

Made by

Massdriver

Official

Yes

No

Compliance

This bundle does not have an operator guide. Add one here.

VariableTypeDescription
apply_immediatelybooleanApply changes immediately or during your cluster’s next scheduled maintenance window.
backup_retention_periodintegerHow long to keep backups for in days.
deletion_protectionbooleanIf the DB instance should have deletion protection enabled.
enable_http_endpointbooleanWhether or not to enable the Data API for a serverless Aurora database engine.
monitoring.modestringEnable and customize CloudWatch metric alarms.
mysql_versionstringAurora V1 currently only supports MySQL 5.7
scaling_configuration.auto_pausebooleanWhether to enable automatic pause. A DB cluster can be paused only when it’s idle (it has no connections).
scaling_configuration.max_capacitynumberEach 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_capacitynumberEach 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_pausenumberThe time, in seconds, before an Aurora DB cluster in serverless mode is paused.
scaling_configuration.timeout_actionstringThe action to take when the timeout is reached. Learn more
skip_final_snapshotbooleanDetermines whether a final DB snapshot is created before the DB cluster is deleted. If true is specified, no DB snapshot is created.
source_snapshotstringOn creation, restores a database from snapshot.
subnet_typestringDeploy the database to internal subnets (cannot reach the internet) or private subnets (internet egress traffic allowed)
usernamestringAdministrative (root) DB username