Using Console
Using CLI
Using Python
describe_parameters()
method to get a list of all the SSM parameters in the AWS account.KeyId
attribute is present. If it is not present, it means that the parameter is not encrypted.update_parameter()
method to encrypt the parameter. Set the KeyId
parameter to the ARN of the KMS key to be used for encryption.