Skip to content

Instantly share code, notes, and snippets.

@brianfoody
Created October 25, 2020 09:53
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/0640249c740dd7f4942f819cb9f145b4 to your computer and use it in GitHub Desktop.
Save brianfoody/0640249c740dd7f4942f819cb9f145b4 to your computer and use it in GitHub Desktop.
CFHealthCheckRight
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