Open DrVanScott opened 1 year ago
@DrVanScott at first glance the pricing looks correct. The clock speed is off, which I am investigating.
@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
}
]
This looks correct now. Can this be closed?
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