This is a question regarding the Swisscom CloudFoundry PaaS.
We use manifests to configure and provision our applications running in CloudFoundry. You can specify how many app instances you want to have running for an app there (or you can scale the app via cf scale APP_NAME 2
).
What should I expect in terms of "regions" as to where these instances will be run?
I would like to know what the recommended way is to run a CloudFoundry app on Swisscom's PaaS to maximise it's availability.