AWS wellarchitected documentation change
Summary
Minor wording change from 'independence' to 'freedom' in microservices context
Security assessment
Non-substantive editorial change with no security impact.
Diff
diff --git a/wellarchitected/latest/machine-learning-lens/mlrel01-bp02.md b/wellarchitected/latest/machine-learning-lens/mlrel01-bp02.md index 1d4f47710..f7be1f616 100644 --- a//wellarchitected/latest/machine-learning-lens/mlrel01-bp02.md +++ b//wellarchitected/latest/machine-learning-lens/mlrel01-bp02.md @@ -53 +53 @@ When implementing ML systems, adopt a microservice architecture to break down co -Microservices provide the flexibility to use different technologies for different parts of your ML system. For example, you might use Python-based services for data science tasks while implementing Java-based services for integration with enterprise systems. By establishing clear service interfaces, you verify that these components work together seamlessly while maintaining independence. +Microservices provide the flexibility to use different technologies for different parts of your ML system. For example, you might use Python-based services for data science tasks while implementing Java-based services for integration with enterprise systems. By establishing clear service interfaces, you verify that these components work together seamlessly while maintaining freedom.