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

asked 2 years ago351 views
1 Answer
0
Accepted Answer

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
answered 2 years ago
profile picture
EXPERT
reviewed 25 days ago
  • 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.

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