## 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>