AWS cli documentation change
Summary
Enhanced repository configuration documentation with multi-distro examples
Security assessment
Improves documentation for secure patch sources by adding Ubuntu/Debian examples and security repository references. Supports secure configuration but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/ssm/get-deployable-patch-snapshot-for-instance.md b/cli/latest/reference/ssm/get-deployable-patch-snapshot-for-instance.md index c080c0e12..4521cab3d 100644 --- a//cli/latest/reference/ssm/get-deployable-patch-snapshot-for-instance.md +++ b//cli/latest/reference/ssm/get-deployable-patch-snapshot-for-instance.md @@ -15 +15 @@ - * [AWS CLI 2.27.54 Command Reference](../../index.html) » + * [AWS CLI 2.27.55 Command Reference](../../index.html) » @@ -273 +273 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ssm-20 ->>>> The value of the yum repo configuration. For example: +>>>> The value of the repo configuration. @@ -274,0 +275,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ssm-20 +>>>>> **Example for yum repositories** +>>>>> @@ -283 +285,7 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ssm-20 ->>>> ### Note +>>>> For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) on the _man7.org_ website. +>>>> +>>>>> **Examples for Ubuntu Server and Debian Server** +>>>>> +>>>>> `deb http://security.ubuntu.com/ubuntu jammy main` +>>>>> +>>>>> `deb https://site.example.com/debian distribution component1 component2 component3` @@ -285 +293 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ssm-20 ->>>> For information about other options available for your yum repository configuration, see [dnf.conf(5)](https://man7.org/linux/man-pages/man5/dnf.conf.5.html) . +>>>> Repo information for Ubuntu Server repositories must be specifed in a single line. For more examples and information, see [jammy (5) sources.list.5.gz](https://manpages.ubuntu.com/manpages/jammy/man5/sources.list.5.html) on the _Ubuntu Server Manuals_ website and [sources.list format](https://wiki.debian.org/SourcesList#sources.list_format) on the _Debian Wiki_ . @@ -502 +510 @@ Product -> (string) - * [AWS CLI 2.27.54 Command Reference](../../index.html) » + * [AWS CLI 2.27.55 Command Reference](../../index.html) »