SystemsManagerClient interacts with the AWS Systems Manager Service. With it, the user can get parameters from the Systems Manager Service in the caller's AWS account and region. SystemsManagerClient operations are blocking. k6 recommends reserving their use to the setup and teardown stages as much as possible.
Both the dedicated ssm.js jslib bundle and the all-encompassing aws.js bundle include the SystemsManagerClient.
Methods
Function | Description |
---|---|
getParameter | Retrieves a parameter from Amazon Systems Manager. |
Throws
SystemsManagerClient methods throw errors in case of failure.
Error | Condition |
---|---|
InvalidSignatureError | when using invalid credentials |
SystemsManagerServiceError | when AWS replied to the requested operation with an error |