New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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...
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...
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...
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...
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...
**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 ...
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 ...
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...
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...