EBS Volumes¶
Provider: AWS
Service ID: ebs_volumes
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'ebs_volumes',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'volume_id', 'size', 'volume_type', 'state', 'encrypted']
});
</script>
<div data-sd-service="ebs_volumes" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'volume_id', 'size', 'volume_type', 'state', 'encrypted', 'availability_zone', 'attachments']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
volume_id |
Volume ID | text |
From API field: VolumeId |
size |
Size (GB) | text |
From API field: Size |
volume_type |
Volume Type | text |
From API field: VolumeType |
state |
State | status_badge |
From API field: State |
iops |
IOPS | text |
From API field: Iops |
encrypted |
Encrypted | boolean |
From API field: Encrypted |
availability_zone |
Availability Zone | text |
From API field: AvailabilityZone |
create_time |
Created | datetime |
From API field: CreateTime |
attachments |
Attached Instances | tag_list |
From API field: Attachments[*].InstanceId |
snapshot_id |
Snapshot ID | text |
From API field: SnapshotId |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name, volume_id