-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
bugThis issue is a bug.This issue is a bug.ec2p3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.
Description
Describe the bug
I was trying to find a cheap GPU instance when I find this
g6f.large instances are Fractional vGPU VMs
https://aws.amazon.com/ec2/instance-types/g6/
aws ec2 describe-instance-types --instance-types g6f.large
currently the count return 0
'GpuInfo': {'Gpus': [{'Name': 'L4', 'Manufacturer': 'NVIDIA', 'Count': 0, 'MemoryInfo': {'SizeInMiB': 2861}}], 'TotalGpuMemoryInMiB': 2861}
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
something not 0
Current Behavior
'GpuInfo': {'Gpus': [{'Name': 'L4', 'Manufacturer': 'NVIDIA', 'Count': 0, 'MemoryInfo': {'SizeInMiB': 2861}}], 'TotalGpuMemoryInMiB': 2861}
Reproduction Steps
aws ec2 describe-instance-types --instance-types g6f.large
Possible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/1.42.11 Python/3.12.9 Darwin/24.6.0 botocore/1.40.11
Environment details (OS name and version, etc.)
macos
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.ec2p3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.