awslabs / aws-crt-python

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

Env Detection #507

Closed JonathanHenson closed 11 months ago

JonathanHenson commented 12 months ago

For p4d.24xlarge:

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

For trn1n.32xlarge:

Is on Ec2 Instance nitro ? True
Instance Type = trn1n.32xlarge
Is Optimized for System =  True

For p5.48xlarge:

Is on Ec2 Instance nitro ? True
Instance Type = p5.48xlarge
Is Optimized for System = True

For c5n.18xlarge:

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

For t2.xlarge

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

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