From a8786a1720ed0d62c63e2bccd593c660fc945242 Mon Sep 17 00:00:00 2001 From: Brian Vu Date: Thu, 7 Jul 2022 15:26:54 -0700 Subject: [PATCH 1/2] chore: update fargate spot description --- src/examples/run-task-fargate-spot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/examples/run-task-fargate-spot.yml b/src/examples/run-task-fargate-spot.yml index b1d51775..6fce3578 100644 --- a/src/examples/run-task-fargate-spot.yml +++ b/src/examples/run-task-fargate-spot.yml @@ -1,4 +1,7 @@ -description: Start the run of an ECS task with Fargate Spot instances for increased cost savings. +description: > + Amazon Fargate Spot Instances let you take advantage of spare compute capacity in the AWS Cloud at steep discounts. Fargate Spot is an AWS Fargate capability that can run interruption-tolerant Amazon Elastic Container Service (Amazon ECS) tasks at up to a 70% discount off the Fargate price. Since tasks can still be interrupted, only fault tolerant applications are suitable for Fargate Spot. + + CircleCI provides continuous integration and delivery for any platform, as well as your own infrastructure. CircleCI can automatically trigger low-cost, serverless tasks with AWS Fargate Spot in Amazon ECS. usage: version: 2.1 orbs: From 20f936e9235689b2c66c22a0fd50d69ca04ee556 Mon Sep 17 00:00:00 2001 From: Brian Vu Date: Thu, 7 Jul 2022 15:27:58 -0700 Subject: [PATCH 2/2] chore: update fargate spot description --- src/examples/run-task-fargate-spot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/run-task-fargate-spot.yml b/src/examples/run-task-fargate-spot.yml index 6fce3578..bf059e33 100644 --- a/src/examples/run-task-fargate-spot.yml +++ b/src/examples/run-task-fargate-spot.yml @@ -1,6 +1,6 @@ description: > Amazon Fargate Spot Instances let you take advantage of spare compute capacity in the AWS Cloud at steep discounts. Fargate Spot is an AWS Fargate capability that can run interruption-tolerant Amazon Elastic Container Service (Amazon ECS) tasks at up to a 70% discount off the Fargate price. Since tasks can still be interrupted, only fault tolerant applications are suitable for Fargate Spot. - + CircleCI provides continuous integration and delivery for any platform, as well as your own infrastructure. CircleCI can automatically trigger low-cost, serverless tasks with AWS Fargate Spot in Amazon ECS. usage: version: 2.1