Questions tagged with AWS App Runner
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I am running a custom container in App Runner. The app is running fine with the default url provided by App Runner. The problem is that when I use the explicit port 443 I get an 404...
0
answers
0
votes
46
views
asked 20 days agolg...
Hi,
I am trying to create an app runner service using a public image created by me - public.ecr.aws/q2v5z2a5/ecr-tutorial.
Please see below the Dockerfile I used to create the image. This is a very...
1
answers
0
votes
77
views
asked a month agolg...
Hello !
I have one public API service running in Apprunner. Also I'm using a documentDB service to handle my NoSQL database. The database and Apprunner instance is running in the same VPC
I've...
1
answers
0
votes
100
views
asked a month agolg...
I have an AWS App Runner service configured to deploy my application automatically when changes occur in the associated Amazon Elastic Container Registry (ECR) repository. However, despite trying...
1
answers
0
votes
104
views
asked a month agolg...
Greetings!
I've just moved my API and website from a custom AWS infra to use AppRunner. The only thing I'm stuck on is how to monitor crash events...
I want to create an alert in cloudwatch to SNS...
1
answers
0
votes
47
views
asked a month agolg...
Part of my API deployed with docker on App Runner relies on uploading a file to the API (in the order of 180KB), which then uploads it to S3 (I know I should be uploading directly to S3, but I don't...
I need to add environment variables to my running App Runner app … but the option under Service Settings does not show up. ???
I’m following the instructions show here … but the option does not show...
0
answers
0
votes
31
views
asked a month agolg...
When I use the AWs toolkit extension in Visual Studio proper, I am not seeing the image in the App runner section of AWS. When I right click on a project within my solution and then chose App Runner...
0
answers
0
votes
14
views
asked a month agolg...
I would like to mount my S3 bucket in a container, dockerize my app, and run it on App Runner. What is the best way to do this? I currently encounter two issues.
1. Although when I go inside the...
1
answers
0
votes
62
views
asked a month agolg...
I am trying to deploy my first .net api to apprunner and every single time I get the same error:
```
08-13-2023 06:57:52 PM [AppRunner] Deployment with ID : d4b31f99ac764891a7774976275681d3 failed....
2
answers
0
votes
61
views
asked a month agolg...
Hi everyone!
I m trying to update my App Runner instance with a new image. Deployments are set to be manual so we changed the image from the ECR and we saved it.
This is the log from the update...
Accepted AnswerAWS App Runner
1
answers
0
votes
66
views
asked 2 months agolg...
App Runner looks like is in a deadlock if you need to change your container port.
Suppose you have PORT 8080 set up, and you want to change to 9090.
If you change the port in the current image, the...
0
answers
0
votes
44
views
asked 2 months agolg...