RDS Instances¶
Provider: AWS
Service ID: rds_instances
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'rds_instances',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'db_instance_id', 'engine', 'engine_version', 'instance_class', 'status']
});
</script>
<div data-sd-service="rds_instances" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'db_instance_id', 'engine', 'engine_version', 'instance_class', 'status', 'multi_az', 'endpoint', 'created']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
db_instance_id |
DB Instance ID | text |
From API field: DBInstanceIdentifier |
engine |
Engine | text |
From API field: Engine |
engine_version |
Engine Version | text |
From API field: EngineVersion |
instance_class |
Instance Class | text |
From API field: DBInstanceClass |
status |
Status | status_badge |
From API field: DBInstanceStatus |
multi_az |
Multi-AZ | boolean |
From API field: MultiAZ |
storage_type |
Storage Type | text |
From API field: StorageType |
allocated_storage |
Allocated Storage (GB) | text |
From API field: AllocatedStorage |
endpoint |
Endpoint | text |
From API field: Endpoint.Address |
port |
Port | text |
From API field: Endpoint.Port |
vpc_id |
VPC ID | text |
From API field: DBSubnetGroup.VpcId. Resolved to vpc name when available |
availability_zone |
Availability Zone | text |
From API field: AvailabilityZone |
backup_retention |
Backup Retention (days) | text |
From API field: BackupRetentionPeriod |
encrypted |
Encrypted | boolean |
From API field: StorageEncrypted |
created |
Created | datetime |
From API field: InstanceCreateTime |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name, db_instance_id