Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How PCF (Pivotal Cloud Foundry) is different from AWS (Amazon Web Services) [closed]

Tags:

Pivotal gives you option to deploy your application with help of Cloud Foundry inside AWS Cloud. I am little confused how PCF and AWS are differ. I know that PCF gives solution using which host (client) can make their own cloud on-premises.

AWS do not provide anything like that. And has lot of other services for elasticity, agility and scalability.

But these two are huge in terms of offerings. Please help in differentiating these two.

like image 859
shaILU Avatar asked Mar 07 '18 11:03

shaILU


People also ask

What is the difference between Cloud Foundry and AWS?

Cloud Foundry makes it faster and easier to build, test, deploy, and scale applications. AWS CloudFormation can be classified as a tool in the "Infrastructure Build Tools" category, while Cloud Foundry is grouped under "Platform as a Service".

What would you choose between Pivotal Cloud Foundry and AWS and why?

You should consider using PCF if you want to run your own cloud platform and you don't want to start from scratch. When using PCF, you can deploy, configure and operate other products provided by Pivotal and their partners, or build your own ones based on your needs.

Is PCF and AWS same?

I am little confused how PCF and AWS are differ. I know that PCF gives solution using which host (client) can make their own cloud on-premises. AWS do not provide anything like that. And has lot of other services for elasticity, agility and scalability.

Does PCF use AWS?

With PCF on AWS, you can deploy and run your Spring or . NET apps in the cloud, with PCF handling complex operational tasks. The PCF environment on AWS provides built-in monitoring, logging, rapid scaling, and four levels of high availability.


1 Answers

PCF is a commercial cloud platform (product) built by Pivotal on top of open source Cloud Foundry. PCF can be deployed on AWS, GCP, OpenStack, VMware vSphere, and some other IaaS platforms.

You should consider using PCF if you want to run your own cloud platform and you don't want to start from scratch.

When using PCF, you can deploy, configure and operate other products provided by Pivotal and their partners, or build your own ones based on your needs.

A typical use case for PCF is when companies want to deploy their applications on-premises for any reason (cost efficiency, flexibility, legal regulations, control over infrastructure, etc.). In this case they decide to use PCF as a leverage to build and operate their own (private) cloud offering. Another use case is when companies don't want to depend on the underlaying IaaS infrastructure. In this scenario, they rely on the fact PCF is IaaS agnostic to give them the ability to migrate if they need to.

like image 65
dlresende Avatar answered Sep 19 '22 14:09

dlresende