Fargate Service Performance Degedation

0

On 04/21 at about 11:23, we started experiencing a severe degradation of performance on our Fargate deployed services. Tasks that were taking milliseconds are now taking seconds. We did not deploy any new services, these are the same services that have been running for months.

The only interaction these tasks have is with an RDS Aurora databases.

Has something changed on AWS that I need to account for?

Thank you, Chris Start of Performance Degredation

1 Answer
1

Look for the cause of poor performance.
Are you seeing anything unusual in the application logs, for example?
If you are using RDS Aurora, you can also enable "Performance Insights" to search for SQL that is taking a long time to process.
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_PerfInsights.Enabling.html

You can also check AWS Compute Optimizer and other tools to see if ECS is underperforming.
https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-ecs-recommendations.html

profile picture
EXPERT
answered a year ago
  • In addition to the application logs and RDS Aurora performance insights, I would recommend looking at the CloudWatch logs for either ECS and EKS (unclear which service is in use, Fargate is available for both). These will provide visibility into issues with the launching of new containers, or issues with the container environment.

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