AWS JIT (just in time) Escalation Tool
My team is looking for a JIT AWS credential management tool and I’m not finding and good results on Goog.
AWS IAM policy to prevent creation of any resource without a specific suffix
I nned an AWS IAM policy to prevent the creation of any resource whose name doesn’t comply with my company naming convention.
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?