Penghao He
Penghao He
> It doesn't seem obvious that is how it would work, as the health check is at the target group level, so it wasn't clear how it related to the...
Hello @ssyberg. Sorry for the confusion. I think `alias: ['.org', '.de']` counts as well.
Hello @afgallo. From https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-protocol-version it seems like the only supported listener for HTTP/2 protocol version is HTTPS listener. However, if `terminate_tls` is configured, only HTTP listener will be used which...
Hello @Kylir. I think using IPv6 also draws some availability concern. We have a [reply](https://github.com/aws/copilot-cli/issues/5194#issuecomment-1680525815) which well summarizes the alternatives for this issue.
Hello if the services are not exposed can you try putting them into the private subnets to avoid unnecessary public ipv4 addr for each task? e.g. ```yaml network: vpc: placement:...
That's true. The default behavior is to create the NAT if any workload is placed in private subnets. However, if you don't need NAT at all (aka no public traffic...
Hello @rhetprieto. > However, the last part of the deployment process is a healthcheck that expects my-service.mydomain.com/up to be accessible, so it fails until I go and manually add the...
Sounds good! Glad you find your way out. Just a side note: you can keep the ALB always there even if there's no LoadBalancedWebService deployed by running `env override` and...
Hello @psYifanChen. Is `AthenaResultBucket` an addons resource of the static site service? So both `AthenaResultBucket` and the static site bucket have the same tag set?
Gotcha. Sorry for the inconvenience but as a temporary workaround, can you set https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-tags so that `AthenaResultBucket` gets a different tag value for either one of `copilot-application` or `copilot-environment`?