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