Removing a data subscriber from Security Lake
If you no longer want a subscriber to consume data from Security Lake, you can remove the subscriber by following these steps.
- Console
-
Open the Security Lake console at https://console.aws.amazon.com/securitylake/
. -
In the navigation pane, choose Subscribers.
-
Select the subscriber that you want to remove.
-
Choose Delete and confirm the action. This will delete the subscriber and all the associated notification settings.
- API
Based on your scenario, do one of the following:
-
To delete the subscriber and all associated notification settings, use the DeleteSubscriber operation of the Security Lake API. If you're using the AWS Command Line Interface (AWS CLI), run the delete-subscriber
command. -
To retain the subscriber but stop future notifications to the subscriber, use the DeleteSubscriberNotification operation of the Security Lake API. If you're using the AWS Command Line Interface (AWS CLI), run the run the delete-subscriber-notification
command.
-