Alibaba Cloud Certified Associate – Cloud Computing — Question 23
Which method is not supported by OSS to create a bucket?
Answer options
- A. through OSS API/SDK
- B. through ECS instance filesystem directory operation
- C. through oss cmd tool
- D. through cloud console
Correct answer: B
Explanation
The correct answer is B because OSS does not allow the creation of a bucket through the ECS instance filesystem directory operation. Options A, C, and D are valid methods for creating a bucket in OSS, using the API/SDK, the oss cmd tool, and the cloud console respectively.