Cloud Mangement for Amazon IaaS

强颜欢笑 提交于 2019-12-08 03:37:09

问题


I am planning to migrate few products on Cloud which will be used as a platform for the developer community. In short I am trying to host PaaS vendor for my products which can be consumed by developers for build and development process.

The plan is as below:

  1. I am trying to use Amazon IaaS ( S3, EC2) as the hardware.
  2. I will require a cloud management software which can be installed somewhere on one of my local systems and can manage the Amazon cloud.
  3. I will deploy all my products on the Amazon Cloud with the help of the Cloud Management Software.
  4. I will develop and provide APIs to my end users(developer community) to use my service as a PaaS.

What I am trying to achieve is as follows:

  1. Vendor independence in terms of IaaS. Lets say tomorrow I move to another IaaS provider.
  2. Customer support for the cloud management software.
  3. Ease of setup and use for the cloud management software.

Evaluation so far:

  1. I tried looking at Eucalyptus and it sounds promising, but I am still not able to find out if this will be supporting the public cloud setup as my requirement is. I believe this is more like a private cloud setup.

  2. If anyone can help me compare the other available options, that would help me solving my issue. For e.g. RightScale, OpenStack, CloudStack, Nimbula etc.


回答1:


There are several PaaS providers out there. There is a comparison here: Looking for PaaS providers recommendations

Disclaimer: I work for GigaSpaces, developing the Cloudify open-source PaaS stack. Cloudify answers most of your requirements, especially vendor independence - it supports a large number of IaaS providers, including: EC2, HP, Rackspace, Azure and others.

Cloudify does require its management server to run in the same cloud as the applications it runs so it can collect monitoring information using private communications rather then over the internet. Why do you want to run your management server on-premise?



来源:https://stackoverflow.com/questions/13305454/cloud-mangement-for-amazon-iaas

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!