Replies: 1 comment
-
The fundamental operating model of Terratest is:
VPC Reachability Analyzer seems like an excellent Terratest library candidate for step 2. I could imagine a use case where a user deploys a combination of modules such as a VPC and ECS service, and then wants to validate that the ECS service is in fact reachable. We do this naively today with a simple HTTP reach out, but if it fails, the only error is "could not reach service." The VPC Reachability Analyzer could now pinpoint exactly where the failure occurred, making debugging much easier. PRs would be welcome here, ideally starting with the README or stubs! |
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
-
Hi, I'm not sure terratest can help here: I am working with a complex network segregated Organisation.
I need to assert if Account A subnet 1 can communicate with Account B subnet 2.
Tbh I think AWS's VPC Reachability Analyzer is probably the best tool for the job, but I am not sure how to drive it.
Can Terratest help here?
Tracked in ticket #109645
Beta Was this translation helpful? Give feedback.
All reactions