What are the three main API Gateway Endpoint Types
Edge Optimized (default)
Regional
Private
What is an API deployment?
What is an API stage?
A logical reference to a lifecycle state of your API (for example, ‘dev’, ‘prod’, ‘beta’, ‘v2’). API stages are identified by API ID and stage name.
What are Canary deployments on API Gateway?
Why use an API cache? When would you not use one?
How are API Gateway Caches invalidated?
What is the default TTL in the API Gateway Cache?
300 seconds (5 mintues)
min = 0s, max = 3600s
What are the 4 Integration Types for API Gateways?
Describe API Gateway Integration Type MOCK
Describe API Gateway Integration Type HTTP / AWS (Lambda and AWS Services)
Describe API Gateway AWS_PROXY Integration Type
Describe API Gateway HTTP_PROXY Integration Type
What are API Gateway Mapping Templates?
In API Gateway, what is an integration?
What are the 4 API Gateway types? Summarize Each.
HTTP API
REST API
Web Socket API
REST API (Private)
What is the correct order of steps to configure a usage plan/api keys in API Gateway?
API Gateway - What is a usage plan?
API Gateway - what are throttling limits?
Throttling limits define the maximum number of requests per second available to each key.
API Gateway - What are quota limits?
Quota limits define the number of requests each API key is allowed to make over a period of time.
What is the maximum amount of time for a request in API Gateway?
29 seconds.
If the request lasts longer then 29 seconds then it will return a timeout error.
What 2 API methods can hep you evaluate the efficency of your API Gateway cache?
What metric allows you to monitor the time it takes for an API Gateway to relay a request to the backend and how long it takes to get a response from the backend?
IntegrationLatency
What API metric allows you to measure the time between when API Gateway recieves a request from a client and how long it takes the client to recieve a response for the API Gateway?
Latency.
This includes the IntegrationLatencyTime as well as the overhead of the API Gateway itself.
What is the default throttling measure across all of you API Gateways?
10,000 requests per second
This is a soft limit that can be increased on request