aws-solutions / quota-monitor-for-aws

This solution leverages AWS Trusted Advisor and Service Quotas to monitor AWS resource usage and raise alerts.
Other
428 stars 116 forks source link

ValidationError: MetricDataQueries.member.X.Id Not Matching Expected Pattern #200

Open gulnurkaztai opened 2 days ago

gulnurkaztai commented 2 days ago

Describe the bug

When deploying the AWS Quota Monitor solution using the third deployment scenario (single account within an OU), multiple ValidationErrors are occurring in the Lambda function SO0005 quota-monitor-for-aws - QM-ListManager-Function. The errors persist regardless of the account type used for deployment: An account within an Organizational Unit (OU) A standalone AWS account created outside of the organization

To Reproduce

  1. Deploy the AWS Quota Monitor solution using the third deployment scenario (single account within an OU).
  2. Manually deploy the hub (no OU) stack and SQ spoke stack in the AWS console.
  3. Check the logs for the Lambda function SO0005 quota-monitor-for-aws - QM-ListManager-Function.

Expected behavior

The solution should deploy and function without ValidationErrors related to MetricDataQueries formatting.

Please complete the following information about the solution:

Screenshot 2024-09-22 at 2 45 42 PM copy
sanjay-reddy-kandi commented 1 day ago

Thank you for reporting this issue. We will investigate the root cause, which may be due to some changes by the Service Quotas team. We'll provide updates and a resolution as soon as possible.

sanjay-reddy-kandi commented 1 day ago

We have found out the root case and will release a patch this week

gulnurkaztai commented 14 hours ago

Sounds good. Thank you!