This docker image uses SmokePing to ping ec2 endpoint in 20 AWS regions.
For testing, run this image and open http://localhost to see the results. This will not persist the data. All the data will be removed one the container is stopped.
docker run --rm -p 80:80 awsguru/aws-cloud-ping:<tag>
If you want to persist the data to the disk, run this image with a volume attached.
docker run -d --name aws-cloud-ping -p 80:80 -v </usr/data>:/data awsguru/aws-cloud-ping:<tag>
Content type
Image
Digest
Size
40.5 MB
Last updated
over 7 years ago
docker pull awsguru/aws-cloud-ping