Skip to content

Commit

Permalink
add notice about potential cost of leaving this example deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Kindall committed Apr 29, 2022
1 parent a669629 commit 9d9666c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v1/ecs_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ The Amazon ECS construct used in this tutorial helps you use AWS services by pro

See [ECS](https://docs.aws.amazon.com/cdk/api/v1/docs/aws-ecs-readme.html) for details\.

**Important**
The `ApplicationLoadBalancedFargateService` constructs we'll be using includes numerous AWS components, some of which can cost non\-trivial amounts of money if left provisioned in your AWS account, even if you don't use them\. Be sure to clean up \(cdk destroy\) after completing this example\.

## Creating the directory and initializing the AWS CDK<a name="ecs_example_initialize"></a>

Let's start by creating a directory to hold the AWS CDK code, and then creating a AWS CDK app in that directory\.
Expand Down
3 changes: 3 additions & 0 deletions v2/ecs_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ The Amazon ECS construct used in this tutorial helps you use AWS services by pro

See [ECS](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ecs-readme.html) for details\.

**Important**
The `ApplicationLoadBalancedFargateService` constructs we'll be using includes numerous AWS components, some of which can cost non\-trivial amounts of money if left provisioned in your AWS account, even if you don't use them\. Be sure to clean up \(cdk destroy\) after completing this example\.

## Creating the directory and initializing the AWS CDK<a name="ecs_example_initialize"></a>

Let's start by creating a directory to hold the AWS CDK code, and then creating a AWS CDK app in that directory\.
Expand Down

0 comments on commit 9d9666c

Please sign in to comment.