Hi again, I'm trying to split the k8s deployment t...
# all-things-deployment
b
Hi again, I'm trying to split the k8s deployment to use separate AWS services for mysql, kafka and elasticsearch. Pointing the config to my AWS elasticsearch endpoint is showing 403 errors in the datahub-elasticsearch-setup-job logs
e
The setup looks correct. Can you try curling the same port to see if you get a 403 as well?
b
Looks like my security group setup wasn't working- moving to an IP-based access control seems to have resolved it.
e
Awesome!