AWS cli documentation change
Summary
Expanded repository configuration documentation with Ubuntu/Debian examples and formatting improvements
Security assessment
Adds documentation about secure repository configuration practices for patch management, including security-focused examples (e.g., 'deb http://security.ubuntu.com') and links to security update sources. While related to security best practices, there's no evidence of addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/ssm/create-patch-baseline.md b/cli/latest/reference/ssm/create-patch-baseline.md index 0271a1a6a..9b05bb8a8 100644 --- a//cli/latest/reference/ssm/create-patch-baseline.md +++ b//cli/latest/reference/ssm/create-patch-baseline.md @@ -15 +15 @@ - * [AWS CLI 2.27.54 Command Reference](../../index.html) » + * [AWS CLI 2.27.55 Command Reference](../../index.html) » @@ -383 +383 @@ Syntax: ->>> The value of the yum repo configuration. For example: +>>> The value of the repo configuration. @@ -384,0 +385,2 @@ Syntax: +>>>> **Example for yum repositories** +>>>> @@ -393 +395,7 @@ Syntax: ->>> ### 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` @@ -395 +403 @@ Syntax: ->>> 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_ . @@ -722 +730 @@ BaselineId -> (string) - * [AWS CLI 2.27.54 Command Reference](../../index.html) » + * [AWS CLI 2.27.55 Command Reference](../../index.html) »