ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

187 / 500

Question 187:

Which of the following design strategies is ideal when designing loosely coupled systems? Choose 2 answers from the options given below.

Answer options:

A.Having the web and worker roles running on the same set of EC2 Instances.
B.Having the web and worker roles running on separate EC2 Instances.
C.Using SNS to establish communication between the web and worker roles.
D.Using SQS to establish communication between the web and worker roles.