All Content tagged with AWS Fargate Spot

Spot capacity can provide significant cost savings over on-demand instances. Spot capacity is excess capacity that's priced significantly lower than on-demand or reserved capacity.

Content language: English

Select tags to filter
Sort by most recent
9 results
I have an ECS Service with a Desired Tasks count set at 6. It has 1 capacity provider of Fargate Spot w/ base 0 and weight 1. After a couple days of leaving this running a few times all 6 tasks have b...
2
answers
0
votes
151
views
asked 3 months ago
Hello, I am planning to launch the ECS cluster (6 Tasks), using the following Capacity provider strategy over the Cluster level: Weight Configuration: Set FARGATE-SPOT with a weight of 1 (primary ch...
3
answers
0
votes
309
views
asked 4 months ago
Hello there, **A Beginner** I am an AWS (and cloud) beginner and have an AWS 1-year free trial. I have done the Practitioner exam... but I'm finding now that I am trying to play practically a few we...
1
answers
0
votes
526
views
profile picture
asked 10 months ago
I'm trying to create a simple ECS service exposed to CloudFront via Cloud Map (I don't want an ALB). Why doesn't this work? ``` import * as cdk from 'aws-cdk-lib'; import { StackProps } from 'aws-cdk...
1
answers
0
votes
481
views
asked a year ago
I have an ECS Cluster with Fargate Spot capacity provider. I have a single service for phpMyAdmin, which I set the desired task count to 1 when I want to use it, and 0 when I am done. Super frugal. Pr...
2
answers
0
votes
314
views
asked a year ago
**Goal:** I am attempting to run a simple NodeJS application with two routes: '/' which displays "Hello, World!" and '/health' which returns a status code of 200 along with a message. **Problem:** I ...
2
answers
0
votes
472
views
asked a year ago
I have an AWS batch job queue, on Fargate_spot, that I'm running jobs on. It has been working without issue until this morning. Now, the jobs are all stuck at the RUNNABLE status. I have attempted to ...
1
answers
0
votes
436
views
asked a year ago
I've deployed my NextJS app in ECS via CDK. The basePath of my application is let's say '/abc'. I was able to access the server via API gateway without any issues. Recently, I've added a configuratio...
1
answers
0
votes
740
views
asked a year ago
Hello developers, I had initiated a SPOT ECS Fargate task which stopped after running sometime with a message (JS Code is written in node:14-alpine): "Your Spot Task was interrupted." Task Docker Co...
0
answers
0
votes
129
views
asked a year ago
  • 1
  • 12 / page