• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Does private cloud have nothing to do with cloud provider like AWS or Azure ?

 
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:
A private cloud uses organization's own infrastructure. Does that mean it has nothing to do with Cloud provider like AWS, Azure, Google Cloud?
 
Bartender
Posts: 669
15
  • Number of slices to send:
    Optional 'thank-you' note:
Correct.  Using the cloud means you are using another company's infrastructure and services. They could use them together. For example, the company could mainly use it's own servers, but have a copy in the cloud as a backup or to handle an unusual traffic load.
 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:

Al Hobbs wrote:Correct.  Using the cloud means you are using another company's infrastructure and services. They could use them together. For example, the company could mainly use it's own servers, but have a copy in the cloud as a backup or to handle an unusual traffic load.



In this example you mean backup in some cloud like AWS/Azure?

In private cloud, if company uses it's own servers then what is private cloud still called 'cloud'?
 
Al Hobbs
Bartender
Posts: 669
15
  • Number of slices to send:
    Optional 'thank-you' note:
if the company has it's own 'cloud' infrastructure, then that would likely mean they also have some kind of automated software for deploying applications that they built or licensed.  If they have their own servers that run things then that would be called on-premise.

In this example you mean backup in some cloud like AWS/Azure?


Yes.  They would have their own setup on-premise then if more resources were needed their backup in AWS or Azure would also be used.
 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:

Al Hobbs wrote:.They would have their own setup on-premise then if more resources were needed their backup in AWS or Azure would also be used.



Having that on servers is private cloud, but we don't call having that backup as private cloud and do we call that part has public cloud. Is it so ?
 
Al Hobbs
Bartender
Posts: 669
15
  • Number of slices to send:
    Optional 'thank-you' note:
If you are using AWS or Azure then you are using a public cloud.
 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:
Thanks. So there are 3 types one can use cloud like cloud :

1) Public cloud-The employees of organization can login to cloud e.g AWS console in case of AWS, and can create resources like EC2,  S3, Glue, Athena. Or create programmatically using cloudformation.

2) Using VPC with Public cloud-Launch EC2, within AWS public cloud. E.g deploy SQL database within this EC2 on subnet or reply your website on this EC2 within subnet. In case it is on private subnet, it will be accessible only using VPC (not on public internet), if it is on public subnet it will be accessible on public internet. That's for a resource deployed on EC2. If it is Glue, S3 etc then we can't deploy this way on EC2 on subnet and it will be simply on public cloud but not on VPC within public cloud.

3)Private cloud-Organization manages this cloud on its servers.

Is this correct ?

 
Al Hobbs
Bartender
Posts: 669
15
  • Number of slices to send:
    Optional 'thank-you' note:
sure.
you could mention AWS Outpost.
https://aws.amazon.com/outposts/servers/?nc=sn&loc=0
It allows you to buy a server from amazon and put it on premise but it still has to connect to AWS.

 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:
Thanks. Regarding accessing using VPC, the below link says that " Elastic Compute Cloud (EC2), cannot be accessed without an underlying VPC network."

https://www.bmc.com/blogs/aws-vpc-virtual-private-cloud/#:~:text=Amazon's%20Virtual%20Private%20Cloud%20(VPC,running%20in%20the%20AWS%20cloud.

Does that mean that EC2 is such an AWS service which cannot be created without VPC?
 
Al Hobbs
Bartender
Posts: 669
15
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
When you use aws, the resources you create like EC2 have a default VPC. The VPC allows the instances or other resources to have their own network even though they are in the same server.

So you should combine 1 & 2

 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:

Al Hobbs wrote:When you use aws, the resources you create like EC2 have a default VPC. The VPC allows the instances or other resources to have their own network even though they are in the same server.

So you should combine 1 & 2


Thanks.  Does that mean that if EC2 is created, then one is certainly using VPC and never without VPC?


Regarding combining 1 and 2, trying to understand that typically when employees of organizations use cloud like AWS, and create resources there e.g EC2, S3, Athena, Glue, EMR etc, for which resouces it is happening out of these is happening using 'VPC in public cloud" and what for resources s just using public cloud (without VPC)?
 
Al Hobbs
Bartender
Posts: 669
15
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:

one is certainly using VPC and never without VPC?


yes. if you create an EC2 instance you can see the VPC it is in

resources just using public cloud (without VPC)?


AWS has many services available and you would have to look it up
 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:
Thanks you had helped me understand this correctly. I was earlier thinking that public cloud usually means fully public. Now I understand that even if it is public cloud, one still would be using  virtual private cloud (either default VPC or a created VPC).
 
Saloon Keeper
Posts: 27865
196
  • Number of slices to send:
    Optional 'thank-you' note:
Perhaps, it would be better to think of "commercial cloud" versus private cloud.

A private cloud is something I'd set up on my own (local and/or co-located) servers. Something like OpenStack. General cloud functions, such as defining new virtual machines, setting up applications and services would all be done by me or persons/organizations authorized by me and intended for my specific needs, not as a general service like AWS that just anyone could buy into.

AWS is, of course, very much a commercial cloud. Subject to local restrictions such as the US Office of Foreign Assets Controls and/or Amazon's own preferences, anyone with a credit card can create an Amazon cloud account and set up whatever services they like.

My OpenStack cloud, on the other hand is mine and mine alone. I may provide services to the public (such as an online store, social site, data archive, etc.), just as Amazon does, but they are the services that I define, not services that outsiders can define.
 
Monica Shiralkar
Ranch Hand
Posts: 2931
13
  • Number of slices to send:
    Optional 'thank-you' note:

Tim Holloway wrote:

AWS is, of course, very much a commercial cloud. Subject to local restrictions such as the US Office of Foreign Assets Controls and/or Amazon's own preferences, anyone with a credit card can create an Amazon cloud account and set up whatever services they like.

.



Yes, and in AWS public cloud also one will use not fully like public cloud but using VPC which will partially give benefit of private cloud.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic
vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |