Relative Content

Tag Archive for amazon-web-servicesamazon-iamidentity-management

Can I use IAM to verify a request is from my AWS account?

I have a server running on a datacenter. It is a self managed server which includes a restapi server running on it. I have a lambda in AWS that needs to call the restapi. I am thinking to setup a security check on the server to check if the request is from my AWS account or not. Is it something IAM supported?