AWS AmazonECS documentation change
Summary
Added colons to list items for formatting consistency
Security assessment
The changes are purely formatting adjustments (adding colons after list items). While one bullet mentions security tools requiring privileged access, this is existing security-related content, not a new security update.
Diff
diff --git a/AmazonECS/latest/developerguide/managed-instances-capacity-providers-concept.md b/AmazonECS/latest/developerguide/managed-instances-capacity-providers-concept.md index f29b86702..b8b59a3e9 100644 --- a//AmazonECS/latest/developerguide/managed-instances-capacity-providers-concept.md +++ b//AmazonECS/latest/developerguide/managed-instances-capacity-providers-concept.md @@ -17 +17 @@ Consider custom capacity providers when your workloads require: - * Specific compute requirements Applications requiring accelerated compute, specific CPU instruction sets, high network performance, or large memory configurations that aren't available with standard Fargate options. + * Specific compute requirements: Applications requiring accelerated compute, specific CPU instruction sets, high network performance, or large memory configurations that aren't available with standard Fargate options. @@ -19 +19 @@ Consider custom capacity providers when your workloads require: - * GPU workloads Machine learning inference, real-time image rendering, video encoding, or other GPU-accelerated applications that need access to NVIDIA or AMD GPUs. + * GPU workloads: Machine learning inference, real-time image rendering, video encoding, or other GPU-accelerated applications that need access to NVIDIA or AMD GPUs. @@ -21 +21 @@ Consider custom capacity providers when your workloads require: - * Capacity reservations Mission-critical workloads that require predictable capacity availability. + * Capacity reservations: Mission-critical workloads that require predictable capacity availability. @@ -23 +23 @@ Consider custom capacity providers when your workloads require: - * Advanced observability Security and monitoring tools that require privileged access to the underlying OS, such as eBPF-based monitoring solutions or network analysis tools. + * Advanced observability: Security and monitoring tools that require privileged access to the underlying OS, such as eBPF-based monitoring solutions or network analysis tools. @@ -25 +25 @@ Consider custom capacity providers when your workloads require: - * Cost optimization Workloads that can benefit from multi-task placement, shared infrastructure components, or need to maximize utilization of larger instance types. + * Cost optimization: Workloads that can benefit from multi-task placement, shared infrastructure components, or need to maximize utilization of larger instance types.