Getting started with Redis for Amazon Web Services and Google Cloud Platform¶
This section explains how to get started with the Redis offering for Amazon Web Services (AWS) and the Google Cloud Platform (GCP).
Creating a Redis instance¶
Log in to Mission Control.
Select Redis from the Service, Region, and Provider section.
Select AWS or GCP from the Cloud Provider dropdown.
Select the appropriate region.
Select Continue.
Select the appropriate memory capacity.
Select Continue.
Enter the IP address that you want to grant access to your instance. Your current IP is entered by default.
You should also create a name for this IP address in order to identify it later.
Select Continue.
Enter a name for your Redis instance.
Select Create Instance to spin up your Redis instance.
Connecting your Redis instance¶
After creating a database with user authentication and whitelisting an IP address, you’re ready to test basic connectivity in a terminal session:
Note
ObjectRocket does not support any non-SSL connections to Redis, so interfaces like redis-cli, which doesn’t support that, won’t connect.
To test connectivity, use Stunnel or similar applications that support SSL connections.
If you have any issues or just need guidance, contact the Support team.