Show HN: Curl https://ec2.shop
ec2.shop
Show HN: Curl https://ec2.shop
1–10 of 84 posts
Re: Show HN: Curl https://ec2.shop
#2So I develop this small tool which you can do thing like
curl https://ec2.shop
curl https://ec2.shop?region=us-west-2&filter=t2,m4Re: Show HN: Curl https://ec2.shop
#3From time to time, I want a quick tool to help me compare EC2 instances price. https://ec2instances.info/ works great but it's somewhat slow and didn't have a way to just `curl` from terminal. So I develop this small tool which you can do thing like curl https://ec2.shop curl https://ec2.shop?region=us-west-2&filter=t2,m4
Re: Show HN: Curl https://ec2.shop
#4Re: Show HN: Curl https://ec2.shop
#5Re: Show HN: Curl https://ec2.shop
#6Re: Show HN: Curl https://ec2.shop
#7Cool! You should probably add http support and not only https. Writing `curl ec2.shop` is easier than `curl https://ec2.shop`
Re: Show HN: Curl https://ec2.shop
#8Re: Show HN: Curl https://ec2.shop
#9Cool! You should probably add http support and not only https. Writing `curl ec2.shop` is easier than `curl https://ec2.shop`
For HTTPS to truly be meaningful we need to stop supporting HTTP as an on-ramp, to prevent people from just hijacking that initial unencrypted connection and sending anything they want.
Re: Show HN: Curl https://ec2.shop
#10Cool! You should probably add http support and not only https. Writing `curl ec2.shop` is easier than `curl https://ec2.shop`
For HTTPS to truly be meaningful we need to stop supporting HTTP as an on-ramp, to prevent people from just hijacking that initial unencrypted connection and sending anything they want.