More Info:

This rule checks if the AWS Client VPN authorization rules authorize connection access for all clients. Having authorization rules that allow access for all clients (AccessAll) can pose a security risk by potentially granting access to unauthorized users. The rule is marked as non-compliant if ‘AccessAll’ is present and set to true.

Risk Level

Medium

Address

Security

Compliance Standards

CBP

Triage and Remediation

Remediation

To remediate the misconfiguration of AWS Client VPN Authorization Rules not being enabled authorizing all clients, you can follow these steps using the AWS console:

  1. Login to AWS Console: Go to the AWS Management Console and login to your account.

  2. Navigate to AWS Client VPN: In the AWS Management Console, navigate to the AWS Client VPN service.

  3. Select the Client VPN Endpoint: Select the Client VPN endpoint for which you want to enable authorization rules.

  4. Click on the “Authorization” tab: In the Client VPN details page, click on the “Authorization” tab to view the current authorization rules.

  5. Edit Authorization Rules: Click on the “Edit Authorization Rules” button to edit the authorization rules for the Client VPN.

  6. Add a New Rule: Click on the “Add Rule” button to add a new authorization rule.

  7. Configure the Authorization Rule: In the configuration for the new authorization rule, set the following values:

    • Action: Allow
    • Access to: All
    • Clients: All
  8. Save the Authorization Rule: After configuring the authorization rule, click on the “Save” button to save the rule.

  9. Review and Apply Changes: Review the changes to ensure that the authorization rule is correctly configured to authorize all clients. Click on the “Apply changes” button to apply the new authorization rule.

  10. Verify the Configuration: Verify that the authorization rule has been successfully applied by checking the list of authorization rules for the Client VPN endpoint.

By following these steps, you can remediate the misconfiguration of AWS Client VPN Authorization Rules not being enabled to authorize all clients.