SQS Flashcards
1
Q
SQS
A
used to create decoupled application environments
Auto Scalling can be applied based on queue size.
2
Q
Decoupled Architecture – Tightly Coupled System
A
A system architecture of components that are not just linked together but are also dependent upon each other.
if one component fails all components fail.
3
Q
Loosely Coupled.Decoupled Systems:
A
Multiple components that can process information without being connected.
if one fails the rest of the system can continue processing.
4
Q
AWS services that used for distributed/decoupled system architertures
A
SWF;
SQS