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
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

「ECS:AWS CLIを使用する場合にバケットにアクセスする方法

Summary: お客様がAWS CLIアプリケーションをダウンロードしてインストールした場合、バケットの内容を表示できません。または、その他のコマンドがバケットで機能しません。

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

AWS CLIアプリケーションは通常、ユーザーがAWSデバイスを使用していると想定します。そのため、デフォルトで、ポート443とhttpsトラフィックを使用します。

ECSアレイ上のバケットに適切にアクセスするには、エンドポイントを指定する必要があります。コマンドに次のオプションを使用して、AWSではなくECSに接続します。

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


 

Article Properties


Affected Product

ECS Appliance Software without Encryption

Product

ECS Appliance Software without Encryption

Last Published Date

03 Mar 2023

Version

3

Article Type

How To