Unable to launch App Runner Service using AWS CDK (InternalFailure)

0

We have been trying to launch App Runner Service using CDK (Java) but keep getting the following error.

Resource handler returned message: "null" (RequestToken: 565eeb6a-8af1-af59-5612-12ef28c1380e, HandlerErrorCode: InternalFailure)

To provide details, our CDK code does the following:

  1. Creates an AWS Code Pipeline for building our code (CDK + Spring Boot Service) from GitHub
  2. Builds a Docker image for a Spring Boot Service.
  3. Upload the Docker image to AWS ECR.
  4. Launch AWS App Runner --> This step fails

We were able to comment out step 4 in our CDK code and then manually launch AWS App runner from console using the Docker image built in Step 3. This makes us believe that something is wrong with either our CDK code or AWS Cloud Formation which runs the CDK.

Thank you for looking at our issue.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