ACA-Cloud1 Exam QuestionsBrowse all questions from this exam

ACA-Cloud1 Exam - Question 15


Which method is not supported by OSS to create a bucket?

Show Answer
Correct Answer: B,C

Creating a bucket for OSS (Object Storage Service) cannot be done through an ECS (Elastic Compute Service) instance filesystem directory operation. OSS buckets are created through supported methods like the OSS API/SDK, oss cmd tool, or the cloud console. It is not possible to create an OSS bucket directly by performing directory operations on an ECS instance file system.

Discussion

4 comments
Sign in to comment
ZZZ_SleepOption: B
Sep 14, 2023

B. through ECS instance filesystem directory operation Creating an OSS (Object Storage Service) bucket through ECS (Elastic Compute Service) instance filesystem directory operation is not a supported method. OSS buckets are typically created using the following methods: A. Through OSS API/SDK: You can use the Alibaba Cloud OSS API or SDK to programmatically create and manage buckets. C. Through oss cmd tool: Alibaba Cloud provides command-line tools (such as ossutil) that allow you to interact with OSS, including creating and managing buckets. D. Through the cloud console: You can create an OSS bucket through the Alibaba Cloud Console, which provides a web-based interface for managing your Alibaba Cloud resources.

borexKOption: B
Nov 24, 2022

answer should b https://www.alibabacloud.com/help/en/object-storage-service/latest/oss-console-create-buckets

awskkwOption: B
Apr 29, 2023

ECS file system cannot control directly the OSS bucket.

lhorisOption: B
May 21, 2023

B. through ECS instance filesystem directory operation List bucket creation - Use the OSS console - Use ossbrowser - Use OSS SDKs - Use ossutil - Use RESTful APIs