What is the advantage of the AWS-recommended practice of 'decoupling' applications?
- Allows treating an application as a single, cohesive unit.
- Reduces inter-dependencies so that failures do not impact other components of the application.
- Allows updates of any monolithic application quickly and easily.
- Allows tracking of any API call made to any AWS service.