Skip to content

ODpricing information is not populating #447

Closed
@ashivadi

Description

@ashivadi

Repro Steps

Install and run for any instance, eg. x2iedn.8xlarge

ec2-instance-selector -r us-west-2 -v --allow-list=x2iedn.8xlarge

Output:

.
.

        "ValidThreadsPerCore": [
            1,
            2
        ]
    },
    "OndemandPricePerHour": null, <<<<< not populating
    "SpotPrice": null <<<<< not populating
}

]

OndemandPricePerHour and SpotPrice are always null.

Expected Output

    "OndemandPricePerHour": <populated correctly>,
    "SpotPrice": <populated correctly>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions