Issues with using Guardrails in AWS within private networks #887
Closed
AlejandroEsquivel
started this conversation in
General
Replies: 2 comments
-
Some workarounds include:
Feel free to suggest any others, we will be looking into making this experience better and provide updates if any arise. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you're using an AWS instance or Sagemaker Notebook Instance located in a private subnet in AWS there can be a specific edge case that presents issues.
Namely, if you have a VPC interface endpoint for API Gateway, specifically in the
us-east-1
region it may cause issues communicating with the Guardrails API as it won't go through the public internet to reach our servers and will cause it to be routed internally.i.e Instead of the DNS resolution looking like:
You get something like:
However if you're in another region (besides
us-east-1
) and also have a NAT gateway to reach the public internet you should be able to reach Guardrails API.Future changes to Guardrails may fix this issue but the time being here we discuss potential workarounds for this.
Beta Was this translation helpful? Give feedback.
All reactions