vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.13k stars 579 forks source link

Fix scraper for burst credits #606

Closed stkaplan closed 2 years ago

stkaplan commented 2 years ago

There were some changes on the page detailing burst credits, including the addition of a new table, which broke the scraper, causing base_performance and burst_minutes to be null for all burstable instances. This updates the xpath so those fields are set again.

brookemckim commented 2 years ago

Thanks @stkaplan !