VCP-VMC 2024 Question 75
Select 3A company is adopting VMware Cloud on AWS to extend their on-premises data center to the cloud. The IT team plans to use AWS native services alongside VMware Cloud on AWS to enhance their application architecture. Which services would play a key role in building a serverless, event-driven application architecture integrated with VMware Cloud workloads?
- A
AWS Lambda
- B
Amazon S3
- C
Amazon EC2
- D
Amazon EventBridge
- E
AWS Direct Connect
Show answer and explanation
Correct answers: A, B, D
Explanation
To build a serverless, event-driven application architecture integrated with VMware Cloud, services like AWS Lambda, Amazon S3, and Amazon EventBridge are critical. AWS Lambda provides the compute layer for serverless execution, Amazon S3 serves as a data storage and event source, and Amazon EventBridge facilitates event routing between services. While Amazon EC2 and AWS Direct Connect are important AWS services, they do not align with the serverless or event-driven nature of the architecture in this scenario.
- A. Correct.
AWS Lambda is a serverless compute service that can run code in response to events, making it ideal for building serverless, event-driven applications.
- B. Correct.
Amazon S3 provides scalable object storage and is commonly used as a source or destination for data in serverless architectures. It integrates well with event-driven workflows.
- C. Incorrect.
Amazon EC2 is a virtual machine service but is not serverless. While it can support VMware Cloud workloads, it does not directly contribute to an event-driven architecture.
- D. Correct.
Amazon EventBridge is an event bus service that enables event-driven architectures by routing events between AWS services and custom applications, making it a crucial component in this scenario.
- E. Incorrect.
AWS Direct Connect is a dedicated network connection service that helps establish private connectivity between on-premises environments and AWS. While useful for VMware Cloud connectivity, it does not directly contribute to serverless or event-driven application architectures.