You'll notice
The AWS region regex was loosened to accept region prefixes with more than two letters.
The AWS region regex used for Bedrock/SSO host derivation now allows one or more lowercase letters at the start of the region prefix (AWS_REGION_RE = /^[a-z]{2,}(-[a-z]+)+-\d{1,2}$/), instead of requiring exactly two.