Ошибки облачных провайдеровОшибка
EntityAlreadyExistsEntityAlreadyExists — IAM Entity Already Exists
An IAM entity with the specified name already exists.
aws
Подробнее Lambda Task timed outThe Lambda function exceeded its configured timeout.
The function execution time exceeded the timeout setting (max 15 minutes). Common causes: slow external API calls, large data processing, or infinite loops.
Increase the function timeout. Optimize the code. Use async patterns for long operations. Break into multiple Lambda invocations.
// Increase timeout in serverless.yml
functions:
myFunc:
timeout: 30 # seconds (max 900)EntityAlreadyExistsAn IAM entity with the specified name already exists.
AWS.SimpleQueueService.NonExistentQueueThe specified SQS queue does not exist.
Azure QuotaExceededAn Azure subscription quota has been exceeded.
SNS NotFoundExceptionThe specified SNS topic or subscription does not exist.
GCP INVALID_ARGUMENT (400)The request contains an invalid argument.
EC2 UnauthorizedOperationThe IAM entity is not authorized to perform the EC2 operation.