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