Add Amazon EC2 to virtual machines #236

Merged
sylr merged 1 commit from patch-1 into master 2022-08-08 15:37:14 +02:00
sylr commented 2022-08-08 15:11:55 +02:00 (Migrated from github.com)
No description provided.
Solvik commented 2022-08-08 15:22:02 +02:00 (Migrated from github.com)

Thanks @sylr

Could you provide a small dmidecode output for the record ? cause I don't have this on the few ec2 VM I have access to

Thanks @sylr Could you provide a small dmidecode output for the record ? cause I don't have this on the few ec2 VM I have access to
sylr commented 2022-08-08 15:23:13 +02:00 (Migrated from github.com)
$ dmidecode
# dmidecode 3.2
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
13 structures occupying 551 bytes.
Table at 0xBFFF0000.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
	Vendor: Amazon EC2
	Version: 1.0
	Release Date: 10/16/2017
	Address: 0xF0000
	Runtime Size: 64 kB
	ROM Size: 64 kB
	Characteristics:
		PCI is supported
		EDD is supported
		ACPI is supported
		System is a virtual machine
	BIOS Revision: 1.0

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: Amazon EC2
	Product Name: r5a.xlarge
	Version: Not Specified
	Serial Number: ec258d24-8bd5-c18a-3166-d07da0ff6759
	UUID: ec258d24-8bd5-c18a-3166-d07da0ff6759
	Wake-up Type: Power Switch
	SKU Number: Not Specified
	Family: Not Specified
```shell $ dmidecode # dmidecode 3.2 Getting SMBIOS data from sysfs. SMBIOS 2.7 present. 13 structures occupying 551 bytes. Table at 0xBFFF0000. Handle 0x0000, DMI type 0, 24 bytes BIOS Information Vendor: Amazon EC2 Version: 1.0 Release Date: 10/16/2017 Address: 0xF0000 Runtime Size: 64 kB ROM Size: 64 kB Characteristics: PCI is supported EDD is supported ACPI is supported System is a virtual machine BIOS Revision: 1.0 Handle 0x0001, DMI type 1, 27 bytes System Information Manufacturer: Amazon EC2 Product Name: r5a.xlarge Version: Not Specified Serial Number: ec258d24-8bd5-c18a-3166-d07da0ff6759 UUID: ec258d24-8bd5-c18a-3166-d07da0ff6759 Wake-up Type: Power Switch SKU Number: Not Specified Family: Not Specified ```
Solvik commented 2022-08-08 15:37:07 +02:00 (Migrated from github.com)

perfect, thanks!

perfect, thanks!
Sign in to join this conversation.
No description provided.