Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

NAME:- RAVIPATI

JYOSNA SRI

ID:- 2100031665

ALM-1 & ALM-2(CSC)


2) Luca Mezzalira on LinkedIn: Throttling a tiered, multi-
tenant REST API at scale using API Gateway
ANS)

Step 1: Enable S3 Versioning


1) Log in to AWS Console:

2. Open API Gateway:

Navigate to the API Gateway service.


3 Create API:
Create a new API or select an existing one.

3. Set Up Resources and Methods:

Define the resources and methods for your API. This involves
specifying the endpoints and HTTP method

4. Configure Throttling:
In the API Gateway console, go to the "Stages" settings for your API
and configure the throttling settings. Set the desired rate limits for
your methods.
5 Deploy API:
Deploy your API to make the changes live.

6. Test Throttling:
Test your API to ensure that the throttling limits are enforced as
expected.
7. Monitor and Adjust:
Use AWS CloudWatch or other monitoring tools to observe the API
performance. Adjust throttling settings if needed based on usage
patterns and requirements

8. Consider API Keys and Usage Plans:


Optionally, implement API keys and usage plans to control access
and monitor usage.

You might also like