Questions tagged [aws-app-runner]
8 questions
2
votes
0 answers
Create Service role for AWS AppRunner
I am currently running a Next.js application on AWS AppRunner. Initially, when creating the service, I unintentionally left the Instance role in the Security section empty, resulting in AWS automatically creating a role for me. However, I now…

Susitha Ravinda Senarath
- 1,648
- 2
- 27
- 49
0
votes
0 answers
How to deny access to the default domain in AWS AppRunner
I have an application created in Nextjs and hosted in AppRunner. I currently have access to the default domain created by AppRunner and a custom domain tied to AppRunner. How best to set up an AWS environment to meet the following…

T-Koyoyo
- 1
0
votes
1 answer
AppRunner CloudWatch Alarm not showing metrics
I'm trying to create an alarm for AppRunner. My AppRunner service is running fine.
Here is the code for the alarm. It keeps showing "Insufficient data". Weirdly enough, creating an alarm manually also results in the same no data message. I've tried…

Evandro Pomatti
- 13,341
- 16
- 97
- 165
0
votes
1 answer
Does AWS web app Compute costs mean the amount of time a website is visited?
I was thinking of hosting in AWS web app. However, After seeing computing costs, I wasn't clear what it meant.
Does it meant straight away $50/month or per hour means the rate of app when it using per hour. Please explain, thanks!

sdhua
- 1
0
votes
2 answers
how to install php8.1 imagick on awa app runner?
I am installing project on aws app runner.
Project uses php imagick so I tried to install it.
I imported project form github source code (Laravel 10 + php 8.1) and running it automatically through configuration file (apprunner.yaml).
I tried to add…

Michael
- 3
- 1
- 4
0
votes
0 answers
How to deploy Laravel 10 Project to AWS App Runner via github source code
I tried to deploy laravel 10 (php 8.1) Project to AWS app runner via github source code but I faced creation issue.
I created service.
Repository Type: Source Code Repository
I connect project from github.
Deployment Trigger:…

Michael
- 3
- 1
- 4
0
votes
1 answer
AWS App Runner health check fails on port 80 for Python app
I have Python app that process data and I am running it in Docker. Locally, it is working fine. When I tried for a first time to run on AWS App Runner I needed health check, so I expose 80 port in Dockerfile and install nginx that listen on that…

DrTheiss
- 1
- 2
0
votes
1 answer
AWS App Runner DNS validation - Configure DNS / Configure certificate validation
AWS App Runner DNS validation
Configure DNS / Configure certificate validation
Unclear instructions for validation DNS entry
Configure certificate validation
Supply certificate validation records to your DNS provider within 72 hours.
# Record…

Eddy
- 3,623
- 37
- 44