Questions tagged [cloud]

Cloud computing is about hardware-based services involving computing, network and storage capacities. These services are provided on-demand, hosted by the cloud provider and can easily scale up and down.

Cloud computing is about hardware-based services (involving computing, network and storage capacities), where:

  • Services are provided on-demand; customers can pay for them as they go, without the need to invest into a datacenter.
  • Hardware management is abstracted from the customers.
  • Infrastructure capacities are elastic and can easily scale up and down.

There is a powerful economic force behind this simple model: providing and consuming cloud computing services generally allows to have far more efficient resource utilization, compared to self-hosting and data center type of hosting.

Cloud Computing refers to manipulating, configuring, and accessing the hardware and software resources remotely.There are certain services and models working behind the scene making the cloud computing feasible and accessible to end users. Following are the working models for cloud computing:

  • Deployment Models
  • Service Models

Deployment Models (Cloud computing environments)

Deployment models define the type of access to the cloud, i.e., how the cloud is located? Cloud can have any of the four types of access: Public, Private, Hybrid, and Community.

DelploymentModel

Public cloud

With this environment the services and infrastructure are provided over the internet but are off-site. An anxiety with public cloud surrounds the sharing of resources; this type of environment brings security concerns and concerns of governance. This type of environment offers the greatest levels of efficiency.

Community cloud

Rather than having the infrastructure and services available to the public as with public cloud, community cloud is utilized by a group of organisations with shared interests. It may be on or off site, managed by the organisation or a third party.

Private cloud

The services and infrastructure are maintained on a private network. This environment offers the greatest levels of security and control, with the downside being that the organisation is responsible for the software and infrastructure thus reducing the cost savings. This environment is well suited to and organisation where security and control are paramount.

Hybrid Cloud

This is a mix. Hybrid cloud is probably where most organisations will find themselves. It’s a combination of consuming public services through the public cloud as well as private cloud, while still maintaining some sort of internal network as well.


Cloud service models

NIST Definition of Cloud Computing list three service models: These service models are categorized according to the responsibilities and how it is divided among the cloud service provider.

ServiceModel

  • Software as a service (SaaS): At this level everything is way more simple for the customers to consume, since they are provided with actual services generating business value to them. Service providers handle all the technological complexity and provide the support as needed.

  • Platform as a service (PaaS): Platforms that deploy applications provided by customers or partners of the PaaS provider. Design, develop and run applications.

  • Infrastructure as a service (IaaS): Servers, storage and network are delivered as cloud service. The consumer does not responsible for underlying cloud infrastructure but they have the responsibility of operating systems, storage, deployed applications, and also a limited control of some selected network components such as firewalls.

From the development perspective, cloud computing is a brand new field (which is especially true for the .NET world).

Related links:

9258 questions
2
votes
1 answer

How to use Kubectl commands to Acess a Rancher Cluster through Ansible

I am currently developing a project where I need to get the pod names of a Kubernetes Cluster running on Rancher using Ansible. The main thing here is that I have a couple of problems that are preventing me from advance. I am currently executing a…
João Pacheco
  • 67
  • 2
  • 10
2
votes
1 answer

Sap Hybris - Wro4J Failed to load resource in the cloud - 404 error

I'm facing a 404 error once enable "storefront.wro4j.enabled" in the cloud. In my local, all files are generated and working fine. I'm not able to find an issue in the cloud.
deenasiva
  • 23
  • 4
2
votes
1 answer

Can I cache my table storage calls in azure?

I am using Windows Azure table storage. I have a lot of look ups to the same rows and these row has data which rarely changes. I know recently the cloud team have come up with some enhancements but I've not had the chance to use any of them yet.…
UCC
  • 313
  • 1
  • 3
  • 4
2
votes
1 answer

yet another cloud plugin in jenkins is not connecting to tcp://docker:2376 using ec2 instance

Iam not able to connect to tcp://docker:2376 in yet another plugin on jenkins. Jenkins in running in docker container in the port 8080. A docker dind is exposed with tcp port 2376 in another dind container. sharing a screenshot of the error…
Abdulla Thanseeh
  • 9,438
  • 3
  • 11
  • 17
2
votes
1 answer

Update Table in IBM DB2 Cloud from Python notebook

I need to update the column in IBM DB2 cloud with values stored in dataframe from Python Notebook. I am able to connect to the DB2 from Python Notebook. Now I need update the one column of table in DB2 Cloud with the values stored in data…
2
votes
1 answer

Can I use %PUBLIC% and other "special" folders on Azure?

I need to migrate a huge application to Windows Azure. The application uses SHGetSpecialFolderLocation() and related WinAPI functions to obtain path to "special folders" like %PUBLIC% ("c:\Users\Public\" by default on Windows 2008) and later stores…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
2
votes
0 answers

XRDP- Reduce network egress on remote desktop

I connect my old Windows laptop as a client to connect to a Cloud(Azure/GCP/Aws) based Linux VM for development work. On client side I use RDP and at remote VM I've configured XRDP. Cloud based VM seems a good cost effective option with greater…
Vikash Gupta
  • 179
  • 2
  • 10
2
votes
0 answers

Spring Boot - Firebase cloud storage configuration and CRUD operations

I am trying to find any simple and good examples of configuration and CRUD operations of Firebase cloud storage using Spring-boot but it seems there is not any good, simple and well-explained example for it. I would like someone help me find a good…
2
votes
1 answer

How to mask a specified field in a table when I query it using big query?

I want to mask a specified field in a table when I query it using big query. For example: a table named employee has email-id column, so when I query the table all the email-id field should be masked with ****. How can I do it using DLP in google?
2
votes
0 answers

Use volume name instead of volume ID in Openstack Heat block_device_mapping

The block_device_mapping module can be used to attach storage to an instance. My requirement is to attach an already existing bootable cinder volume to an instance using a heat template. The following syntax works, block_device_mapping: -…
2
votes
5 answers

Why is my Service Account Unable to Access GCP Projects?

The service account integrated with Bitbucket is unable to list projects: gcloud projects list #=> Listed 0 items. or set $MY_PROJECT: gcloud config set project $MY_PROJECT #=> Updated property [core/project]. because the output above is…
HosamEmam
  • 23
  • 3
2
votes
0 answers

limit on 1 gbps included bandwidth on an ovh dedicated server?

i know this might not be the best place for posting this but this is by far the biggest and diverse community from coders to technical experts so i am taking my chances in hope that someone comes across this and point me in some direction. I plan to…
JayD
  • 748
  • 1
  • 13
  • 38
2
votes
4 answers

AWS ElasticSearch reindex from remote cluster issue with scheme, host, and whitelist

Background: We have two AWS ElasticSearch clusters on version 6.8 in same AWS account and region. We need to reindex one of the index from cluster 1 (source) to cluster 2 (dest). I tried to use reindex API for 6.8 as described in documentation of…
2
votes
1 answer

Which Cloud Provider Product supports Event Sourcing with Event Subscription?

For a new project, I want to use Event Sourcing and CQRS. So, I want to store all changes to application state as a sequence of events. Further any of my services should be able to subscribe to the event stream emitted by other services. These are…
David
  • 355
  • 1
  • 9
2
votes
1 answer

I was trying to create a table in cql but stuck with the following error, may I please know how to resolve this one

CREATE TABLE sars.test ( Date date, Country text PRIMARY KEY, Cumulative number of case(s) int, Number of deaths int, Number recovered int); The error was: SyntaxException: line 1:79 mismatched input 'of' expecting ')' (...…