Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
71 views

I’m running an AWS App Runner service that has been working for months. Recently, whenever I deploy a new ECR image to this existing App Runner service, the deployment passes health checks but fails ...
venkat sai's user avatar
2 votes
1 answer
140 views

I would like to attach an elastic IP to an App runner instance. By following the AWS instructions, I first configured the VPC: VPC Created a new VPC with a NAT gateway enabled on both private subnets ...
ardito.bryan's user avatar
1 vote
0 answers
96 views

I am running a handful of free tier spring boot web apps and web services on App Runner. They randomly started maxing out CPU and Memory recently. The only traffic hitting them is a health check from ...
Roger's user avatar
  • 11.1k
0 votes
1 answer
107 views

I'm trying to deploy a .NET 8 Web API application to AWS App Runner using Docker. I've successfully built the Docker image and deployed it, but I'm running into an issue with Kestrel binding to the ...
Mehmet Ceylan's user avatar
0 votes
0 answers
183 views

I have a github repository which holds a node ts express server. when I commit to staging branch there is a webhook between github and aws apprunner that auto deploys to my staging area, and same when ...
Nick Licata's user avatar
3 votes
1 answer
293 views

I have a container running in App Runner with a PHP application on it. It has no outbound internet access nor Endpoint to log directly to CloudWatch and so want to utilise the application logs ...
Rudiger's user avatar
  • 6,719
0 votes
1 answer
97 views

I'm trying to deploy a NestJS app to AWS AppRunner for the first time. I'm stuck getting health failures. I've added lots of detail here, please let me know what I've setup wrong. 03-11-2025 07:25:31 ...
Toni K.'s user avatar
  • 38
0 votes
0 answers
115 views

I am currently trying to deploy a FastAPI endpoint with AWS AppRunner, using a ECR (container) sourcen, and I'm being returned this error when deploying : [AppRunner] Performing health check on ...
ibra's user avatar
  • 136
2 votes
0 answers
176 views

I'm relatively new to AWS AppRunner, and I'm trying to deploy a simple FastAPI endpoint to perform some tests. Here is the main.py file : from fastapi import FastAPI import uvicorn from pydantic ...
ibra's user avatar
  • 136
0 votes
1 answer
321 views

I receive the following error: Invalid start command. Update the start command you provided during the App Runner service configuration and re-try. - CannotStartContainerError: ...
Chu_bot's user avatar
  • 75
0 votes
0 answers
70 views

So I have searched everywhere over the past 3 days to figure out why my apprunner.yaml file for AWS App Runner is erroring with tsc: command not found I am attempting to run 2 commands to compile my ...
user3091919's user avatar
1 vote
1 answer
780 views

I am trying to migrate from Elastic Beanstalk to AWS App Runner, but AWS App Runner does not seem to consider the environment variable during it's build phase. Troubleshooting: npm run build (next ...
S.B.'s user avatar
  • 369
1 vote
1 answer
307 views

I have CDK project where I'm creating AppRunner service, and that app is trying to connect with RDS instance, so everything is in private VPC. AppRunner service I need VPC connector to be in same ...
Yougeshwar Khatri's user avatar
2 votes
2 answers
288 views

I have an application in AWS that uses AppRunner using the example provided by AWS. i was wondering if there is a way to not pay for the compute running till a task is needed. I followed this one: ...
Gah Maresh's user avatar
1 vote
1 answer
163 views

I am trying to do a simple POC with app-runner. Lets assume we have simple microservices as part of our application. Say book-service user-service. Both are running fine in app-runner. This app-...
RamPrakash's user avatar
  • 3,610
0 votes
1 answer
414 views

I have a private service, say, employee-service running in AppRunner which is supposed to be accessible only within my VPC. AppRunner generates a private endpoint https://bf8dsd7yud.myregion....
RamPrakash's user avatar
  • 3,610
2 votes
0 answers
331 views

I've been trying to deploy a django web app on AWS AppRunner. I followed an AWS tutorial here which works to deploy an app running on python 3.8.16. I tried to follow the same procedure but use ...
qualityPancakes's user avatar
0 votes
0 answers
330 views

