Top "Cloud" questions

Cloud computing is about hardware-based services involving computing, network and storage capacities.

Google Compute Engine : Use snapshot from another project?

I have two projects in my developer console. I have taken a "Snapshot" of one of the VMs in project-1. …

cloud google-compute-engine google-cloud-platform
Should I persist images on EBS or S3?

I am migrating my Java,Tomcat, Mysql server to AWS EC2. I have already attached EBS volume for storing MySql …

amazon-s3 amazon-ec2 amazon-web-services cloud amazon-ebs
how to connect to the database in openshift application

I did as following MySQL 5.1 database added. Please make note of these credentials: Root User: xxxxxxx Root Password: xxxxxxx Database …

php pdo cloud openshift
How to extract files from a zip archive in S3

I have a zip archive uploaded in S3 in a certain location (say /foo/bar.zip) I would like to …

amazon-web-services amazon-s3 cloud
LATERAL VIEW EXPLODE in presto

New to presto, any pointer how can I use LATERAL VIEW EXPLODE in presto for below table. I need to …

amazon-web-services hive cloud presto trino
How to deploy a Java EE application in the Amazon cloud?

Here's the thing: I need to take a certain Java EE web app and deploy it to Amazon EC2 (which …

java jakarta-ee amazon-ec2 cloud cloud-hosting
Windows Azure for web developers vs Amazon EC2

I just watched the Windows Azure intro video and it left me feeling like it was a front end shell …

comparison amazon-ec2 cloud azure
Return surface triangle of 3D scipy.spatial.Delaunay

I have this problem. I try to triangulate points cloud by scipy.spatial.Delaunay. I used: tri = Delaunay(points) # points: …

python scipy cloud points delaunay
MQTT broker in Azure cloud

I have a backend device with MQTT client connected to opensource MQTT broker (Mosquitto). On the other hand I have …

azure cloud mqtt iot
Windows Azure or Amazon EC2 for ASP.NET MVC Development?

If you want to build enterprise ASP.NET MVC applications that use MSSQL databases is it better to use Windows …

.net asp.net azure amazon-ec2 cloud