Bridge networking is disabled for security reasons. See related issue https://github.com/awslabs/amazon-eks-ami/issues/183 for explanations. Adding `--enable-docker-bridge true ` as a node bootstrap argument solve the problem (see https://github.com/awslabs/amazon-eks-ami/issues/187). Adding ` --network host` to Docker build command might be another solution.