I have aws apigee and my backend is onprem, I get 503 "Service not available"

Hi All

I have aws apigee and my backend is on-prem, but when I created a proxy and when I call the backend, I get an error saying "503 Service not available"

If anyone Implemented this before please help me out.

Thank you

0 2 191
2 REPLIES 2

Sounds like a firewall or network connectivity issue.

If your backend is on-prem you need to make sure it's callable from your MessageProcessor. If that's Apigee SaaS, then ... make sure your firewall allows the IP addresses of your Apigee Org.

If it's "self-managed" Apigee (aka OPDK) running in AWS, then make sure the IP addresses of your EC2 nodes are allowed by your firewall.

There may also be TLS requirements. Check with your firewall people - the people that manage inbound connections into your onprem system.

Not applicable

I faced the same issue in OPDK. if you have OPDK apigee, then from your message processor just make a curl test to check whether its connecting or not. for the route check you can do tracert to the backend ip.

If you have SAAS apigee then you need to open firewall at onprem for all the Apigee org IPs