AWS认证SAA-C03每日一题

发布时间:2023年12月18日

本题库由云计算狂魔微信公众号分享。
【SAA-C03助理级解决方案架构师认证】

A company has a legacy data processing application that runs on Amazon EC2instances Data is processed sequentially, but the order of results does not matter. The application uses a monolithic architecture. The only way that the company can scale the application to meet increased demand is to increase the size of the instances
The company's developers have decided to rewrite the application to use a microservices architecture on Amazon Elastic Container Service (Amazon ECS).
What should a solutions architect recommend for communication between the microservices?
A : ? Create an Amazon Simple Queue Service(Amazon SQS)queue. Add code to the data producers, and send data to the queue. Add code to the data consumers to process data from the queue
B : ? Create an Amazon Simple Notification Service (Amazon SNS)topic. Add code to the B data producers, and publish notifications to the topic. Add code to the data consumers to subscribe to the topic
C : ? Create an AWS Lambda function to pass messages. Add code to the data producers to call the Lambda function with a data object. Add code to the data consumers to receive a data object that is passed from the Lambda function
D : ? Create an Amazon DynamoDB table. Enable DynamoDB Streams. Add code to the data producers to insert data into the table. Add code to the data consumers to use the
DynamoDB Streams API to detect new table entries and retrieve the data

文章来源:https://blog.csdn.net/tlf985417/article/details/135054073
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。