Connection module for Amazon SSM
This module uses IAM roles assigned to the instance through Instance Profiles. Dynamic credentials are then automatically obtained from AWS API and no further configuration is necessary. More Information available at:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html
boto3
Removes a parameter from the SSM parameter store
New in version 3000.
salt-call boto_ssm.delete_parameter test-param
Retrieves a parameter from SSM Parameter Store
New in version 3000.
salt-call boto_ssm.get_parameter test-param withdescription=True
Sets a parameter in the SSM parameter store
New in version 3000.
salt-call boto_ssm.put_parameter test-param test_value Type=SecureString KeyId=alias/aws/ssm Description='test encrypted key'
Generated on October 03, 2023 at 04:02:53 UTC.
You are viewing docs built from a recent snapshot of the master branch. Switch to docs for the latest stable release, 3006.3.
© 2023 VMware, Inc. | Privacy Policy