awslabs / aws-crt-python

Python bindings for the AWS Common Runtime
Apache License 2.0
87 stars 42 forks source link

Environment Detection 2 #515

Closed waahm7 closed 1 year ago

waahm7 commented 1 year ago

Issue #, if available:

Description of changes: For t2.xlarge:

Is on Ec2 Instance nitro ? {} False
Instance Type = {} None
Is Optimized for System = {} False

For c5n.xlarge:

Is on Ec2 Instance nitro ? {} True
Instance Type = {} c5n.xlarge
Is Optimized for System = {} False

For p4d.24xlarge:

Is on Ec2 Instance nitro ? {} True
Instance Type = {} p4d.24xlarge
Is Optimized for System = {} True

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.