Skip to content

Commit

Permalink
Merge pull request #171 from CircleCI-Public/update-fargate-description
Browse files Browse the repository at this point in the history
chore: update fargate spot description
  • Loading branch information
brivu authored Jul 7, 2022
2 parents f940498 + 20f936e commit a72305a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/examples/run-task-fargate-spot.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a72305a

Please sign in to comment.