I have a nginx in docker on an AWS Elastic Beanstalk.
I need to provide the resolver
of nginx.
What resolver do I need to use? I read about:
resolver 169.254.169.253;
OR
resolver 172.16.0.23;
And some else. My /etc/resolv.conf
is showing my CIDR of my VPC with a .2
at the end. It's not clear what I have to define now.