I get the error: com amazonaws sdkclientexception failed to connect to service endpoint when I try to run the program below: public AmazonSQSAsync sqsClient() { EndpointConfiguration endpointConfig = new AwsClientBuilder.EndpointConfiguration( "sqs.us-east-1.amazonaws.com", "us-east-1" ); ...