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 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy