-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Not able to resolve custom DNS from Fargate VPC with DHCP options set
Our DNS servers are hosted in another VPC in the same account and we setup peering between the Fargate VPC and the vpc that hosts the DNS servers. The target resource, an ALB, also lies in the VPC that hosts the DNS service. We modified the DHCP option set of the Fargate VPC and added a NAT gateway in its public subnet and have edited the security group of the target ALB to allow incoming requests from the Fargate VPC CIDR but the tests seems to be failing to launch after these changes. We hoped that the Fargate tasks which uses the awsvpc networking by default would be able to resolve the custom DNS using the VPC DHCP options set but it didn't. Any help would be appreciated to get the Fargate tasks to resolve the custom DNS. Thanks.