AWS SNS (Text Messages - SMS)
AWS SNS offers another way to notify users of activity on their accounts, sending quick texts for withdraws and deposits.
Last updated
AWS SNS offers another way to notify users of activity on their accounts, sending quick texts for withdraws and deposits.
Last updated
Free for the following exchange plans:
Cloud Plans:
Crypto Pro
Enterprise
On-Premise Plans:
Boost
Voyager
The AWS SNS (Amazon Web Services Simple Notification Service) plugin simply sends a text message (assuming the user has supplied their phone number) notifying them of deposits and withdrawals.
Operators who want to give another method of communicating with their exchange's users, making users feel at ease that the system will alert them directly to their mobile in the case of any behavior.
Please refer to the AWS IAM key creation section first, before proceeding.
After installing AWS SNS on the exchange, we will be given several fields to fill in. Filling these out requires AWS IAM credentials with AWS SNS access. You'll need to create an IAM policy for the IAM user that you intend to use. This policy will ensure that the user has the appropriate permissions to access and use the SMS service.
The region should follow the region code of AWS.
With this done the option of whether texts should be sent for both withdrawals and deposits is made. Save that and ready to go- just ensure to monitor the AWS IAM settings from time to time, to ensure that you have credits for sending messages.
For a user, this will look like the following for withdrawals and deposits:
It is required to create a new IAM user to connect to the HollaEx AWS SNS plugin. The plugin will interact with AWS SNS to send text messages.
Please follow the guide below to create the resources.
You can apply a Cloudformation template to automate the IAM creation with a simple click and a few types. Please click the link below to proceed. The AWS Web console will pop up through the link. Please make sure to log in with your existing AWS account.
Once you click the link, you'll see a page to set multiple parameters. Here are a few important ones:
Stack name: The name of the Cloudformation stack. It is okay to leave it as default in most cases.
MyIAMUsername: The name of the new AWS IAM username that you are going to create. This will be used as a name for the IAM user with AWS S3 access. For example: sms-iam-user
It is not needed to set the "Permissions - optional" panel in most cases. You can simply skip.
It will take a few minutes for the system to create the resources.
Once it's all completed, you'll be able to check the output. You'll get everything necessary including the IAM Access Key and the Secret Key. Please save this information somewhere safe, and refer to the docs to configure the plugin. You are all good now!
You will need to make an IAM policy for an IAM user you are going to use for the SNS. You should create a new policy on the AWS IAM Console - Access Management - Policies page.
Now, go to the AWS IAM Console - Access management - Users page to create a new user for KYC connection. The above policy can then be bound to the account.
Get the access key ID and secret access key once the account is created. Once this account is created, in the user field you will be provided the Access Key ID and Secret Access Key required.