SQS
used to create decoupled application environments
Auto Scalling can be applied based on queue size.
Decoupled Architecture – Tightly Coupled System
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.
Loosely Coupled.Decoupled Systems:
Multiple components that can process information without being connected.
if one fails the rest of the system can continue processing.
AWS services that used for distributed/decoupled system architertures
SWF;
SQS