Hi,
I receive above error when useing boto3.
import boto3
client = boto3.client('pricing')
response = client.describe_services()
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://api.pricing.eu-west-1.amazonaws.com/"
That service is not available in that region: https://docs.aws.amazon.com/general/latest/gr/rande.html#billing-pricing
For regions that are only available in one region (us-east-1), shouldn't botocore automatically select the only appropriate region?
Most helpful comment
For regions that are only available in one region (us-east-1), shouldn't botocore automatically select the only appropriate region?