Skip to content

AMIs

Provider: AWS
Service ID: amis
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'amis',
    provider: 'aws',
    region: 'eu-west-2',
    source: 'live',
    attributes: ['name', 'image_id', 'state', 'architecture', 'root_device_type', 'creation_date']
});
</script>

<div data-sd-service="amis" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'image_id', 'state', 'architecture', 'root_device_type', 'creation_date', 'public']

All Attributes

Attribute Display Name Format Description
name Name text Resource display name (from tags or identifier)
image_id Image ID text From API field: ImageId
state State status_badge From API field: State
architecture Architecture text From API field: Architecture
virtualization_type Virtualization text From API field: VirtualizationType
root_device_type Root Device Type text From API field: RootDeviceType
description Description text From API field: Description
creation_date Created datetime From API field: CreationDate
public Public boolean From API field: Public
owner_id Owner ID text From API field: OwnerId
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name, image_id