acoustic-van-30942
02/02/2023, 4:37 AMvictorious-lawyer-58417
02/02/2023, 4:38 AMaverage-beach-28850
02/02/2023, 4:59 AMacoustic-van-30942
02/02/2023, 5:02 AMaverage-beach-28850
02/02/2023, 5:04 AMaverage-beach-28850
02/02/2023, 5:07 AMaverage-beach-28850
02/02/2023, 5:07 AMacoustic-van-30942
02/02/2023, 5:07 AMaverage-beach-28850
02/02/2023, 5:09 AMaverage-beach-28850
02/02/2023, 5:10 AMacoustic-van-30942
02/02/2023, 5:11 AMacoustic-van-30942
02/02/2023, 5:17 AMresource "aws_api_gateway_vpc_link" "this" {
name = "${var.resource_prefix}vpclink${var.resource_suffix}"
target_arns = [aws_lb.this.arn]
tags = var.standard_tags
}
But you are suggesting that the entire api-gateway.tf can be removed and instead users just need to use this:
output "METAFLOW_SERVICE_INTERNAL_URL" {
value = "http://${aws_lb.this.dns_name}/"
description = "URL for Metadata Service (Accessible in VPC)"
}acoustic-van-30942
02/02/2023, 5:19 AMaverage-beach-28850
02/02/2023, 5:37 AMacoustic-van-30942
02/02/2023, 7:13 AM<http://ec2.tf|ec2.tf> files in the metadata-service, and ui submodules. Would it make sense to rename these to <http://lb.tf|lb.tf> ? I don't think any `ec2`instances are created in this infrastructure stack.
Also the metaflow_profile_json configuration output is missing the UI_URLaverage-beach-28850
02/02/2023, 3:36 PMaverage-beach-28850
02/02/2023, 3:39 PMacoustic-van-30942
02/02/2023, 4:25 PM