I'm attempting to deploy a FastAPI app to App Runner via a deployed Docker image on ECR. It works fine when running a local Docker container (on 0.0.0.0:8080), but fails to deploy on App Runner ...
Zohaib Adnan's user avatar
0 votes
1 answer
140 views

this is my first post and i was to highlight a problenm that i've struggled with for a whole day. While configuring my django project by recovering the static files from an s3 bucket i've ended up ...
junjei's user avatar
  • 11
0 votes
1 answer
555 views

I have a Flask application running in AWS App Runner with Gunicorn. It was running fine but I added a new feature which includes an API that calls to different endpoints and takes around 2-3 minutes ...
andoni90's user avatar
  • 1,068
3 votes
0 answers
129 views

I'm running my application on aws apprunner. With 2vCPU and 4Gib memory. It runs successfully..but after some time...i get error. Failed to update prerender cache for [ Error : ENOSPC: no ...
Nitin k's user avatar
  • 183
1 vote
1 answer
543 views

I have the following in my package.json file: "scripts": { "migrate": "knex migrate:latest" }, Running npm run migrate works fine on my local machine. When I try to ...
Lloyd Banks's user avatar
0 votes
0 answers
79 views

When I try to send and email from django running on AWSAppRunner instance, the screen stays loading for a while and then it turns all white. If I open my debugger, I see a 502 network error: Origin ...
IvanGonzalez's user avatar
0 votes
1 answer
669 views

I am trying to deploy to apprunner via apprunner.yaml I have stored two key value pairs in single AWS secret. ARN: xxxx Under this, there are key1:value1 and key2:value How can access these keys as ...
JTX's user avatar
  • 411
0 votes
1 answer
460 views

I am trying to run the docker image getmeili/meilisearch:latest on AWS App Runner, however getting PM exec /sbin/tini: exec format error. Running the same image on AWS Container Service works fine. I ...
Taylorsuk's user avatar
  • 1,469
0 votes
1 answer
300 views

I am trying to deploy a django project to AWS App runner and it uses xhtml2pdf which needs pycairo in its dependency. It works locally I believe because I am running ubuntu, which is labeled this as &...
Andreas Jaramillo's user avatar
1 vote
0 answers
435 views

For my project, I have a Dockerfile to build a docker image that needs to be deployed to four environments. dev, test, staging, prod (or even more: dev-poc, ...) Deployed in each environemnt, the ...
user10664542's user avatar
  • 1,346
0 votes
1 answer
352 views

I'm using AWS App Runner to deploy a django web app, following this guide Deploy and scale Django applications on AWS App Runner. I have no problems deploying, but when I access a page, I'm getting ...
Lucas's user avatar
  • 1
1 vote
1 answer
557 views

I've read about this subject in a couple of questions, but I haven't found the solution yet. So, I'm reasking almost the same question, as many others have done before: I have a Django app deployed on ...
Albert Badias's user avatar
1 vote
2 answers
1k views

In my current project, I am using AWS AppRunner to expose an HTTP RESTful API (dockerized Python with FastAPI). The AppRunner uses AWS RDS PostgreSQL database, AWS S3, and AWS SES, to send some emails....
Carmelo Acosta's user avatar
0 votes
1 answer
281 views

from routers import routers_main app = FastAPI() #Mount the static files directory app.mount("/static", StaticFiles(directory="static"), name="static") app....
Hrushi's user avatar
  • 509
0 votes
1 answer
826 views

I installed laravel 10 project at AWS App Runner and connect with github Repo. I use this laravel as backend api. Sometimes after deployment, api endpoint returns 504 gateway timeout. I should click ...
topninja's user avatar
0 votes
1 answer
604 views

