From f3212af3d4e7f1073aee9cc9416ca16f867c2793 Mon Sep 17 00:00:00 2001 From: Ian Kerins Date: Thu, 1 Aug 2024 00:12:52 -0400 Subject: [PATCH] Update README.md --- packages/aws-cdk-lib/aws-ec2/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/aws-cdk-lib/aws-ec2/README.md b/packages/aws-cdk-lib/aws-ec2/README.md index b6d5c5da05707..119ef03093894 100644 --- a/packages/aws-cdk-lib/aws-ec2/README.md +++ b/packages/aws-cdk-lib/aws-ec2/README.md @@ -1628,6 +1628,8 @@ new ec2.Instance(this, 'Instance', { ], }); +``` + #### EBS Optimized Instances An Amazon EBS–optimized instance uses an optimized configuration stack and provides additional, dedicated capacity for Amazon EBS I/O. This optimization provides the best performance for your EBS volumes by minimizing contention between Amazon EBS I/O and other traffic from your instance.