AWS Marketplace 上の AMI ID を AWS CLI で調べる

AWS Marketplace で提供されているイメージの AMI ID を調べたい場合、例えば Tokyo リージョン (ap-northeast-1) の場合は以下のように AWS CLI を実行します。

aws ec2 describe-images --owners aws-marketplace --filters Name=name,Values="FILTER" --region ap-northeast-1

かなり長いですが、例えば Cisco というキーワードを含む AMI 一覧の表示結果は以下の通りです。

$ aws ec2 describe-images --owners aws-marketplace --filters Name=name,Values="*Cisco*" --region ap-northeast-1
{
    "Images": [
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-25T18:09:01.000Z",
            "ImageId": "ami-0384059157a09cbeb",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.08.01a-3294efff-833b-4aa6-8220-a81f42421ad0",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "2zsydyu0ze6wijf5osuaabzkg",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-08d45b437f2a4d242",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.08.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.08.01a-3294efff-833b-4aa6-8220-a81f42421ad0",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-25T18:09:01.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-13T15:04:34.000Z",
            "ImageId": "ami-01f5e961c017f1bbb",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.06.03a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0c78af8d905d87585",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0db39ec376d2a05a6 from us-east-1] Cisco-C8K-PAYG-ADV-17.06.03a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.06.03a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-13T15:04:34.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-22T12:13:37.000Z",
            "ImageId": "ami-07cd8dbd7f89b1b28",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.09.01a-89aa2e04-79cb-44c1-981d-160b56247c98",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "85eigxyqdzkvu7ztyr34nyg0o",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-045a2b8e8a46b79e1",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-.17.09.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.09.01a-89aa2e04-79cb-44c1-981d-160b56247c98",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-22T12:13:37.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-22T15:53:19.000Z",
            "ImageId": "ami-03b42790976adb62b",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.07.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0aa877e48acba88fd",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.07.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.07.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-22T15:53:19.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-10-05T18:05:20.000Z",
            "ImageId": "ami-06914f2908595c12d",
            "ImageLocation": "aws-marketplace/Cisco-vCUBE-17.06.01a-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "36ntiq6wwn3vbmnsjeqsc3mq0",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0ef13d1bce51a6f07",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-vCUBE-17.06.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-vCUBE-17.06.01a-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-10-05T18:05:20.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-03-31T18:18:57.000Z",
            "ImageId": "ami-00236fbe5a8958a2a",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.07.01a-89aa2e04-79cb-44c1-981d-160b56247c98",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "85eigxyqdzkvu7ztyr34nyg0o",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0bc5970e1dbb5b458",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.07.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.07.01a-89aa2e04-79cb-44c1-981d-160b56247c98",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-03-31T18:18:57.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-12T19:58:48.000Z",
            "ImageId": "ami-0007e399b265b580b",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.09.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-01303431805713aa2",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-.17.09.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.09.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-12T19:58:48.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-08-30T02:22:07.000Z",
            "ImageId": "ami-08aee9b841c08d869",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.06.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-03842af994bc9adeb",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-PAYG-ESS-17.06.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.06.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-08-30T02:22:07.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-13T18:13:47.000Z",
            "ImageId": "ami-0a28cb3b40a9dea81",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.08.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-02bad6a36dcd1e424",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.08.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.08.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-13T18:13:47.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-13T15:04:32.000Z",
            "ImageId": "ami-0e748a59d18d2d4aa",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.03a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0317848e7974042dc",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR--17.06.03a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.03a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-13T15:04:32.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-11-14T07:59:37.000Z",
            "ImageId": "ami-07a8db1bcd9d807a7",
            "ImageLocation": "aws-marketplace/Cisco Identity Services Engine (ISE) v3.2-bedef662-aba4-427e-b523-7c93cd50111c",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "basttrzv6xwc4yn2uup6bh730",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda1",
                    "Ebs": {
                        "DeleteOnTermination": false,
                        "SnapshotId": "snap-036466f479a3cfab0",
                        "VolumeSize": 250,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0c8af14ed039ba4f8 from us-east-1] Cisco Identity Services Engine (ISE) v3.2",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco Identity Services Engine (ISE) v3.2-bedef662-aba4-427e-b523-7c93cd50111c",
            "RootDeviceName": "/dev/sda1",
            "RootDeviceType": "ebs",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-11-14T07:59:37.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-01T01:05:40.000Z",
            "ImageId": "ami-04c1b400abd3f6196",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.06.02-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0811128032453aa34",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR--17.06.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.06.02-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-01T01:05:40.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-02-10T16:32:50.000Z",
            "ImageId": "ami-031d11c0d51087bd1",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.04.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0d0ee0de0161aef03",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-PAYG-ADV-17.04.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.04.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-02-10T16:32:50.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-08-03T01:13:32.000Z",
            "ImageId": "ami-0b00e8126953f33dc",
            "ImageLocation": "aws-marketplace/Cisco_Business_Dashboard-2.5.0.20220730-ubuntu-focal-15f33c8e-0f9a-4bee-8f9e-df449ae960bd",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "1as5jmxki4u3ar0zkn6shzzr1",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda1",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0afaad74b151a4f8e",
                        "VolumeSize": 60,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                },
                {
                    "DeviceName": "/dev/sda2",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0377f490e0103f3f2",
                        "VolumeSize": 4,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                },
                {
                    "DeviceName": "/dev/sdb",
                    "VirtualName": "ephemeral0"
                },
                {
                    "DeviceName": "/dev/sdc",
                    "VirtualName": "ephemeral1"
                }
            ],
            "Description": "Cisco_Business_Dashboard-2.5.0.20220730-ubuntu-focal",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco_Business_Dashboard-2.5.0.20220730-ubuntu-focal-15f33c8e-0f9a-4bee-8f9e-df449ae960bd",
            "RootDeviceName": "/dev/sda1",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-08-03T01:13:32.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-01-04T19:17:27.000Z",
            "ImageId": "ami-0b5b1d2565e4c4b37",
            "ImageLocation": "aws-marketplace/Cisco-vCUBE-17.07.01a-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "36ntiq6wwn3vbmnsjeqsc3mq0",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0ae0e6ffec2ee0f91",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0da1f77a8e0c48f83 from us-east-1] Cisco-C8K-17.07.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-vCUBE-17.07.01a-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-01-04T19:17:27.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-11T20:54:37.000Z",
            "ImageId": "ami-0feaaa4e9e43e1b10",
            "ImageLocation": "aws-marketplace/Cisco-ACI-ND.2.2.1e-62b7b631-6d30-4f90-805b-c50c9c72ea7a",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "5ue8p5mbzlbbs4397azh1gg3e",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0c251fdddb13f8cf4",
                        "VolumeSize": 50,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0b914399db0823224 (Cisco-ACI-ND.2.2.1e) from us-west-1] nd-dk9.2.2.1e-2022-05-06T20-50-07Z",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-ACI-ND.2.2.1e-62b7b631-6d30-4f90-805b-c50c9c72ea7a",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-11T20:54:37.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-03-30T23:35:13.000Z",
            "ImageId": "ami-0b3baacbd31afac51",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.07.01a-3294efff-833b-4aa6-8220-a81f42421ad0",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "2zsydyu0ze6wijf5osuaabzkg",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0d6cfafcec5938216",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.07.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.07.01a-3294efff-833b-4aa6-8220-a81f42421ad0",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-03-30T23:35:13.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-06T19:07:16.000Z",
            "ImageId": "ami-0fe44f6d201bf491d",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.06.04-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0447fac689242bee6",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K--17.06.04",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.06.04-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-06T19:07:16.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-12T19:51:43.000Z",
            "ImageId": "ami-04e8a322004495372",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.09.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-01c52d7b01334c29e",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-.17.09.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.09.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-12T19:51:43.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-08-03T01:13:35.000Z",
            "ImageId": "ami-00cca5a4d8abdb025",
            "ImageLocation": "aws-marketplace/Cisco_Business_Dashboard-2.5.0.20220730-ubuntu-focal-491d1648-e3d9-4554-be88-6a487cba486b",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "4btqng9mtb0i5xpkrjg3ty8h7",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/sda1",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0a50cd53bd9e1d130",
                        "VolumeSize": 60,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                },
                {
                    "DeviceName": "/dev/sda2",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0d6d1d997062c4545",
                        "VolumeSize": 4,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                },
                {
                    "DeviceName": "/dev/sdb",
                    "VirtualName": "ephemeral0"
                },
                {
                    "DeviceName": "/dev/sdc",
                    "VirtualName": "ephemeral1"
                }
            ],
            "Description": "Cisco_Business_Dashboard-2.5.0.20220730-ubuntu-focal",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco_Business_Dashboard-2.5.0.20220730-ubuntu-focal-491d1648-e3d9-4554-be88-6a487cba486b",
            "RootDeviceName": "/dev/sda1",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-08-03T01:13:35.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-07T15:27:47.000Z",
            "ImageId": "ami-01d45870b15910d1c",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.06.04-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-06f4ad2707a465a9d",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K--17.06.04",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.06.04-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-07T15:27:47.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-08-30T02:22:05.000Z",
            "ImageId": "ami-05a4da9793d33d554",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0f8def205df52c9d4",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-17.06.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-08-30T02:22:05.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-01T01:07:38.000Z",
            "ImageId": "ami-0b19b8cd7ec21b7ed",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.02-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-049bb58156cff9077",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR--17.06.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.02-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-01T01:07:38.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-13T18:13:38.000Z",
            "ImageId": "ami-0c2517dc70f369263",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.08.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-078c17efa13ad49cc",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.08.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.08.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-13T18:13:38.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-04T12:34:15.000Z",
            "ImageId": "ami-03f825f4315cb44f0",
            "ImageLocation": "aws-marketplace/Cisco-vCUBE-17.08.01a-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "36ntiq6wwn3vbmnsjeqsc3mq0",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0df026ffc3cc8b03c",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-00c5e431688662636 from us-east-1] Cisco-C8K-17.08.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-vCUBE-17.08.01a-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-04T12:34:15.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-23T00:52:14.000Z",
            "ImageId": "ami-09bba4a324ddb6478",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.07.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0ce395be5654c8ae6",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.07.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.07.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-23T00:52:14.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-13T18:14:24.000Z",
            "ImageId": "ami-0702d3eec78fbc604",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.08.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0d9cd22a119ce8f84",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.08.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.08.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-13T18:14:24.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-13T15:04:33.000Z",
            "ImageId": "ami-09e683c40836d5f33",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.06.03a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-02c8a6dd80618d098",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0faa9569eb2b052ba from us-east-1] Cisco-C8K-PAYG-ESS-17.06.03a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.06.03a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-13T15:04:33.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-05-27T11:31:28.000Z",
            "ImageId": "ami-0912dd2b5e474b464",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.08.01a-89aa2e04-79cb-44c1-981d-160b56247c98",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "85eigxyqdzkvu7ztyr34nyg0o",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-046bbc71c4935c6b0",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.08.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.08.01a-89aa2e04-79cb-44c1-981d-160b56247c98",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-05-27T11:31:28.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-03-31T00:05:41.000Z",
            "ImageId": "ami-0626a2f273d79d8ef",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.02-89aa2e04-79cb-44c1-981d-160b56247c98",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "85eigxyqdzkvu7ztyr34nyg0o",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-068eb739a0193e9b4",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR--17.06.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.02-89aa2e04-79cb-44c1-981d-160b56247c98",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-03-31T00:05:41.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-04-27T18:50:38.000Z",
            "ImageId": "ami-0003947e9d0c2c4cf",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.05.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-032df81e7a736a752",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-01154792351b904fd from us-east-1] Cisco-C8KV-PAYG-ESS-17.05.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.05.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-04-27T18:50:38.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-08-30T02:22:06.000Z",
            "ImageId": "ami-006857f8fb6e3ae86",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.06.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0d585b379a0e6ff7b",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-PAYG-ADV-17.06.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.06.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-08-30T02:22:06.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-22T12:09:51.000Z",
            "ImageId": "ami-0d8d61e501acd56c3",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.09.01a-3294efff-833b-4aa6-8220-a81f42421ad0",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "2zsydyu0ze6wijf5osuaabzkg",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-074e8b63c2e4319df",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-.17.09.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.09.01a-3294efff-833b-4aa6-8220-a81f42421ad0",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-22T12:09:51.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-07-20T20:36:46.000Z",
            "ImageId": "ami-0ee6429c302676964",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.04.02-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0a5bba9744ddf6ecb",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K.17.04.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.04.02-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-07-20T20:36:46.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-04-16T04:06:39.000Z",
            "ImageId": "ami-0536f5f7d4bf410b1",
            "ImageLocation": "aws-marketplace/Cisco-CSR-SDWAN-17.3.3-8ffa16cf-1756-44a2-9e95-2b4369bb2fe9",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "8iutjw0bble75gtw5lrq0lwix",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0057d547c07858dcd",
                        "VolumeSize": 8,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0349d31d0d30f18e4 from us-west-2] cisco-csr-V17_03_03_FC7",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-CSR-SDWAN-17.3.3-8ffa16cf-1756-44a2-9e95-2b4369bb2fe9",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-04-16T04:06:39.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-01-25T21:53:25.000Z",
            "ImageId": "ami-0291efd680f1d22b5",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.04.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1-ami-012fee29ab1f5f2c3.4",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-02341e5836479c036",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-17.04.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.04.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1-ami-012fee29ab1f5f2c3.4",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-01-25T21:53:25.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-04-27T18:22:21.000Z",
            "ImageId": "ami-02cbc355aefad64bc",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.05.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0684beb79045551b7",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0d297e61273c81c9d from us-east-1] Cisco-C8KV-PAYG-ADV-17.05.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.05.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-04-27T18:22:21.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-04-27T03:07:55.000Z",
            "ImageId": "ami-0a96a045979ace883",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.05.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0fc43f12853da40ee",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8KV-17.05.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.05.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-04-27T03:07:55.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-07-20T21:04:34.000Z",
            "ImageId": "ami-08db777c4e5b88337",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.04.02-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0ee59febd0dcbcb4b",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K.17.04.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.04.02-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-07-20T21:04:34.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-23T00:34:32.000Z",
            "ImageId": "ami-05aa3145de587b9b0",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.07.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-03bdcb4b60f96f551",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR-.17.07.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.07.01a-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-23T00:34:32.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-07T15:28:38.000Z",
            "ImageId": "ami-02918d4725dd9d9ae",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.04-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0a8c3b57f9da6a02b",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K--17.06.04",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.04-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-07T15:28:38.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-12T20:05:47.000Z",
            "ImageId": "ami-0a6f4f867117f37c4",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.09.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0a03c87047e46d19e",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-.17.09.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.09.01a-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-12T20:05:47.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-06-17T13:23:15.000Z",
            "ImageId": "ami-060d4de99dc948efd",
            "ImageLocation": "aws-marketplace/Cisco-ACI-ND.2.2.1h-62b7b631-6d30-4f90-805b-c50c9c72ea7a",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "5ue8p5mbzlbbs4397azh1gg3e",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0536b51d6e4e64b69",
                        "VolumeSize": 50,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-09ade6bd66947cce3 (Cisco-ACI-ND.2.2.1h) from us-west-1] nd-dk9.2.2.1h-2022-06-03T05-37-36Z",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-ACI-ND.2.2.1h-62b7b631-6d30-4f90-805b-c50c9c72ea7a",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-06-17T13:23:15.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-07-20T21:05:24.000Z",
            "ImageId": "ami-09dfc29d54d57f0fd",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.04.02-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-02e76173ed6cd994a",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K.17.04.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.04.02-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-07-20T21:05:24.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-13T06:41:11.000Z",
            "ImageId": "ami-0e54491d737eee2ec",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.04-3294efff-833b-4aa6-8220-a81f42421ad0",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "2zsydyu0ze6wijf5osuaabzkg",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0987180d3db98a9db",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K--17.06.04",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.04-3294efff-833b-4aa6-8220-a81f42421ad0",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-13T06:41:11.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-13T07:15:02.000Z",
            "ImageId": "ami-055d96acf82424124",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.04-89aa2e04-79cb-44c1-981d-160b56247c98",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "85eigxyqdzkvu7ztyr34nyg0o",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0108d1b02a82596c8",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K--17.06.04",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.04-89aa2e04-79cb-44c1-981d-160b56247c98",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-13T07:15:02.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-02-10T16:33:02.000Z",
            "ImageId": "ami-0dbf15e1ca7a2c4ea",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ESS-17.04.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "k585h9fyh5prlazwh3vb0yh3",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-01418f7fd5bc439d1",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8K-PAYG-ESS-17.04.01a",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ESS-17.04.01a-0973be0f-17dc-43c1-9677-13348bbfe587",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-02-10T16:33:02.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-01T12:17:18.000Z",
            "ImageId": "ami-03cc7213a3bc81223",
            "ImageLocation": "aws-marketplace/Cisco-vCUBE-17.06.02-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "36ntiq6wwn3vbmnsjeqsc3mq0",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0045c4469f063d9ae",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-086ecb3969224ead0 from us-east-1]",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-vCUBE-17.06.02-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-01T12:17:18.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-03-29T16:37:42.000Z",
            "ImageId": "ami-0be4696b2e5bcaf32",
            "ImageLocation": "aws-marketplace/Cisco-C8K-17.06.02-3294efff-833b-4aa6-8220-a81f42421ad0",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "2zsydyu0ze6wijf5osuaabzkg",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-0cdfb04c07d9db229",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR--17.06.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-17.06.02-3294efff-833b-4aa6-8220-a81f42421ad0",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-03-29T16:37:42.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-12-01T01:04:29.000Z",
            "ImageId": "ami-03fdd7d3699e70267",
            "ImageLocation": "aws-marketplace/Cisco-C8K-PAYG-ADV-17.06.02-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "cmhzse1i97ex4pkmb26dxhz2j",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-08becdb75778f6988",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "cisco_CSR--17.06.02",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8K-PAYG-ADV-17.06.02-d54057d8-928f-4bf1-b2f7-15b344cec0cb",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-12-01T01:04:29.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-09-01T15:14:38.000Z",
            "ImageId": "ami-0a83ddcd5f152218d",
            "ImageLocation": "aws-marketplace/Cisco-ACI-ND.2.2.2d-62b7b631-6d30-4f90-805b-c50c9c72ea7a",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "5ue8p5mbzlbbs4397azh1gg3e",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-014865fe950302259",
                        "VolumeSize": 50,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0798c3c848049db50 (Cisco-ACI-ND.2.2.2d) from us-west-1] nd-dk9.2.2.2d-2022-08-16T23-56-47Z",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-ACI-ND.2.2.2d-62b7b631-6d30-4f90-805b-c50c9c72ea7a",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-09-01T15:14:38.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2021-02-24T20:36:03.000Z",
            "ImageId": "ami-001923cbb4dcbadc9",
            "ImageLocation": "aws-marketplace/Cisco-C8k-17.04.01b-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "3ycwqehancx46bkpb3xkifiz5",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-06b6b4ce0c0ccb09c",
                        "VolumeSize": 16,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "Cisco-C8k-17.04.01b",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-C8k-17.04.01b-42cb6e93-8d9d-490b-a73c-e3e56077ffd1",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2023-02-24T20:36:03.000Z"
        },
        {
            "Architecture": "x86_64",
            "CreationDate": "2022-03-01T14:30:12.000Z",
            "ImageId": "ami-012190790717aca62",
            "ImageLocation": "aws-marketplace/Cisco-vCUBE-17.03.05-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "ImageType": "machine",
            "Public": true,
            "OwnerId": "679593333241",
            "PlatformDetails": "Linux/UNIX",
            "UsageOperation": "RunInstances",
            "ProductCodes": [
                {
                    "ProductCodeId": "36ntiq6wwn3vbmnsjeqsc3mq0",
                    "ProductCodeType": "marketplace"
                }
            ],
            "State": "available",
            "BlockDeviceMappings": [
                {
                    "DeviceName": "/dev/xvda",
                    "Ebs": {
                        "DeleteOnTermination": true,
                        "SnapshotId": "snap-05b47224141d02953",
                        "VolumeSize": 8,
                        "VolumeType": "gp2",
                        "Encrypted": false
                    }
                }
            ],
            "Description": "[Copied ami-0f23ecad57de7f90f from us-east-1] cisco_CSR-17.03.05-BYOL",
            "EnaSupport": true,
            "Hypervisor": "xen",
            "ImageOwnerAlias": "aws-marketplace",
            "Name": "Cisco-vCUBE-17.03.05-35cc9c32-0757-499d-9eff-abc02e6231c8",
            "RootDeviceName": "/dev/xvda",
            "RootDeviceType": "ebs",
            "SriovNetSupport": "simple",
            "VirtualizationType": "hvm",
            "DeprecationTime": "2024-03-01T14:30:12.000Z"
        }
    ]
}

コメント

タイトルとURLをコピーしました