Cloud-Computing: Marketing term for clustered resources
Questions tagged [cloud-computing]
320 questions
0
votes
1 answer
SSH into DCOS master on Azure asks for password
I just set up a DC/OS cluster on Azure. I basically just followed the instructions from the Install Guide. So far so good, everything works as expected.
Terraform config used to install DC/OS:
variable "dcos_install_mode" {
description =…

Roman
- 101
- 2
0
votes
1 answer
Get "gs_secret_key" and "gs_access_key" values for Google Bucket
I need to create a directory in a Google Cloud Bucket using Ansible. I would like to know where I can find the values to complete "gs_secret_key" and "gs_access_key" to use "gc_storage" module in Ansible.
- name: Create a bucket with key as…

Augusto M
- 1
- 2
0
votes
0 answers
VM Packing in Cloud Computing
I was reading some paper on Cloud computing which mentions that if we do better VM Packing, then the cost of building the cloud is reduced. From what I understand, it means that somehow size of VMs can be reduced and they are more properly packed…

hatellla
- 101
- 2
0
votes
3 answers
Best way to Auto Scaling a Customised Debian9 image whenever code base changes in AWS
I triggered an auto scaling group (from launch configuration) with a customised Debian9 image in AWS where I have preinstalled software packages like Apache, Memcache, Chrony along with PHP code base and other required packages. This just works fine…

bhordupur
- 115
- 2
- 5
0
votes
1 answer
Suggestions for iPhone game server hosting
I'm working on an iPhone application which requires a server component. The game would interact with the server using JSON and would essentially be a CRUD interface to a database backend.
I don't expect the application to be enormously popular, but…

Ben S
- 632
- 3
- 7
0
votes
2 answers
How can i log traffic activity of a GCP instance?
I keep getting warnings from GCP that i have suspicious activity on my GCP instance and they're right. I keep seeing huge traffic going to China in my billing as follows.
Compute Engine Network Internet Egress from APAC to China
i'm really worried…

m4heshd
- 101
- 2
0
votes
0 answers
Mounted old disk folder /var/lib/mysql automagically synced up with new active /var/lib/mysql
noob here
while working on a production server (old), i messed up a command and lock myself out of the gcloud compute engine instance (I know. dumb, stupid. I deserved them all).
I setup a new production server and loaded lamp, web app and a 2-day…

Francisco Cortes
- 111
- 3
0
votes
2 answers
Google cloud disableing ephemeralIP
Is there possibility to turn off globally assigning of ephemeral IPs to instances? I want to have only internal addresses for instances behind nat.

user3069488
- 169
- 2
- 4
- 19
0
votes
2 answers
With the emergence of scalable VPS like Rackspace's Cloudservers, is there still room for traditional VPS providers?
With Rackspace Cloudservers gaining popularity, and the ability for one to use their cloudserver as a scalable VPS, is there any reason why people should be using traditional VPS providers?
Cloudservers gives the same kind of services as a normal…
None
0
votes
1 answer
Putting ELB in from of my ECS Cluster / Service
I’m trying to put an ELB in from of my ECS service, using this terraform file
But applying it, gives the below error. Any ideas on the setup that I’ve gotten wrong?
$ terraform apply ...
aws_ecs_task_definition.beatthemarket-task: Refreshing…

Frye
- 253
- 2
- 3
- 11
0
votes
1 answer
Which Cloud Computing provider support user-provided Linux kernel?
I'm looking for a Cloud Computing provider which provide servers on-demand and billed per hour (like EC2) with the ability to use an alternate kernel (they often use Xen for cloud servers). I want OpenVZ and it's never available.
Amazon EC2 and…

math
- 197
- 3
- 7
0
votes
1 answer
SSL certs for hosted VMs on a single domain
We have 5 virtual machines on the Google Cloud platform to serve our multi-vendor web store. One domain name and 5 VMs: one for Magento, one for Akeneo, one for MySQL, one for MongoDB and the fifth for WordPress.
How many SSL certificates will we…
0
votes
0 answers
configure failover using ha proxy
My Setup is as follows:
I have two Samba Servers configured with DRBD, Corosync and Pacemaker.
Both these servers are in HA which means when SambaServer1 goes down, data is replicated on SambaServer2.
My requirement here is that when SambaServer1…

Neetika
- 71
- 2
- 5
0
votes
4 answers
Any reviews about the Amazon Elastic Compute Cloud (Amazon EC2)?
I want to use it for hosting large system which will contain x-large database.

hkshambesh
- 63
- 3
- 7
0
votes
1 answer
ec2-automate-backup-awscli.sh - Purging is not working?
I have recently implemented a script that creates snapshots of my volumes. I run this script via a cron job which works very well except for the part that deletes snapshots.
When I run the command to create the snapshots, I include '-k 3' which…

richelliot
- 137
- 6