Amazon API Gateway example: Only IAM users from another account
Source: AWS Imagine in a project you are using Amazon API Gateway to define REST APIs. You, as a developer want to allow only IAM users from another AWS account to access the APIs. What would you do? Create an IAM Permission Policy Create an IAM policy in the other AWS account (the account where the IAM users are located) that grants the necessary permissions to invoke the API Gateway methods. The... [read more]

