Copilot commented on code in PR #16255: URL: https://github.com/apache/grails-core/pull/16255#discussion_r3883769617
########## grails-forge/docs/aws-elastic-beanstalk.md: ########## @@ -163,13 +163,11 @@ curl --fail --show-error --silent \ "https://${SLOT_HOSTNAME}/versions" ``` -Repeat for all five hostnames. Success proves certificate selection, SNI, the host rule, target reachability, and the slot response before public DNS changes. +Repeat for all five hostnames. Success proves certificate selection, SNI, the host rule, and target reachability. Public DNS already CNAME's these hostnames to the ALB, so the same check works without `--connect-to`. Review Comment: Use "CNAMEs" (plural) rather than the possessive "CNAME's" when referring to DNS records. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
