Amazon CloudWatch Synthetics You can use Amazon CloudWatch Synthetics to continually monitor your services. You can create and manage canaries , which are modular, lightweight scripts that monitor your endpoints and APIs from the outside-in. You can set up your canaries
curl \
-H "Authorization: $API_KEY" \
http://synthetics.us-east-1.amazonaws.com/canary/{name}curl \
-H "Authorization: $API_KEY" \
http://synthetics.us-east-1.amazonaws.com/tags/{resourceArn}curl \
-H "Authorization: $API_KEY" \
http://synthetics.us-east-1.amazonaws.com/group/{groupIdentifier}