I was trying to up[date the image uri of source in aws apprunner using below command. aws apprunner update-service --service-arn arn:aws:apprunner:us-east-1:*:service/next-js/* --source-...
Nitin k's user avatar
  • 183
0 votes
1 answer
296 views

I had Next-Js application which I was containerizing and deploying it in AWS Fargate. Below is my dockerfile #Base Image FROM node:18-alpine ARG ENV=$ENV RUN mkdir -p /usr/app/ WORKDIR /usr/app/ COPY ....
Nitin k's user avatar
  • 183
2 votes
0 answers
2k views

I'm trying to configure the environment variables in my AWS App Runner service, the variables I need is a secret from the Secrets Manager. My AWS App Runner does not have access to read secrets from ...
Paulie_'s user avatar
  • 49
0 votes
1 answer
1k views

When I tried to link my app in App Runner to my route 53 domain got these two steps: Configure certificate validation (has two records names and values) Configure DNS target (has on record and one ...
practitioner's user avatar
1 vote
0 answers
970 views

We have containerised applications which we want to host using AWS App Runner. At the same time we want to integrate these applications using AWS Cognito. Like API Gateway authorizer is there any ...
Chaitu's user avatar
  • 33
2 votes
0 answers
364 views

New to Apprunner and trying to get a vanilla Python application to deploy successfully but continuing to fail the TCP Health Checks. The following is some relevant portions of the service and ...
alphazwest's user avatar
  • 4,668
1 vote
0 answers
548 views

My architecture is the following: Web app that a user can connect via the internet and that connects to an API that retrieves the data for the application; API that receives the request from the web ...
Bruno Mello's user avatar
  • 4,688
0 votes
1 answer
1k views

So we have an C# Web API project that connects to an AWS ElasticCache. It is an Redis cluster with just one node to test. My connection string looks like this: {NODE-ENDPOINT}:6379,ssl=True,...
C. Molendijk's user avatar
  • 2,894
0 votes
1 answer
583 views

We have few microservices using Eureka discovery server. In local, everything works fine but when we deploy it on AWS App Runner, it is not registering any of the microservices. Any suggestions what ...
abhishek g's user avatar
0 votes
2 answers
371 views

I have an application that runs fine in AWS App Runner and can be found here: https://iyarles.net However, it's not accessible via the naked domain name iyarles.net. Clarification comment: If I goto ...
Charles Yang's user avatar
1 vote
2 answers
1k views

I have successfully launched AWS APP RUNNER for a NEXT.JS service, and associated with a CUSTOM domain example.com, everything work very fine with https://example.com, however when visitor enter http:/...
Anson's user avatar
  • 11
2 votes
1 answer
1k views

I suppose this is a pretty dumb questions but I'm really poor at devops. I have a small Python programming project which I need to deploy on the web. It's not a real app, just a small script which I ...
LLaP's user avatar
  • 2,747
2 votes
0 answers
161 views

When launching my container with AppRunner & the default instance role (AWS's built in role), my app immediately fails when it tries to talk to SecretsManager. This is expected, because the ...
mamidon's user avatar
  • 895
3 votes
1 answer
3k views

The question is the same as this one but has screenshots of AWS resources' configurations. Situation: A backend is hosted as an App Runner service. The backend needs to communicate with a private RDS ...
Hossam El-Deen's user avatar
2 votes
1 answer
1k views

What are the ways how one can roll back the App Runner service to the previous revision? We use a simple GitHub Actions workflow to build and upload a new docker image to the ECR registry. How can I ...
mmm's user avatar
  • 1,476
3 votes
2 answers
3k views

I'm trying to deploy my application to AWS App Runner and even though everything seems okay it still fails to deploy because the health check fails. I'm trying to deploy from a source code repository ...
Adam Arold's user avatar
  • 30.8k
5 votes
1 answer
803 views

Is there an AWS CLI command to simply load my image tar to AWS? (I do not have docker on my computer at all nor do I want to increase the image size of our CD pipeline as I prefer to keep it very ...
Dean Hiller's user avatar
  • 20.4k
4 votes
0 answers
1k views

The app runner is successfully created and works fine, but any attempt to change the configuration gets an error. It seems that the healthcheck does not work, although after creation everything works ...
Alexander's user avatar