API Gateway -> Fargate using VPC Link, CloudMap, Service Connect and no Load Balancer

0

I have a simple web api that's running in Fargate with an ALB and working great but the cost of the load balancer is not worth it for this project. I've started to setup using a VPC link and CloudMap with Api Gateway instead but can't find any complete tutorials on how to accomplish this and getting "Internal Server Error" hitting my Api Gateway url with no sign of anything in any of the logs.

I believe this is because I don't have any CloudMap Services Instances. When I try to create one it asks me for IPv4 and IPv6 address and a port, which I don't know where to get this from.

My current setup:

Api Gateway

  • Http api
  • $default route
  • CloudMap Integration for $default pointing to my VPC Link

VPC Link

  • VPC link for HTTP APIs
  • 5 of 6 subnets (one could not be added)
  • Security group to allow inbound http access to my api's port 80

Fargate

  • Service uses Service Connect, Client side only

CloudMap

  • Route 53 Health Checks

Thanks, Jon

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