An open API service indexing awesome lists of open source software.

https://github.com/karlderkaefer/terraform-statping-ecs

terraform module to provision statping in AWS ECS cluster
https://github.com/karlderkaefer/terraform-statping-ecs

aws ecs statping

Last synced: 9 months ago
JSON representation

terraform module to provision statping in AWS ECS cluster

Awesome Lists containing this project

README

          

# Terraform Statping

For monitoring external services statping is an alternative to paid solutions like statuscake.
This module will provision Statping into a ECS cluster.

For further details Statping provides good documentation on their website
* https://github.com/statping/statping
* https://github.com/statping/statping/wiki

## Getting started
See [examples](./examples)

## FAQ

You have have to [enable new ARN format for your account](https://aws.amazon.com/blogs/compute/migrating-your-amazon-ecs-deployment-to-the-new-arn-and-resource-id-format-2/). Note this settings depend on region. Otherwise you get this exception
```
Error: InvalidParameterException: The new ARN and resource ID format must be enabled to add tags to the service. Opt in to the new format and try again. "statping"
```
[](https://d2908q01vomqb2.cloudfront.net/1b6453892473a467d07372d45eb05abc2031647a/2018/10/29/turn-on-new-arn-format.png)