1 Answer
- Newest
- Most votes
- Most comments
2
Hello.
The default ElastiCache parameter group created by AWS cannot be deleted.
Therefore, it is normal that it cannot be deleted using either the management console or the AWS CLI.
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/ParameterGroups.Management.html
You cannot modify or delete the default parameter groups. If you need custom parameter values, you must create a custom parameter group.
Relevant content
- AWS OFFICIALUpdated 4 months ago
why do i have these in regions that I have not yet used?
ElastiCache's default parameter group is automatically created by AWS, so it will be created automatically even in regions that are not in use. I confirmed that it was created in a region that I don't even use in my AWS account.
out of the dozens of AWS regions, why do only 4 have these default parameter groups? there are no elasticache resources in those regions
I tried looking for the documentation, but it didn't mention the reason for automatically creating it. These operations are managed by AWS and cannot be controlled by the user.