API Gateway security Flashcards

1
Q

API Gateway security

A
  • IAM permissions
    • sig v4 - credentials are signed and placed in headers
  • resource policies - json policy on gateway to define who and what can access you resource
    • good for cross account access, filter for specific IP addresses
  • Cognito user pools
  • lambda authorizer - 3rd party authentication
    • jwt token (oath)
    • lambda evaluates and returns IAM policy for the user, result policy is cached
How well did you know this?
1
Not at all
2
3
4
5
Perfectly