Questions tagged [aws-fargate]
66 questions
0
votes
1 answer
How to add AWS Fargate service and google cloud run services under same security groups?
I have a web application which consists of an api gateway and two microservices. I want the microservices to remain hidden from the outside world and only the api gateway should be able to access the microservices.
The api gateway container is…

Anwesh Mohapatra
- 1
- 1
0
votes
1 answer
AWS- Build a Modern Web Application(Mythical Mysfits)-Error with Docker Image
I am new in the area of network and server management with zero experience. I am trying to learn from the tutorial "MythicalMysfits" from AWS. The other post helped and I updated pip to pip3, but now I am stuck due to a different error on Module 2B-…

helloworld
- 1
- 1
0
votes
1 answer
How set a fixed private IP for ECS containers?
I have a Task Definition called kafka-zookeeper, it has an Apache Kafka broker and a Zookeeper node in it. Those containers need to communicate with each other (that's easy) and with the kafka and zookeeper containers from other kafka-zookeeper…

ItsaMeTuni
- 161
- 1
- 5
0
votes
1 answer
Can't retrieve instance metadata on AWS Fargate tasks
I have a docker compose configuration that I'm deploying in an ECS Fargate cluster. The tasks are configured with assign_public_ip: ENABLED, and they seem to be getting a public IP, but I'm struggling to figure out how to retrieve the IP. The…

cayblood
- 101
- 3
0
votes
1 answer
Troubleshooting fargate autoscaling
I've set up an AWS Fargate cluster to run a service and autoscale its tasks based on the SQS queue. All great so far. The service has got a desired tasks of 1, but then it never actually launches the task from the task definition.
Does anyone have…
-1
votes
1 answer
Suggestions for AWS setup wanted
For my next project, I'm giving AWS and server-less a go, but I'm not sure how to reason about the different AWS services. So here's hoping that someone here has a good feel for it.
The project currently consists of three different frontend…

LostInAws
- 7
- 3