GenericSSMParameterImage¶
-
class
aws_cdk.aws_ec2.
GenericSSMParameterImage
(parameter_name, os, user_data=None)¶ Bases:
object
Select the image based on a given SSM parameter.
This Machine Image automatically updates to the latest version on every deployment. Be aware this will cause your instances to be replaced when a new version of the image becomes available. Do not store stateful information on the instance if you are using this image.
The AMI ID is selected using the values published to the SSM parameter store.
- Parameters
parameter_name (
str
) –os (
OperatingSystemType
) –user_data (
Optional
[UserData
]) –
Methods