| seems facter is not correctly detecting AWS EC2 t3a instances, as the ec2_metadata fact won’t shop up on these machines. Fact info I’m getting from a t3a.small or t3a.medium EC2 instance:
dmi: { |
"bios" : |
{ "release_date" : "10/16/2017", "vendor" : "Amazon EC2", "version" : "1.0" } |
, |
"board" : |
{ "asset_tag" : "i-04d4699a2ac8f0206", "manufacturer" : "Amazon EC2" } |
, |
"chassis" : |
{ "asset_tag" : "Amazon EC2", "type" : "Other" } |
, |
"manufacturer" : "Amazon EC2", |
"product" : |
{ "name" : "t3a.small", "serial_number" : "ec2e1c0f-43da-7dca-7ccf-2772fa8ab624", "uuid" : "EC2E1C0F-43DA-7DCA-7CCF-2772FA8AB624" } |
} |
is_virtual: true |
processors: |
{ "count" : 2, "isa" : "x86_64", "models" : [ "AMD EPYC 7571", "AMD EPYC 7571" ], "physicalcount" : 1 } |
productname: t3a.small |
virtual: kvm |
|
|