Checklist progress
0/188Learned
MuleSoft Platform Architect
Study Checklist
Checklist progress
0/188Learned
Describe the scenarios for which Object Store (OS) should be used with CloudHub
0/3
Select CloudHub worker sizes and configuration as appropriate
0/5
Given an app deployed to the CloudHub shared worker cloud in one or more regions, describe and predict its reliability and performance characteristics
0/5
Identify the defining differences between the CloudHub Shared and Dedicated Load Balancers
0/5
Compare and contrast the options for CloudHub networking in the presence of customer-owned Amazon VPCs and on-premises data centers
0/6
Identify and avoid single points of failure in CloudHub deployments of API implementations
0/5
Prepare for the Exam
Study Community
Ask questions and get the latest info from other MuleSoft Platform Architect studiers. 593 members and growing.
CloudHub workers use ephemeral local storage that clears on restart, making per-worker object stores unreliable for shared state. When multiple workers run an application, relying on isolated local storage creates a single point of failure that breaks state synchronization across the deployment. Object Store v2 solves this by storing state externally, ensuring all workers share the same data and survive infrastructure restarts.