I have various resources, eg ECS ENIs, EC2 instances, Transit Gateways, etc.
For EC2 I usually SSH in and run curl but this doesn't work with resources like the containers in ECS which cannot be SSH'd into and may not have curl or another network utility installed.
My environment is also pretty locked down so sometimes I don't have permission to hop on a box or run an experimental ECS task.
Is there a way to get around this?