Questions in Containers

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.

Hi, I was trying to use app runner to deploy my application application (we are not using s3 because we might need to do some SSR/SEO stuff in the future). The dockerfile is as follows: ``` FROM...
Accepted AnswerAWS App Runner
3
answers
0
votes
85
views
CheeHan
asked 15 hours ago
I have a CodePipeline with ECR as the source, and I want it to trigger every time a new image is pushed to ECR, regardless of the image tag, and deploy it to ECS. However, ECR as a source in...
1
answers
0
votes
181
views
asked a day ago
I have a codepipeline with with source as ECR. I have specified a pipeline variable and I want to trigger the pipeline using Eventbridge by supplying this variable dynamically from the event (assume...
1
answers
0
votes
124
views
asked a day ago
When deploying a react app to ECS (EC2), I get Task Failed To Start "Empty Capacity Provider". The EC2 instance does get created, so the Autoscaling group did its job. However, it seems the task...
1
answers
0
votes
75
views
Daneil
asked a day ago
**Hi team,** I'm currently managing an AV solution running on AWS with the following flow: 1. A client requests a presigned URL via API Gateway, backed by a Lambda function. The client receives this...
1
answers
0
votes
143
views
Jess
asked a day ago
Hi, I'm new to Django. I'm trying to deploy my application using app runner, but I'm getting the error "ValueError: None is not a valid AppSettings.EmailVerificationMethod" in the application...
Accepted AnswerAWS App Runner
3
answers
0
votes
120
views
Hd
asked 2 days ago
Hi there, I have tried to implement the network policies. My EKS version is 1.30 and the VPC-CNI (aws-node daemonset) is 1.18.1. I modified the value of the args in the daemonset to enable network...
3
answers
0
votes
81
views
Michael
asked 2 days ago
I have an EKS cluster which is using coreDNS add-on with the default resolver settings (which in my knowledge will use the VPC resolver IP of my region). I only have default VPC in the region. My...
1
answers
0
votes
86
views
Hardik
asked 2 days ago
I am trying to create a pod from another pod which is running using python script. When I do this: ``` # Load the in-cluster config config.load_incluster_config() ``` as well as ``` # Load...
1
answers
0
votes
148
views
asked 3 days ago
Hi I have ALB ingress that works perfectly. But when I put AWS Global Accelerator in front of it, the page returns 404. This is the ingress conf: ``` --- apiVersion: networking.k8s.io/v1 kind:...
3
answers
0
votes
237
views
MarkoL
asked 3 days ago
Hi! I have my whole app deployed in AWS and I'm using a lot of different services, for starters Im using cognito with oauth2 to generate the tokens and store the user sensible data. does this mean...
1
answers
0
votes
332
views
cao95
asked 6 days ago
When using the secrets as reference in ECS, at what point are they resolved? 1. At task start time 2. At container start time I.e. imagine I have two tasks: 1. `sidecar` 2. `app` _(depends on...
2
answers
0
votes
265
views
profile picture
m0ltar
asked 6 days ago