Getting started with Redis for Amazon Web Services and Google Cloud Platform
=======================================================================================
.. meta::
:description: Getting started guide for the Redis offering for Amazon Web Services and the 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.
.. image:: images/redis_instance_cloud.png
:align: center
:width: 600px
#. Select **Continue**.
#. Select the appropriate memory capacity.
.. image:: images/redis_storage_cloud.png
:align: center
:width: 600px
#. 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.
.. image:: images/redis_ip_cloud.png
:align: center
:width: 600px
#. 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 `_.