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: //lib/python3/dist-packages/awscli/examples/elasticache/describe-service-updates.rst
**To describe service updates**

The following ``describe-service-updates`` example returns details about service updates. ::

    aws elasticache describe-service-updates 

Output::

   {
        "ServiceUpdates": [
            {
                "ServiceUpdateName": "elc-xxxxxxxx7-001",
                "ServiceUpdateReleaseDate": "2019-10-09T16:00:00Z",
                "ServiceUpdateEndDate": "2020-02-09T15:59:59Z",
                "ServiceUpdateSeverity": "important",
                "ServiceUpdateRecommendedApplyByDate": "2019-11-08T15:59:59Z",
                "ServiceUpdateStatus": "available",
                "ServiceUpdateDescription": "Upgrades to improve the security, reliability, and operational performance of your ElastiCache nodes",
                "ServiceUpdateType": "security-update",
                "Engine": "redis, memcached",
                "EngineVersion": "redis 2.6.13 and onwards, memcached 1.4.5 and onwards",
                "AutoUpdateAfterRecommendedApplyByDate": false,
                "EstimatedUpdateTime": "30 minutes per node"
            },
            {
                "ServiceUpdateName": "elc-xxxxxxxx4-001",
                "ServiceUpdateReleaseDate": "2019-06-11T15:00:00Z",
                "ServiceUpdateEndDate": "2019-10-01T09:24:00Z",
                "ServiceUpdateSeverity": "important",
                "ServiceUpdateRecommendedApplyByDate": "2019-07-11T14:59:59Z",
                "ServiceUpdateStatus": "expired",
                "ServiceUpdateDescription": "Upgrades to improve the security, reliability, and operational performance of your ElastiCache nodes",
                "ServiceUpdateType": "security-update",
                "Engine": "redis",
                "EngineVersion": "redis 3.2.6, redis 4.0 and onwards",
                "AutoUpdateAfterRecommendedApplyByDate": false,
                "EstimatedUpdateTime": "30 minutes per node"
            }
        ]
    }