How to deploy AWS Content Analysis using CloudFormation template?

0

Hi there,

I tried to install aws-content-analysis a few times but no success. For deployment I sued Cloud Formation template as described here: https://docs.aws.amazon.com/solutions/latest/aws-content-analysis/aws-cloudformation-template.html The user-role that was used in the deployment attempt has administrative permissions. I tried it different regions including us-east-1 and us-west-2.

The error messages are not very descriptive and helpful. Can you assist what could be the possible reasons. Here are the error messages in events tab:

The following resource(s) failed to create: [MieStack]. Embedded stack arn:aws:cloudformation:us-east-1:740403065973:stack/AtifTestStack-MieStack-196PTGLMDBRVL/2ac749b0-802d-11ec-b052-0e6bed256953 was not successfully created: The following resource(s) failed to create: [WorkflowSchedulerLambda]. The following resource(s) failed to create: [WorkflowSchedulerLambda]. Resource handler returned message: "Specified ReservedConcurrentExecutions for function decreases account's UnreservedConcurrentExecution below its minimum value of [50]. (Service: Lambda, Status Code: 400, Request ID: bb972057-2449-411a-b640-c4db2f631f77, Extended Request ID: null)" (RequestToken: 9b8ad42c-bd1e-ca94-557b-b8d9b6cb8d40, HandlerErrorCode: InvalidRequest)

Thanks

已提問 2 年前檢視次數 363 次
1 個回答
0
已接受的答案

It could be your account and corresponding region is already reaching Lambda's concurrent execution limit.

To fix this, you can either remove or reduce the ReservedConcurrentExecutions of your lambda functions or you can request AWS support to increase the concurrent execution limit.

profile picture
joahna
已回答 2 年前
profile picture
專家
已審閱 1 個月前
  • Thank you for the advice. As I can see on the quota page, the current utilization is 0, whereas applied quota value is currently 50. Do you know how many concurrent executions are required for aws-content-analysis? Also, does increasing this value would cost me? I am using a free-tier account.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南