| Server IP : 138.197.107.151 / Your IP : 216.73.216.170 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/bsd-crawler-parser/aws/dist/awscli/examples/elasticache/ |
Upload File : |
**To describe update actions**
The following ``describe-update-actions`` example returns details of update actions. ::
aws elasticache describe-update-actions
Output::
{
"UpdateActions": [
{
"ReplicationGroupId": "mycluster",
"ServiceUpdateName": "elc-20191007-001",
"ServiceUpdateReleaseDate": "2019-10-09T16:00:00Z",
"ServiceUpdateSeverity": "important",
"ServiceUpdateStatus": "available",
"ServiceUpdateRecommendedApplyByDate": "2019-11-08T15:59:59Z",
"ServiceUpdateType": "security-update",
"UpdateActionAvailableDate": "2019-12-05T19:15:19.995Z",
"UpdateActionStatus": "complete",
"NodesUpdated": "9/9",
"UpdateActionStatusModifiedDate": "2019-12-05T19:15:20.461Z",
"SlaMet": "n/a",
"Engine": "redis"
},
{
"CacheClusterId": "my-memcached-cluster",
"ServiceUpdateName": "elc-20191007-001",
"ServiceUpdateReleaseDate": "2019-10-09T16:00:00Z",
"ServiceUpdateSeverity": "important",
"ServiceUpdateStatus": "available",
"ServiceUpdateRecommendedApplyByDate": "2019-11-08T15:59:59Z",
"ServiceUpdateType": "security-update",
"UpdateActionAvailableDate": "2019-12-04T18:26:05.349Z",
"UpdateActionStatus": "complete",
"NodesUpdated": "1/1",
"UpdateActionStatusModifiedDate": "2019-12-04T18:26:05.352Z",
"SlaMet": "n/a",
"Engine": "redis"
},
{
"ReplicationGroupId": "my-cluster",
"ServiceUpdateName": "elc-20191007-001",
"ServiceUpdateReleaseDate": "2019-10-09T16:00:00Z",
"ServiceUpdateSeverity": "important",
"ServiceUpdateStatus": "available",
"ServiceUpdateRecommendedApplyByDate": "2019-11-08T15:59:59Z",
"ServiceUpdateType": "security-update",
"UpdateActionAvailableDate": "2019-11-26T03:36:26.320Z",
"UpdateActionStatus": "complete",
"NodesUpdated": "4/4",
"UpdateActionStatusModifiedDate": "2019-12-04T22:11:12.664Z",
"SlaMet": "n/a",
"Engine": "redis"
},
{
"ReplicationGroupId": "my-cluster2",
"ServiceUpdateName": "elc-20191007-001",
"ServiceUpdateReleaseDate": "2019-10-09T16:00:00Z",
"ServiceUpdateSeverity": "important",
"ServiceUpdateStatus": "available",
"ServiceUpdateRecommendedApplyByDate": "2019-11-08T15:59:59Z",
"ServiceUpdateType": "security-update",
"UpdateActionAvailableDate": "2019-11-26T01:26:01.617Z",
"UpdateActionStatus": "complete",
"NodesUpdated": "3/3",
"UpdateActionStatusModifiedDate": "2019-11-26T01:26:01.753Z",
"SlaMet": "n/a",
"Engine": "redis"
}
]
}
For more information, see `Self-Service Updates in Amazon ElastiCache <https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Self-Service-Updates.html>`__ in the *Elasticache User Guide*.