Skip to content

Instantly share code, notes, and snippets.

@mrseanryan
Last active January 22, 2024 10:49
Show Gist options
  • Save mrseanryan/c352dd9e829cbc1088362c815da43eb7 to your computer and use it in GitHub Desktop.
Save mrseanryan/c352dd9e829cbc1088362c815da43eb7 to your computer and use it in GitHub Desktop.
AWS: describe available instance types with GPU memory
aws ec2 describe-instance-types --instance-types g4dn.xlarge g5.xlarge --query "InstanceTypes[].GpuInfo" --no-cli-pager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment