I am using AWS to deploy my python project by using docker. I choosed FARGATE for task definition and Task Memory is 512, Task CPU is 256.
There is a process that takes too much time on AWS. It takes 1 second on my PC(i7-6700HQ and 16.0 GB ram) and 13 seconds on AWS.
Do you know how can i fix this issue?
Thanks