Questions tagged with AWS Fargate

AWS Fargate is a serverless, pay-as-you-go compute engine that lets you focus on building applications without managing servers. AWS Fargate is compatible with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS).

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.

714 results
Hello, Is there a way to reach a service on an unmapped port. Context: I have 2 ECS service - 1 is running on EC2 and 1 on Fargate. Both are running in the same VPC in private subnets. The routes in ...
2
answers
0
votes
55
views
asked a day ago
There is no Docker Labels parameter for run-task cli [https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecs/run-task.html]. With AWS Fargate run-task cli, Is there a way that users ca...
1
answers
0
votes
26
views
AWS
asked 5 days ago
I am maintaining a single task definition in which each revision has a different container with a different base image. Now every time the container takes around 20-30 seconds to start and come to the...
2
answers
0
votes
35
views
asked 5 days ago
Hello AWS re:Post, I’m reaching out to seek guidance regarding an issue we’ve encountered while working with ECS Fargate and Service Connect. Below, I’ve outlined the details of our setup and the cha...
1
answers
0
votes
25
views
asked 6 days ago
Dear Experts: We have an application load balancer and two target groups: application frontend and backend. The applications are running on ECS fargate, and load balancer use path to determine which ...
3
answers
0
votes
26
views
asked 6 days ago
I am trying to access from a AWS ECS container to a cluster in MongoDB Atlas. I am getting the same error over and over again ("MongooseServerSelectionError: Could not connect to any servers in your M...
2
answers
0
votes
37
views
asked 6 days ago
Hi, 1. Where can I find more information on integrating SOCI index builder with CI/CD pipeline? 2. We have ECR repositories with multiple images with different versions. Will SOCI index builder creat...
1
answers
0
votes
22
views
asked 8 days ago
I have an ECS service running a container with two port mappings: ``` "portMappings": [ { "containerPort": 15672, "hostPort": 15672, "protocol": "tcp" }, { ...
2
answers
0
votes
26
views
asked 12 days ago
I'm getting the following error: CannotPullContainerError: ref pull has been retried 1 time(s): failed to unpack image on snapshotter overlayfs: mismatched image rootfs and manifest layers Deploymen...
1
answers
0
votes
117
views
asked 21 days ago
Hello, I'm looking for guidance on securing ECS Fargate containers, specifically around the metadata endpoint (169.254.170.2). 1. Is it possible to block access to the ECS Fargate metadata endpoint ...
3
answers
0
votes
135
views
asked 23 days ago
With CloudWatch Logs' PutLogEvents, it is possible to pass multiple records at once in a single call. When sending Fargate standard output to CloudWatch Logs, is it possible to pass multiple records a...
1
answers
1
votes
46
views
profile picture
asked a month ago
I'm trying to understand how EC2 Savings Plans and Compute Savings Plans differ in their application to various AWS compute services, specifically: • Amazon EC2: How do both Savings Plans apply to dif...
2
answers
1
votes
52
views
profile picture
asked a month ago