Skip to content

test-access-amazon-sms

Allows you to test the connection to an SMS service for the Amazon SNS provider.

Syntax:

shell
sfiler-cli [options] test-access-amazon-sms [command options]
Command optionsRequired / OptionalDescription
-toRequiredPhone number to receive SMS notification.
-akiRequiredAmazon access key identifier.
-sakRequiredAmazon's secret access key.
-rRequiredAWS Region.

Example:

This command tests the connection to an Amazon SNS SMS service.

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" test-access-amazon-sms -to "+1234567890" -r "ca-central-1" -aki "my-access-key" -sak "my-secret-access-key"