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
- Host: GitHub
- URL: https://github.com/karlderkaefer/terraform-statping-ecs
- Owner: karlderkaefer
- License: mit
- Created: 2020-09-27T18:43:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T10:06:15.000Z (over 5 years ago)
- Last Synced: 2025-06-22T15:11:26.837Z (about 1 year ago)
- Topics: aws, ecs, statping
- Language: HCL
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)