Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

m6a.xlarge show wrong on-demand price and wrong cpu speed #716

Open
DrVanScott opened this issue Oct 21, 2023 · 3 comments
Open

m6a.xlarge show wrong on-demand price and wrong cpu speed #716

DrVanScott opened this issue Oct 21, 2023 · 3 comments
Assignees
Labels
Bug Something broken.

Comments

@DrVanScott
Copy link

for region: eu-central-1
according to https://aws.amazon.com/ec2/pricing/on-demand/:

pricing: $0.207

according to aws ec2 describe-instance-types the correct values would be

cpu speed: 3.6

@EverettBerry EverettBerry self-assigned this Oct 22, 2023
@EverettBerry EverettBerry added the Bug Something broken. label Oct 22, 2023
@EverettBerry
Copy link
Contributor

@DrVanScott at first glance the pricing looks correct. The clock speed is off, which I am investigating.
image

@Hayato-Kosugi
Copy link

Hayato-Kosugi commented Oct 26, 2023

@EverettBerry Not only the m6a family but also the c6a family seems to exhibit different clock speeds.

$ aws ec2 describe-instance-types --instance-types c6a.large --query "InstanceTypes[].{SustainedClockSpeedInGhz:ProcessorInfo.SustainedClockSpeedInGhz}"
[
    {
        "SustainedClockSpeedInGhz": 3.6
    }
]
$ aws ec2 describe-instance-types --instance-types m6a.large --query "InstanceTypes[].{SustainedClockSpeedInGhz:ProcessorInfo.SustainedClockSpeedInGhz}"
[
    {
        "SustainedClockSpeedInGhz": 3.6
    }
]

@rishikhan
Copy link

This looks correct now. Can this be closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something broken.
Projects
None yet
Development

No branches or pull requests

4 participants