Skip to content

Commit

Permalink
fix: ecs-service-with-logging - ECS, not Fargate (aws-samples#52)
Browse files Browse the repository at this point in the history
* ecs-service-with-logging - ECS, not Fargate

ecs-service-with-logging uses ECS, not Fargate

* actually want this to say 'Starting a container fronted by a load balancer on ECS' not frontend
  • Loading branch information
ScottBrenner authored and Noah Litov committed Jul 3, 2019
1 parent 04834c6 commit 538a9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ cdk destroy
| [resource-overrides](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/resource-overrides/) | Shows how to override generated CloudFormation code |
| [static-site](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/static-site/) | A static site using CloudFront |
| [stepfunctions-job-poller](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/stepfunctions-job-poller/) | A simple StepFunctions workflow |
| [ecs-service-with-logging](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/ecs/ecs-service-with-logging/) | Starting a container fronted by a load balancer on Fargate |
| [ecs-service-with-logging](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/ecs/ecs-service-with-logging/) | Starting a container fronted by a load balancer on ECS |
| [fargate-service-with-logging](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/ecs/fargate-service-with-logging/) | Starting a container fronted by a load balancer on Fargate |

## Java examples <a name="Java"></a>
Expand Down

0 comments on commit 538a9e8

Please sign in to comment.