ekalinin / awsping

Console tool to check the latency to each Amazon EC2 region
MIT License
167 stars 31 forks source link

Ability to specify AWS service #3

Closed atward closed 7 years ago

atward commented 7 years ago

Ping is hardcoded against dynamodb. Take cmd line argument to accept AWS service, eg: ec2, sdb, sns, sqs

All should follow the naming pattern http://<service>.<region>.amazonaws.com/ping

ekalinin commented 7 years ago

Added here: f2c105953