Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products

ECS: How to access buckets when using the aws CLI

Summary: In an instance where the customer has downloaded and installed the AWS CLI application and they are unable to view the contents of a bucket. Or any other commands do not function on a bucket. ...

This article applies to   This article does not apply to 

Instructions

In the AWS CLI application, it naturally assumes that a user is working with an AWS device. So it defaults the ports to 443 and to https traffic.

In order to properly access the buckets on an ECS array, it is necessary to specify to the endpoint. The connection is to ECS and not AWS by using the following options for the command.

Example:
# aws --no-verify-ssl s3 ls --endpoint-url https://10.0.0.1:9021 s3://test/


 

Affected Products

ECS Appliance Software without Encryption

Products

ECS Appliance Software without Encryption