DataBiosphere / azul

Metadata indexer and query service used for AnVIL, HCA, LungMAP, and CGP
Apache License 2.0
6 stars 2 forks source link

ResourceNotFoundException during initial deploy of `shared` component #6252

Open hannes-ucsc opened 3 months ago

hannes-ucsc commented 3 months ago

The first deployment of the shared component in a newly created AWS account fails like this:

│ Error: putting CloudWatch Logs Metric Filter (): ResourceNotFoundException: The specified log group does not exist.
│ 
│   with aws_cloudwatch_log_metric_filter.clamscan,
│   on shared.tf.json line 511, in resource[12].aws_cloudwatch_log_metric_filter[11].clamscan:
│  511:                     }
│ 
╵
╷
│ Error: putting CloudWatch Logs Metric Filter (): ResourceNotFoundException: The specified log group does not exist.
│ 
│   with aws_cloudwatch_log_metric_filter.freshclam,
│   on shared.tf.json line 524, in resource[12].aws_cloudwatch_log_metric_filter[12].freshclam:
│  524:                     }
│ 
╵
╷
│ Error: putting CloudWatch Logs Metric Filter (): ResourceNotFoundException: The specified log group does not exist.
│ 
│   with aws_cloudwatch_log_metric_filter.clam_fail,
│   on shared.tf.json line 537, in resource[12].aws_cloudwatch_log_metric_filter[13].clam_fail:
│  537:                     }
│

A retry results in the same error.

achave11-ucsc commented 3 months ago

Assignee to consider next steps.

achave11-ucsc commented 2 months ago

Spike for design.