ECS Fargate task fails with InvalidDhcpOptionID.NotFound

0

Trying to launch an ECS Fargate task in a VPC that does not have a DHCP option set. The task fails with: Unexpected EC2 error while getting DHCP options for VPC vpc-NNNN: InvalidDhcpOptionID.NotFound.

Is DHCP option set required? How is it being used? Is there a workaround other than setting a DHCP option set? Thanks.

1 個回答
0

Hello,

Is DHCP option set required?

DHCP option set is required in order to run ECS Fargate tasks in your VPC.

How is it being used?

  • DHCP option set provides DNS nameserver configuration for your VPC.
  • When you create an EC2 instance, the /etc/resolv.conf file gets populated with the nameserver configuration that you specify in the DHCP option sets for your VPC. All of the DNS queries within the EC2 instance uses the nameserver provided in the /etc/resolv.conf to perform DNS resolution.
  • While using ECS Fargate, your tasks will run on EC2 instances that are managed by AWS.
  • The underlying EC2 instance (managed by AWS) will use your DHCP option sets to configure nameserver configuration to perform DNS resolution.
  • Even your ECS tasks will use the nameserver provided in the DHCP option sets to perform DNS resolution.

Is there a workaround other than setting a DHCP option set?

As you can understand from the above information, it is not possible for ECS Fargate to perform its functionalities without enabling the DHCP option sets for your VPC.

I hope this helps!

profile pictureAWS
支援工程師
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南