AWS RDS MySQL
AWS RDS for MySQL. Amazon RDS makes it easy to set up, operate, and scale MySQL deployments in the cloud. With Amazon RDS, you can deploy scalable MySQL servers in minutes with cost-efficient and resizable hardware capacity.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Deployments
23
Made by
Massdriver
Official
Yes
No
Compliance
Clouds
Tags
This bundle does not have an operator guide. Add one here.
Variable | Type | Description |
---|---|---|
backup.delete_automated_backups | boolean | Specifies whether to remove automated backups immediately after the DB instance is deleted. |
backup.retention_period | integer | The days to retain backups for. |
backup.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. |
database.deletion_protection | boolean | If the DB instance should have deletion protection enabled. |
database.engine_version | string | Version of MySQL to use. |
database.instance_class | string | The instance type of the RDS instance. |
database.parameters[].apply_method | string | No description |
database.parameters[].name | string | No description |
database.parameters[].value | string | No description |
database.username | string | Username for the ‘root’ DB user. |
networking.subnet_type | string | Deploy the database to internal subnets (cannot reach the internet) or private subnets (internet egress traffic allowed) |
observability.enabled_cloudwatch_logs_exports[] | array(string) | No description |
observability.enhanced_monitoring_interval | integer | Monitoring interval for operating system metrics of your DB instance in real time. When you want to see how different processes or threads use the CPU, Enhanced Monitoring metrics are useful. |
observability.performance_insights_retention_period | integer | Performance Insights is a database performance tuning and monitoring feature that helps you quickly assess the load on your database, and determine when and where to take action. Performance Insights allows non-experts to detect performance problems with an easy-to-understand dashboard that visualizes database load. |
storage.allocated | integer | The allocated storage in GiB. |
storage.iops | integer |
The amount of provisioned IOPS. Only applies
if type is
io1 .
|
storage.max_allocated | integer |
The max allocated storage in GiB that RDS will
autoscale to. Not supported on all instance
types. Set to greater than
allocated_storage
to enable.
|
storage.type | string | One of ‘standard’ (magnetic), ‘gp2’ (general purpose SSD), or ‘io1’ (provisioned IOPS SSD). The default is ‘io1’ if iops is specified, ‘gp2’ if not. |