Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Deleting suppression rules in
GuardDuty
This section provides the steps to delete a suppression rule in your Amazon Web Services account in
a specific Amazon Web Services Region.
You may want to delete a suppression rule that no longer depicts an expected behavior
in your environment. You no longer want to suppress the associated finding type so that
GuardDuty can generate a finding type.
If you're a member account, your administrator account can take this action on your behalf. For more
information, see Administrator account and member
account relationships.
Choose your preferred access method to delete a suppression rule for GuardDuty finding
types.
- Console
-
Open the GuardDuty console at https://console.amazonaws.cn/guardduty/.
-
On the Findings page, choose
Suppress Findings to open the suppression
rule panel.
-
From the Saved rules drop down, choose a
saved filter.
-
Choose Delete rule.
- API/CLI
-
Run the DeleteFilter API. Specify the filter name
and the associated detector ID for the particular Region.
Alternatively, you can use the following Amazon CLI example by replacing the
values formatted in red
:
aws guardduty delete-filter --region us-east-1
--detector-id 12abc34d567e8fa901bc2d34e56789f0
--filter-name filterName
To find the detectorId
for your account and current Region, see the
Settings page in the https://console.amazonaws.cn/guardduty/ console,
or run the ListDetectors API.