API Gateway disappeared from AWS

0

I have created an API gateway with a load balancer link about 3 months ago, everything was fine until friday when it completely disappeared, as well as the load balancer. Do you have nay ideas why it might have disappeared ?

i can create it again, but being a production service, how can I make sure it doesn't disappear again ?

2 Answers
2

Do you have CloudTrail active? If not, you need to set up that service; it will provide you with all the traceability you need.

API Gateway or other components don't just disappear; they were most likely deleted.

If you don't have CloudTrail, it is impossible to know who deleted those components and when they were deleted. I recommend activating CloudTrail and rotating the credentials of all users in your account.

Ask the members of your team if they deleted the components in question.

Additionally, ensure that you follow the principle of least privilege. That will help you to minimize the potential impact of accidental or malicious actions like this one.

profile picture
answered a month ago
profile picture
EXPERT
reviewed a month ago
2

Have you selected the right region? API gateway is a regional service, and I believe everybody got tricked in their life by thinking of missing a resource while you were on a wrong region ;)

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions