- Discussion
- Useful Resources
- Quick Guide
- Managing Costs
- Managing Tags
- Events
- SNS Notifications
- IAM policies
- Delete Memcached Cluster
- Connecting to Cluster in VPC
- Creating Memcached Cluster
- Memcached VPC
- Add TTL
- Write Through
- Lazy Loading
- Accessing Memcached Cluster
- Memcached & Redis
- Monitoring Node - Metrics
- Backup and Restore
- Engine Parameters
- Deleting Parameters
- Listing Parameters
- Parameter Group
- Redis Shards
- Delete Cluster
- Scaling the Clusters
- Removing Nodes
- Adding Nodes
- Rebooting Cluster
- Modifying Cluster
- Accessing Cluster
- Cluster Endpoints
- Viewing Cluster Details
- Launching Cluster
- Interfaces
- Environment
- Overview
- Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
AWS ElastiCache - Listing Parameters
To control the runtime behaviour of the Redis cluster nodes we use many parameters which we have already seen in previous chapter. In this chapter we see the exact steps to pst the parameters that are available in different versions of Redis and Memcached clusters in the AWS platform.
Parameter Group Dashboard
We login to the AWS console and go to the ElastiCache dashboard. From the dashboard in the left we choose Parameter Groups. Then we see the name of the parameter group along with the family to which the parameter group belongs. The family of the group indicates the type of cache whether Redis or Memcached along with the version of the engine.
The below screen shows the result of selecting the parameter group form the left tab.
We can expand the parameter group details display by spding the dashboard details to the left. In the below screen we have the pst of all the latest parameter groups available in the AWS platform. The description tag indicates the cluster version and engine type.
Parameter List
Next, we can view the details of the parameters under each parameter group. Cpck on the check box of a specific parameter group. This will bring out a pst of all the parameters associated with that group in the bottom of the screen. You can aslo notice the number of parameters associated with that parameter group.
Advertisements