I have a website that handles ticket selling which opens once a year. Many peoples come to the website at a specific date and time. However, some users received 504 Status Code (Gateway Timeout) from AWS CloudFront .Some users can still register successfully in this period of time.
I checked the Google analytic statistic and discover some strange things. The statistic shows that the user's number is around 800-999 per minute since the registration open. I am pretty sure that more than 1000 users want to access the site at that time. I guess the users are limited to below 1000 per minute so the 504 pages appear for some user.
I checked this page but I am not familiar with AWS. https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/http-504-gateway-timeout.html
I am not the server admin and I am just a programmer. I remember a similar situation occurred on my company's other site a long time ago. It takes nearly 3 months to figure out the problem at that time because the server admin said that it is my program problem. However, that website only contains frontend content. Finally, the server admin increases the traffic limit to solve the problem.
This time, I am pretty sure this is due to the traffic limit. How can I check the limit of CloudFront Traffic? I want to check it by myself. I have the access right as Linux root user. I can use PUTTY and FileZilla only. Is it possible to check? Or do I need to enter the AWS panel? If yes, how?
Thankyou.