Questions tagged [cloud]
Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet)
797
questions
-1
votes
0answers
22 views
Cheap and easy way to deploy a web application
Me and my fried have been developing our first web application. While we are almost done with the development side of things, we are still not sure how we should deploy the application.
Here are some ...
0
votes
1answer
19 views
Traffic cost calculation data center?
Let's say I have a software technology (new HTTP compression, new codec, ...) that can reduce network traffic by X%.
I would now like to license / sell this technology to certain cloud providers. As ...
-1
votes
1answer
36 views
Behind the scene of a https web request at server side in Cloud
I have read few posts about behind the scene of processing a web request which is a popular interview question too for SREs/DevOps.
There are a lot of good explanation pages about the general flow of ...
-1
votes
0answers
24 views
How to best understand the differences between Google accounts
I would like to understand the various Google account types, and the differences between them. I am looking for authenticating and accessing Google Cloud Platform.
I read the docs and found
Google ...
0
votes
0answers
53 views
implementing a failover service for containers
Two VMs are hosted on the same machine, let's name them VM1 and VM2. Both VMs are hosting a runC container running a server application, a client is running directly on the host machine and is ...
-2
votes
1answer
44 views
Can I build public cloud using bare metal servers? [closed]
Can I build a public cloud using bare metal servers, hypervisor? If not, what is the procedure to become a public cloud provider in the most cost-effective method ?
0
votes
0answers
4 views
Deployable services on Azure Stacks HCI
What is the list of the resources/services that can be deployed to a hybrid Azure Stacks HCI appliance?
Context
I am doing an assessment about whether existing on-public-cloud applications can be ...
0
votes
0answers
44 views
Using Old Mac as Production Server
I am building a web-app and on my server, I need to execute some xcode-command-line-tools, so basically I come up with this architecture :
Frontend(React) --> NodeJS(Ubuntu) --> MacStadium(...
0
votes
0answers
15 views
Safe to delete managed incremental snapshots on Azure?
Incremental snapshots of managed disks on Azure is a relatively new thing, and is not completely documented, so I have a crucial question:
If I have incremental snapshots A, B, C and D of a disk (the ...
0
votes
1answer
73 views
GKE cluster looses data
I am new to GCP so pardon the ignorance.
I have a 3 node GKE cluster that is running a database application. Each node has a 100GB standard persistent disk allocated. However, I find every so often (...
0
votes
2answers
38 views
Public IPv4 addressing behavior with AWS spot instances
I'm deploying a very resource intensive web scraper, to optimize costs I opted to use AWS Spot Instances knowing the default behavior of IP addresses when dealing with EC2 instances the 1st question ...
0
votes
0answers
15 views
Disallow ec2 ssh key-pair login but allow a special ssh key to login
I have a use case that my product image only allow a specific ssh keypair (not distribute to customer, only support team has the keypair) to ssh to a VM.
The AMI image is built by packer. Is it ...
0
votes
1answer
32 views
Do I need a VNet?
My deployed application isn't very complicated and it doesn't require a dedicated Azure VM.
Fundamentally it's an Azure App Service (with deployment slots), and it requires an Azure SQL database, and ...
-2
votes
1answer
639 views
How to save to a “virtual local drive” and have the data streamed to a remote drive? [closed]
(This is for Windows computers.)
So, the reason why I need this is not really important, but generally speaking...
I have a program which takes a long time to generate a huge file (like 100's of GB).
...
0
votes
1answer
600 views
Does db connection without cloud datacenter need to be encrypted?
when i have a Website at siteground which is hosted on Google Cloud in the Netherlands and i want to connect it to google sql. Do i need to encrypt the connection? Because the connection should only ...