CloudWatch - Network Monitor (Deactivating Probes)

0

Request: Deletion of Network Monitors

Problem: I deactivated the Network Monitor Probes yesterday, but it still indicates that the deactivation process is ongoing. Can you please provide an estimate of the time it takes to complete the deactivation of the probes?

Deepika
asked 3 months ago216 views
3 Answers
2
Accepted Answer

The deactivation time for AWS CloudWatch Network Insights can vary based on several factors, such as the number of probes and the network complexity. AWS does not provide specific estimates for the deactivation process. However, the deactivation of probes should generally happen in a reasonable time frame. If you are experiencing prolonged delays or if the status continues to show that the deactivation process is ongoing, you may want to consider the following this steps from AWS :- https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/nw-monitor-probe-delete.html

If the deactivation is taking longer than expected, consider reaching out to AWS Support for assistance. They can investigate and provide guidance based on the specific details of your network configuration and probe deactivation

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
EXPERT
answered 3 months ago
profile pictureAWS
EXPERT
reviewed 3 months ago
0

Thank you for your response. I've already reviewed the option mentioned for handling the probe via the console, and it indicates that the probe is in a pending state, preventing deletion. Could you please guide me on how to delete a probe using the command line or API?

Deepika
answered 3 months ago
  • aws networkmanager delete-site --global-network-id <your-global-network-id> --site-id <your-site-id> Take note :- Deleting a probe (site) will permanently remove it from your global network. Ensure that you have identified the correct probe to delete, as this action is irreversible

0

I tried running via CLI but it shows same reason.

aws networkmonitor delete-probe --monitor-name --probe-id

An error occurred (ValidationException) when calling the DeleteProbe operation: Probe must not be in pending state before deletion.

Deepika
answered 3 months ago
  • Could you consider reaching out to AWS Support for assistance. They can investigate and provide guidance based on the specific details of your network configuration and probe deactivation

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions