Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active April 12, 2022 12:42
Show Gist options
  • Save cp-sumi-k/4f4a55c2f9edf7f48c1456b081fed61d to your computer and use it in GitHub Desktop.
Save cp-sumi-k/4f4a55c2f9edf7f48c1456b081fed61d to your computer and use it in GitHub Desktop.
AWSTemplateFormatVersion: 2010-09-09
Description: An ECS, ECR, ALB and cloudfront stack
Resources:
TargetGroup:
Type: "AWS::ElasticLoadBalancingV2::TargetGroup"
Properties:
Name: < TARGET-GROUP-NAME >
VpcId: < VPC-ID >
Protocol: HTTP
Port: 3000
HealthCheckPath: /actuator/
TargetType: ip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment