AWS - IAM policy tips
Alasta 10 Juillet 2024 aws aws iam policy
Description : Informations sur quelques IAM policies contraintes
IAM policies contraintes :
Restrict the API calls from the client public IP :
Restrict to one specific VPC Endpoint
Restrict to an entire VPC
Restrict the region to API calls are made to
Restrict based on tags
Deny if MFA not used
Restrict to account from an AWS Organization
Force the presence of tag
Note: Use a Null condition operator to check if a condition key is absent at the time of authorization. In the policy statement, use either true (the key doesn’t exist — it is null) or false (the key exists and its value is not null).