Skip to content

Commit 461b81f

Browse files
authored
chore(ec2): improve doc for resolveSsmParameterAtLaunch() (#28110)
Improve the doc to clarify its limit. Closes #28090 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent ee85afb commit 461b81f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/aws-cdk-lib/aws-ec2/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1945,6 +1945,8 @@ const launchTemplate = new ec2.LaunchTemplate(this, 'LaunchTemplate', {
19451945
});
19461946
```
19471947

1948+
Please note this feature does not support Launch Configurations.
1949+
19481950
## Detailed Monitoring
19491951

19501952
The following demonstrates how to enable [Detailed Monitoring](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) for an EC2 instance. Keep in mind that Detailed Monitoring results in [additional charges](http://aws.amazon.com/cloudwatch/pricing/).

0 commit comments

Comments
 (0)