Comment on Going Multi-Cloud with AWS and GCP: Lessons Learned at ScaleparentComments−e12e9yI'm not sure what "dedicated machines" mean here - as far as I can tell from:http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated...You can buy up to two of each type/location and schedule your vms to run on different physical hosts?−stephengillie9yEffectively, Dedicated Instances are an Affinity policy. You're looking for an Anti-Affinity policy, which isn't common. Here's an article about Affinity and Anti-Affinity on OpenStack: https://techglimpse.com/affinity-anti-affinity-policies-open...
Comments
I'm not sure what "dedicated machines" mean here - as far as I can tell from:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated...
You can buy up to two of each type/location and schedule your vms to run on different physical hosts?
Effectively, Dedicated Instances are an Affinity policy. You're looking for an Anti-Affinity policy, which isn't common. Here's an article about Affinity and Anti-Affinity on OpenStack: https://techglimpse.com/affinity-anti-affinity-policies-open...