Use Console

Create a cluster using Console

  1. Sign in to the AWS Management Console and open the Amazon ElastiCache console at https://console.aws.amazon.com/elasticache/.

  2. From the list in the upper right corner, select the AWS Region in which you want to launch this cluster.

  3. Select Redis clusters from the navigation pane.

  4. Select Create Redis cluster.

CreateCluster

  1. For Choose a cluster creation method, select Configure and create a new cluster

  2. For Cluster mode, select Disabled

CreateCluster

  1. Fill in Cluster info section:
  • In Name , enter a name for your cluster.

  • In Description, enter a description for this clsuter.

  1. For Location, select AWS Cloud.

CreateCluster

  1. For Cluster settings
  • Engine version: select 6.2
  • Port: select 6379
  • Parameter groups: select default.redis6.x
  • Node type: select cache.r6g.large
  • Number of replicas: select 2

CreateCluster

  1. For Subnet group settings:
  • In Subnet groups select Choose existing subnet group and select the subnet group created in step 3.1 Create a subnet group

  • In Associated subnets, select Availability Zone and Subnet ID

CreateCluster

  1. For Availability Zone placements, select Specify Availability Zone
  2. Select Next

CreateCluster

  1. For Advanced settings:
  • Selected security groups: select security group

CreateCluster

  • In Backup, select Enable automatic backups
    • Backup retention period: choose 1
    • Backup window: No preference

CreateCluster

  • In Maintenance:
    • Maintenance window: select No preference
    • Topic for Amazon SNS notification: select existing Amazon Resource Name (ARN)

CreateCluster

  • In Logs:
    • Slow logs: Select Enable
    • Log format: select Text
    • Log destination type: select CloudWatch Logs
    • Log destination: select Choose existing log group
    • Log group name: select log group name

CreateCluster

  1. Review and select Create

CreateCluster

  1. Wait a few minutes for initialization and results after creating the cluster

CreateCluster