Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(networkflowmonitor): add support for Network Flow Monitor #33574

Open
2 tasks
ashishbharadwajm opened this issue Feb 25, 2025 · 1 comment
Open
2 tasks

(networkflowmonitor): add support for Network Flow Monitor #33574

ashishbharadwajm opened this issue Feb 25, 2025 · 1 comment
Labels
@aws-cdk/aws-cloudwatch Related to Amazon CloudWatch feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2

Comments

@ashishbharadwajm
Copy link

Describe the feature

Amazon CloudWatch adds network performance monitoring for AWS workloads using flow monitors

  1. https://aws.amazon.com/about-aws/whats-new/2024/12/amazon-cloudwatch-network-monitoring-workloads-monitors/
  2. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-NetworkFlowMonitor.html

Use Case

Network Flow Monitor can be configured using L2 constructs allowing developers to better manage their resources

Proposed Solution

Add CDK support for networkflowmonitor

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

2.177.0

Environment details (OS name and version, etc.)

MacOS

@ashishbharadwajm ashishbharadwajm added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 25, 2025
@github-actions github-actions bot added the @aws-cdk/aws-cloudwatch Related to Amazon CloudWatch label Feb 25, 2025
@pahud
Copy link
Contributor

pahud commented Feb 25, 2025

Network Flow Monitor appears to be managed primarily through the Amazon CloudWatch console or CLI. I can't find any relevant document about its cloudformation support. If there's CFN support, CDK would have immediate L1 support and we can build L2s on top of L1s.

@pahud pahud added p2 needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. and removed needs-triage This issue or PR still needs to be triaged. labels Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-cloudwatch Related to Amazon CloudWatch feature-request A feature should be added or improved. needs-cfn This issue is waiting on changes to CloudFormation before it can be addressed. p2
Projects
None yet
Development

No branches or pull requests

2 participants