Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Created October 4, 2020 08:59
Embed
What would you like to do?
Fargate ECS with ALB describe listener
{
"Listeners": [
{
"Protocol": "HTTP",
"DefaultActions": [
{
"TargetGroupArn": "arn:aws:elasticloadbalancing:::targetgroup/fargate-target/",
"Type": "forward"
}
],
"LoadBalancerArn": "arn:aws:elasticloadbalancing::loadbalancer/app/fargate-elb/",
"Port": 80,
"ListenerArn": "arn:aws:elasticloadbalancing:::listener/app/fargate-elb//"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment