Questions tagged [cloud-platform]

22 questions
8
votes
6 answers

What is the difference between private cloud and public cloud?

What are the differences between private cloud and public cloud ? Please define both and giving examples with usage.
Sany
  • 118
  • 1
  • 6
8
votes
9 answers

Would a cloud-based compiler be feasible?

Would it be any practical benefit to write a cloud-based compiler, that would spread compiled units of code on different machines in the cloud? Could there be a benefit from obtaining a software-as-a-service architecture right within the app just…
luvieere
  • 37,065
  • 18
  • 127
  • 179
6
votes
7 answers

What are the best overviews for cloud technology?

There has been a lot of buzz around cloud technologies. What resources would you recommend that review the cloud computing world, and helps one get the big picture and current trends? In addition to reading these overviews, what would you recommend…
Eye of the Storm
  • 373
  • 3
  • 11
4
votes
4 answers

Ubuntu One Folder Sync Filter

I am trying to modify the Ubuntu One File syncing python scripts to not including things like .iso's. I have got as far as finding this file: /usr/share/pyshared/ubuntuone/u1sync/constants.py Inside is this piece of code: import re # the name of…
Schodemeiss
  • 1,144
  • 3
  • 16
  • 37
3
votes
1 answer

.Net Cloud Based Storage solution

I am now at the point where i cant get any further with out some help.I am trying to host files on the cloud and then access those files via code (C#). So far i have tried Rapidshare and Skydrive and have been unable to get either working at all.…
RC1140
  • 8,423
  • 14
  • 48
  • 71
2
votes
3 answers

library/development platform on EC2/Rackspace/Eucalyptus/OpenStack

I am trying to build a cloud VM brokering service which can borrow computer power as VM's on-demand, from the private/public cloud computer infrastructure. I have following goals for my service. Abstract out vendor specific API in to a library…
1
vote
2 answers

Unable to access CloudPlatform Client

I've installed Apache CloudStack 4.7.0.0 and after startup, when accessing the CloudPlatform Web Console, I get the following error: HTTP Status 500 - type Exception report message description The server encountered an internal error () that…
MLiberman
  • 21
  • 6
1
vote
4 answers

SecurityException in ASP.net application

I have a web app which queries a Lucene index and it works just fine in a W2K3 server in my network. Now I got my azure code so I wanted to test the service uploading the app. In order to do that I had to install Vista (I did it in a Virtual…
sebagomez
  • 9,501
  • 7
  • 51
  • 89
1
vote
0 answers

CloudStack interaction with Public Cloud

I'm setting up a new Cloudstack infrastructure and haven't found much resources regarding one of my requirement: I'm looking for a possibility to have my CloudStack environment, interacting with a Public-Cloud. I'd like for example, to be able to…
warswe
  • 21
  • 3
1
vote
1 answer

cloudstack api signing with visual basic

Really hoping somebody can help me out here. I've made a little program in vb.net which will interact with the Cloudstack i've recently deployed. At the minute its declining my API calls straight away as 401 unauthorized, so i'm obviously not…
John
  • 755
  • 1
  • 18
  • 46
1
vote
2 answers

How can I deploy an HTML5 web application in Google Cloud platform?

I am working on an HTML5 web application, which I need to host in Google cloud platform. How can I deploy the web application, which is based on HTML5/CSS3, jQuery to Google Cloud platform/App Engine? Clarification: My web application is build…
AmbilyKK
  • 162
  • 2
  • 7
0
votes
0 answers

What is a useful, easy-to-learn-use (e.g. non-Enterprise) technology/SAAS for aggregating Cloud APIs (Azure, AWS, SalesForce)? Other than Teraform?

Background: While coding in Javascript, Python, Java, or C#.NET, I want a consistent API aggregator (library?) so that I can code something like as follows: self.clould.aws.api-runtime.getBackgroundRemoteAPIClient = function() { .... For…
0
votes
2 answers

Windows Services and shutting down EC2 nodes

I've got a fairly simple Windows service running on testbed EC2 nodes right now that basically: Calls a Web Service on a machine in our local data center when the service starts (the service is set to Automatic startup, so it runs when the instance…
Marc Bollinger
  • 3,109
  • 2
  • 27
  • 32
0
votes
2 answers

Can something be both a cloud and "On-premises"?

If we look at the definition for cloud computing as formulated by NIST, then part of the essential characteristics of a cloud is location independence. This also holds true for other questions and replies on this website, it's always cloud vs.…
Eric Ericson
  • 57
  • 1
  • 8
0
votes
1 answer

How do we deploy a project in Nimbella to any of the public cloud platforms?

As per my knowledge Nimbella is a serverless cloud platfrom which allows a developer to deploy their application in any public cloud platform since it has a cloud agnostic nature and thereby avoid vendor lock-in. "Nimbella is cloud-agnostic and can…
1
2