| name | cis-aws-compute-5.11 |
| description | Ensure your Windows Server based lightsail instances are updated with the latest security patches |
| category | cis-compute |
| version | 1.1.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","compute","lightsail","windows","patching","security-updates","windows-update"] |
| cis_id | 5.11 |
| cis_benchmark | CIS AWS Compute Services Benchmark v1.1.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-compute-5.1","cis-aws-compute-5.12"] |
| prerequisites | [] |
| severity_boost | {} |
5.11 Ensure your Windows Server based lightsail instances are updated with the latest security patches (Manual)
Description
Windows server based Lightsail instances are still managed by the consumer and any security updates or patches have to be installed and maintained by the user.
Rationale
Windows Server-based Lightsail instances need to be updated with the latest security patches so they are not vulnerable to attacks. Be sure your server is configured to download and install updates.
Impact
N/A
Audit Procedure
Using AWS Console
- Login to AWS Console using https://console.aws.amazon.com
- Click
All services, click Lightsail under Compute.
- This will open up the Lightsail console.
- Select the
Windows Instance you want to review.
- Make sure the instance status is
running.
- Connect to the
instance using Connect using RDP.
- Log in using the credentials you have set for this instance.
- Open a command prompt
- Type sconfig, and then press Enter.
Windows Update Settings are at number 5 and by default are set to Automatic.
If this is the current setting continue with step 10. If this is not the current setting refer to the remediation below and start at step 10.
- To determine if any updates are required, type 6, and then press Enter.
- Type A to search for (A)ll updates in the new command window, and then press Enter.
If any updates are required refer to the remediation below and start at step 14.
Using AWS CLI
N/A - This is a manual process requiring RDP connection to the Windows instance.
Expected Result
Windows Update Settings should be set to Automatic (number 5 in sconfig), and all available security patches should be installed.
Remediation
Using AWS Console
- Login to AWS Console using https://console.aws.amazon.com
- Click
All services, click Lightsail under Compute.
- This will open up the Lightsail console.
- Select the
Windows Instance you want to review.
- Make sure the instance status is
running.
- Connect to the using .