modify-cache-cluster
command to modify the cache cluster.--auto-minor-version-upgrade
parameter to true
.aws elasticache modify-cache-cluster --cache-cluster-id <cluster-id> --auto-minor-version-upgrade true
modify-cache-cluster
command to modify the cache cluster.--transit-encryption-enabled
parameter to true
.aws elasticache modify-cache-cluster --cache-cluster-id <cluster-id> --transit-encryption-enabled true
modify-cache-cluster
command to modify the cache cluster.--at-rest-encryption-enabled
parameter to true
.aws elasticache modify-cache-cluster --cache-cluster-id <cluster-id> --at-rest-encryption-enabled true
<cluster-id>
with the actual ID of your ElastiCache cluster.
TransitEncryptionEnabled
parameter to True
and AtRestEncryptionEnabled
parameter to True
.SnapshotRetentionLimit
parameter to a desired value (e.g., 7 days).SecurityGroupIds
parameter to the desired VPC security group IDs.'your-cluster-id'
with the actual ElastiCache cluster ID, and provide the appropriate values for other parameters as per your requirements.