CCSK · Question #208
Which of the following facilitates the underlying communications method for components within a cloud, some of which are exposed to the cloud user to manage their resources and configurations?
The correct answer is D. Application Programming Interface. Application Programming Interfaces (APIs) are the fundamental underlying communication mechanism in cloud environments, enabling components to interact and exposing management capabilities to cloud users.
Question
Which of the following facilitates the underlying communications method for components within a cloud, some of which are exposed to the cloud user to manage their resources and configurations?
Options
- ACloud Service Provider
- BCloud management plane
- CCloud control plane
- DApplication Programming Interface
- EHypervisor
How the community answered
(33 responses)- A9% (3)
- B6% (2)
- C3% (1)
- D79% (26)
- E3% (1)
Why each option
Application Programming Interfaces (APIs) are the fundamental underlying communication mechanism in cloud environments, enabling components to interact and exposing management capabilities to cloud users.
A Cloud Service Provider is an entity that delivers cloud services, not a communications mechanism or protocol.
The cloud management plane is the interface layer used to administer cloud resources, but it is itself built on top of APIs rather than being the underlying communication method.
The cloud control plane governs how data traffic is directed and policy is enforced, but it is not the underlying communications mechanism exposed to users for resource configuration.
APIs provide the standardized communication layer through which all cloud components - internal services, orchestration systems, and user-facing management tools - exchange requests and data. Cloud providers expose APIs (such as REST or SOAP endpoints) so that users can programmatically manage resources and configurations. Because nearly every cloud operation flows through an API, securing and monitoring API access is a foundational cloud security concern.
A hypervisor virtualizes hardware resources and manages virtual machines but does not serve as the communications interface exposed to cloud users for managing configurations.
Concept tested: APIs as underlying cloud communication mechanism
Source: https://docs.aws.amazon.com/general/latest/gr/aws-apis.html
Topics
Community Discussion
No community discussion yet for this question.