HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/elasticache/describe-update-actions.rst
**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*.