Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Enabling EKS Protection for a standalone account

Focus mode
Enabling EKS Protection for a standalone account - Amazon GuardDuty

A standalone account owns the decision to enable or disable a protection plan in their AWS account in a specific Region.

If your account is associated with a GuardDuty administrator account through AWS Organizations, or by the method of invitation, this section doesn't apply to you. Only a GuardDuty administrator account can viewFor information about managing multiple accounts, see Enabling EKS Protection in multiple-account environments.

After you enable EKS Protection, GuardDuty will start monitoring EKS audit logs for the Amazon EKS clusters in your account.

Choose your preferred access method to enable EKS Protection in your standalone account.

Console
  1. Open the GuardDuty console at https://console.aws.amazon.com/guardduty/.

  2. From the Region selector in the upper-right corner, select a Region where you want to enable EKS Protection.

  3. In the navigation pane, choose EKS Protection.

  4. The EKS Protection page provides the current status of EKS Protection for your account. Choose Enable to enable EKS Protection.

  5. Choose Confirm to save your selection.

API/CLI
  • Run the updateDetector API operation using the regional detector ID of the delegated GuardDuty administrator account and passing the features object name as EKS_AUDIT_LOGS and status as ENABLED.

    Alternatively, you can also enable EKS Protection running the a AWS CLI command. Run the following command, and replace 12abc34d567e8fa901bc2d34e56789f0 with your account's detector ID and us-east-1 with the Region where you want to enable EKS Protection.

    To find the detectorId for your account and current Region, see the Settings page in the https://console.aws.amazon.com/guardduty/ console, or run the ListDetectors API.

    aws guardduty update-detector --detector-id 12abc34d567e8fa901bc2d34e56789f0 --region us-east-1 --features [{"Name" : "EKS_AUDIT_LOGS", "Status" : "ENABLED"}]'
  1. Open the GuardDuty console at https://console.aws.amazon.com/guardduty/.

  2. From the Region selector in the upper-right corner, select a Region where you want to enable EKS Protection.

  3. In the navigation pane, choose EKS Protection.

  4. The EKS Protection page provides the current status of EKS Protection for your account. Choose Enable to enable EKS Protection.

  5. Choose Confirm to save your selection.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.