RDS DB Cluster Automated Backup

An RDS DB Cluster Automated Backup in AWS is a managed backup of an Amazon Aurora or RDS cluster that is automatically created and retained by the service. It captures the cluster’s data and transaction logs, enabling point-in-time recovery within the retention period. These backups are stored in Amazon S3 and managed without user intervention, providing durability and availability for disaster recovery and compliance needs.

aws.rds_db_cluster_automated_backup

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
allocated_storagecoreint64For all database engines except Amazon Aurora, AllocatedStorage specifies the allocated storage size in gibibytes (GiB). For Aurora, AllocatedStorage always returns 1, because Aurora DB cluster storage size isn't fixed, but instead automatically adjusts as needed.
availability_zonescorearray<string>The Availability Zones where instances in the DB cluster can be created. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones.
aws_backup_recovery_point_arncorestringThe Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
backup_retention_periodcoreint64The retention period for the automated backups.
cluster_create_timecoretimestampThe time when the DB cluster was created, in Universal Coordinated Time (UTC).
db_cluster_arncorestringThe Amazon Resource Name (ARN) for the source DB cluster.
db_cluster_automated_backups_arncorestringThe Amazon Resource Name (ARN) for the automated backups.
db_cluster_identifiercorestringThe identifier for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
db_cluster_resource_idcorestringThe resource ID for the source DB cluster, which can't be changed and which is unique to an Amazon Web Services Region.
enginecorestringThe name of the database engine for this automated backup.
engine_modecorestringThe engine mode of the database engine for the automated backup.
engine_versioncorestringThe version of the database engine for the automated backup.
iam_database_authentication_enabledcoreboolIndicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
iopscoreint64The IOPS (I/O operations per second) value for the automated backup. This setting is only for non-Aurora Multi-AZ DB clusters.
kms_key_idcorestringThe Amazon Web Services KMS key ID for an automated backup. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
license_modelcorestringThe license model information for this DB cluster automated backup.
master_usernamecorestringThe master user name of the automated backup.
portcoreint64The port number that the automated backup used for connections. Default: Inherits from the source DB cluster Valid Values: 1150-65535
regioncorestringThe Amazon Web Services Region associated with the automated backup.
restore_windowcorejsonEarliest and latest time an instance can be restored to:
statuscorestringA list of status information for an automated backup: retained - Automated backups for deleted clusters.
storage_encryptedcoreboolIndicates whether the source DB cluster is encrypted.
storage_throughputcoreint64The storage throughput for the automated backup. The throughput is automatically set based on the IOPS that you provision, and is not configurable. This setting is only for non-Aurora Multi-AZ DB clusters.
storage_typecorestringThe storage type associated with the DB cluster. This setting is only for non-Aurora Multi-AZ DB clusters.
tagscorehstore
vpc_idcorestringThe VPC ID associated with the DB cluster.