Skip to content

Commit

Permalink
chore: Fix ECS readme (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs authored and rix0rrr committed Nov 7, 2018
1 parent e8216f0 commit e404316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cluster = new ecs.Cluster(this, 'Cluster', {

// Add capacity to it
cluster.addDefaultAutoScalingGroupCapacity({
instanceType: new InstanceType("t2.xlarge"),
instanceType: new ec2.InstanceType("t2.xlarge"),
instanceCount: 3,
});

Expand Down

0 comments on commit e404316

Please sign in to comment.