Questions tagged [amazon-app-runner]

54 questions
0
votes
0 answers

env values are not getting added in docker image and app runner

I have buildspec.yml file. I have to get env value from AWS secret manager and add it during codebuild. Later image will be hosted in App runner. ` version: 0.2 env: secrets-manager: REACT_APP_NAME: "AWS_SECRET:AWS_SECRET_VALUE_KEY" phases: …
0
votes
0 answers

How to connect Spring Session MongoDB to AWS DynamoDB?

We are wanting to use AWS DynamoDB for Spring Session storage for services we are deploying via App Runner as a first step of moving away from a monolithic Tomcat setup. We see there is a MongoDB Session handler, and we can find examples for how to…
0
votes
0 answers

AppRunnerService always failed upon CDK update

11:03:22 PM | UPDATE_FAILED | AWS::AppRunner::Service | AppRunnerDC2BB513 Internal Failure ❌ app failed: Error: The stack named app failed to deploy: UPDATE_ROLLBACK_COMPLETE: Internal Failure The AppRunner Service…
0
votes
1 answer

AWS AppRunner start command running multiple time

I am trying to run apache server on AWS AppRunner using my source code repository with corretto 11 as runtime using the below start command https://github.com/myanees284/apprunner-jmeter/blob/main/run_apacheee.sh I could see the commands in the…
anees
  • 13
  • 4
0
votes
0 answers

App Runner health check fails when connecting RDS

I am trying to spin up an AppRunner service that connects with a private RDS instance. The idea is to keep the App runner service public, but the DB is in a private VPC. I created VPC connector within same VPC, but when the app runner service runs,…
0
votes
1 answer

"The image url provided in the request is invalid" when deploying App Runner

I'm deploying an App Runner instance with CloudFormation, and I get the error: The image url provided in the request is invalid The image is set to "public.ecr.aws/z6y3i0f8/template-generator", and I can pull this image with docker pull…
Phyxx
  • 15,730
  • 13
  • 73
  • 112
0
votes
1 answer

How to redirect in aws app runner with flask

I am trying to deploy my flask application to aws app runner, locally everything works perfectly. But I can't figure out how to redirect to another page of my website in app runner My code looks similar to this from flask import Flask, url_for from…
0
votes
1 answer

AWS App Runner does not see runtime_environment_variables from Terraform module

Using Terraform with module aws_apprunner_service I'm creating AWS App Runner service. According to documentation I should be able to pass env variables as map. In my case Service is created fine, but no any runtime_environment_variables are passed…
1 2 3
4