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 陣列上的容器,必須指定至端點。使用下列命令選項來連線至 ECS,而非 AWS。

範例:
# 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