I have a website with https consider https://example.com which wants to call an API from an AWS EC2 instance consider http://ec2.##.##.##/get-users. I am getting Connection Refused when I do so but in POSTMAN it is working fine. Is this an issue with my AWS Security Group? and How to solve it?
Asked
Active
Viewed 81 times
0
-
Hi Rajat, please add more details. Where are you running Postman from? What are your security groups allowing and from where? etc. – kenlukas Jan 27 '23 at 20:37
-
This should work fine. The problem could be security groups, NACLs, routing, internet gateway, something on-instance, or something else. We would need a _lot_ more information to work out what the problem. – Tim Jan 29 '23 at 18:26