Does AWS FIS provide the functionality to inject errors into APIs hosted in an EKS cluster, or is it limited to AWS APIs only?

0

We operate a production EKS cluster that supports numerous microservices. I intend to perform FIS experiments on specific APIs within these microservices, involving actions such as throttling and increasing the load. However, upon inspecting the FIS console, it appears that there are only options for injecting errors into AWS APIs, not custom ones. Does AWS FIS offer the capability to inject errors into APIs hosted in an EKS cluster?

asked 6 months ago172 views
1 Answer
1

The API actions in AWS FIS are specifically for AWS APIs. You should be using the actions that are specifically targeting the infrastructure that you are using to build your APIs, in this case the EKS actions. With those actions you can for instance add latency and jitter to specific pods in your cluster. Depending on your entire architecture including the upstream caller of the API, you could potentially also use other actions.

profile pictureAWS
answered 6 months 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