Skip to content

Instantly share code, notes, and snippets.

@brianfoody
Created October 25, 2020 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianfoody/61b1ed9db400fb0a68bd0d167f68ddfc to your computer and use it in GitHub Desktop.
Save brianfoody/61b1ed9db400fb0a68bd0d167f68ddfc to your computer and use it in GitHub Desktop.
CFHealthCheck
Type: AWS::Route53::HealthCheck
Properties:
HealthCheckConfig:
port: 443
type: HTTPS
resourcePath: /prod/system/health/check
fullyQualifiedDomainName:
Fn::Join:
- ""
- - Ref: sensiveRootSensiveRegionalApiF65332A1
- .execute-api.ap-southeast-2.amazonaws.com
requestInterval: 30
failureThreshold: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment