Which AWS design principle emphasizes the reduction of interdependencies between components of an application?
Scalability
Loose coupling
Automation
Caching
Explanations:
Scalability refers to the ability of a system to handle increased load or demand, not interdependencies.
Loose coupling is a design principle that promotes reducing dependencies between components, enhancing modularity and flexibility.
Automation focuses on automating processes and tasks to improve efficiency, not specifically on component interdependencies.
Caching involves storing copies of data to reduce access times and load, but it does not address interdependencies directly.