AWS AWSCloudFormation documentation change
Summary
Added multiple return value properties related to DB instance status and connectivity
Security assessment
The added properties improve operational visibility but don't directly relate to security controls or address vulnerabilities. Monitoring capabilities could indirectly support security but aren't explicitly security features.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-rds-dbinstance.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-rds-dbinstance.md index 361ef6066..5037cb7a2 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-resource-rds-dbinstance.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-rds-dbinstance.md @@ -2175,0 +2176,5 @@ The Amazon Resource Name (ARN) for the DB instance. +`DBInstanceStatus` + + +The current state of this DB instance. + @@ -2204,0 +2210,58 @@ The port number on which the database accepts connections. For example: `3306` +`InstanceCreateTime` + + +The date and time when the DB instance was created. + +`IsStorageConfigUpgradeAvailable` + + +Indicates whether an upgrade is recommended for the storage file system configuration on the DB instance. + +`LatestRestorableTime` + + +The latest time to which a database in this DB instance can be restored with point-in-time restore. + +`ListenerEndpoint.Address` + + +The connection endpoint for the database. For example: `mystack-mydb-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com` + +`ListenerEndpoint.HostedZoneId` + + +The ID of the hosted zone in that is associated with the database endpoint. + +`ListenerEndpoint.Port` + + +The port number on which the database accepts connections. + +This setting doesn't apply to Aurora DB instances. The port number is managed by the cluster. + +Valid Values: `1150-65535` + +Default: + + * RDS for Db2 - `50000` + + * RDS for MariaDB - `3306` + + * RDS for Microsoft SQL Server - `1433` + + * RDS for MySQL - `3306` + + * RDS for Oracle - `1521` + + * RDS for PostgreSQL - `5432` + + + + +Constraints: + + * For RDS for Microsoft SQL Server, the value can't be `1234`, `1434`, `3260`, `3343`, `3389`, `47001`, or `49152-49156`. + + + + @@ -2209,0 +2273,10 @@ The Amazon Resource Name (ARN) of the secret. This parameter is a return value t +`ReadReplicaDBClusterIdentifiers` + + +The identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica. + +`ReadReplicaDBInstanceIdentifiers` + + +The identifiers of the read replicas associated with this DB instance. +