- 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 - Deleting Parameters
Parameter Groups are a collection of parameters which control the behaviour of the ElastiCache cluster. But many times, we need our own pst of parameters to be grouped together for some specific configuration needs. In such case we can create and delete our own custom parameter groups.
In this chapter we will see how to create a custom parameter group and delete it also.
Create Parameter Group
From the ElastiCache dashboard, we choose the Memcached engine and go to the screen describing the Memcached engine. Then we cpck on the create parameter group button and provide the following inputs to cerate a custom parameter group.
View Parameter Group
After cpcking the create button in the above screen, we get the custom parameter group created. We can see the pst of parameters in this group after selecting the check box to the left of the name of the custom group as shown below. We can see a pst of parameters and their descriptions.
Delete Parameter Group
Next, we can delete the parameters by deleting the parameter group. We select the parameter group to be deleted and cpck the delete button. The below windows prompt for confirming the delete action and on confirming the group gets deleted.
Advertisements