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)

Filter by
Sorted by
Tagged with
0 votes
0 answers
132 views

How to get output of STDOUT to GCP cloud logging

Hey I have a job running on a gcp VM where some imported libraries are logging to stdout with the print or python logging library, and I also have written a lot of code where the output is logged to ...
Matt Elgazar's user avatar
0 votes
0 answers
88 views

is Cloud loadbalancer necessary?

I currently have a Kubernetes cluster in the cloud AKS, and I'm using nginx-ingress to load balance, define routing rules and manage how traffic gets to my services. I see that many people are using ...
youngtoken's user avatar
0 votes
0 answers
88 views

How do I update in google cloud

resources: type: compute.v1.firewall name: tcp-firewall-rule properties: network: global/networks/default sourceRanges: ["0.0.0.0/0"] targetTags: ["http","http-server"] ...
Basketball Community's user avatar
0 votes
1 answer
118 views

How to push files from Azure blob storage to GitHub?

I am in need to push the files from azure blob container folder to GitHub. I have a .sh script which works fine on my laptop. Now how can I run the same script in the azure cloud ?. The script itself ...
P S's user avatar
  • 1
1 vote
0 answers
24 views

Use RDS/Terminal Server Gateway to access remote servers

We have a number of Windows servers in the cloud. Due to specifics of our network setup, we cannot RDP to those servers directly from our network. We have a separate data centre with a private link, ...
Aleks G's user avatar
  • 966
-1 votes
1 answer
124 views

How to redirect my Google Cloud Run domain to the subdomain "www"?

I've two domain mappings in Google Cloud Run: domain.com www.domain.com The domains are coming from another provider. How can I redirect my domain.com traffic to www.domain.com with Google Cloud?
Julian's user avatar
  • 99
0 votes
0 answers
127 views

Unexpected behavior with AWS Firewall and Default Stateful Rules

I have configured an AWS Firewall in our testing account, pretty much following the standard setup procedure as documented by AWS. From our private subnet, outbound traffic heading to the internet is ...
Thomas Langston's user avatar
0 votes
1 answer
198 views

Azure SQL Elastic Pool max size lower than max size of database included in pool

I am trying to save some money by utilizing Azure SQL Elastic Pools. I have a bunch of databases which only peak in usage once a while, so having them in a pool would be optimal. The problem now is ...
Stephan's user avatar
1 vote
0 answers
55 views

Replicating foreign keys with AWS DMS Full load Ongoing replication - MySQL

I am using AWS DMS Full Load Ongoing Replication (CDC) to replicate data from a MySQL RDS to an on-prem MySQL server (both of them running MySQL 8). Before starting the replication process I'm dumping ...
Mircea's user avatar
  • 11
1 vote
0 answers
99 views

Availability of CHROOT in Docker containers and clusters

Is the Linux tool chroot generally usable in a Docker container running in clusters and cloud platforms? (background) I'm developing an application where I may need to use chroot inside a Docker ...
Matteo T.'s user avatar
  • 111
1 vote
3 answers
97 views

In cloud, is it possible to access guest VM from host machine?

In KVM, it is possible to access the guest machine from the host machine. For example, you can SSH to the host machine and then access the guest VM by virsh console vm_name. Is that possible in cloud? ...
Noob_Guy's user avatar
  • 111
0 votes
1 answer
48 views

CDN CNAME resolves as the main host (how to restrict)

I recently created a CDN at StackPath. Everything works well, it serves files via a subdomain I created (cdn.mysite.com), which was created as a CNAME for the main site (CDN being the CNAME). However, ...
vexx's user avatar
  • 11
0 votes
1 answer
30 views

Basic questions about OpenStack

I am asking these questions here because I could not find the answer from google. Who owns the physical servers and the OpenStack software, is it the customer or Canonical? Where are the physical ...
Noob_Guy's user avatar
  • 111
0 votes
0 answers
47 views

Kubernetes multi cluster dashboard

I need to manage a federation of clusters (KubeFed), so I was wondering if it's possible to deploy Lens Dashboard within the cluster? Otherwise is there any alternative dashboad with multi cluster ...
alexHX12's user avatar
  • 101
1 vote
1 answer
88 views

Build a failover strategy inside GCP to redirect if compute engine stop responding or is on an error state

Currently I have a architecture inside GCP (Google Cloud Plataform) of a Wordpress application that works this way Cloud DNS -> Load Balancer (with Cloud CDN enabled) -> Compute Engine (with ...
Alan Nicolas de Oliveira's user avatar
0 votes
0 answers
20 views

Managing Cloud-Based Large File Repository For A Team

I have been asked to handle some issues around a Dropbox team folder that is about 80gigs in data 75,000 files on 9,000 folders that often has sync conflict issues, or situations where files get moved ...
trinsic's user avatar
0 votes
1 answer
72 views

Are new AWS AMD instances using SMT

I recall when AMD EYPC was first released on AWS EC, it was not using SMT: one vCPU was one full physical core. Is this still the case for new AMD instances?
BeeOnRope's user avatar
  • 592
1 vote
0 answers
58 views

How to scale out WSGI servers

If I had a web application with a Flask/Django backend, I could use a single host to run both the WSGI server and the nginx web server/reverse proxy. Nginx would handle incoming requests, serving ...
tmajest's user avatar
  • 111
0 votes
0 answers
37 views

Cannot restart VM instance in Google Cloud

my website which I host on a VM in Google Cloud was unresponsive, so I stopped and tried to restart the VM. Stopping didn't work without a hard stop. Restarting doesn't work either. "A g1-small ...
David Astor's user avatar
1 vote
0 answers
286 views

Rebuild Hetzner Cloud server with a new set of SSH keys

When I create a server in the Hetzner Cloud Console via the "Add Server" option, I can configure the server Location, Image, Type, Networking and SSH Keys among other settings. When the ...
tla's user avatar
  • 111
0 votes
1 answer
357 views

Why are cloud platforms like Azure or AWS more expensive than dedicated server providers like Hetzner, OVH or Strato?

I'm wondering why cloud platforms like Azure or AWS tend to be more expensive than dedicated server providers like Hetzner, OVH or Strato. What factors contribute to this pricing discrepancy, and are ...
tcwlm's user avatar
  • 11
0 votes
0 answers
31 views

How can I increase the boot volume size on an IBM Cloud VPS to more than 100 GB, similar to AWS EC2, for CyberPanel installation?

Overview I'm trying to install CyberPanel on a new IBM Cloud VPS, but I'm running into storage limitations. My websites require more than 100 GB of storage, but IBM Cloud only offers boot disk(disk0) ...
Nauman Shakir's user avatar
0 votes
0 answers
19 views

Should you partition disk for instances in cloud? [duplicate]

I've always been taught that it's practical to partition your disk using LVM, where each partition is given to a specific directory, e.g (/var, /opt, /home, /usr and /tmp). However, I'm now looking at ...
N. J's user avatar
  • 125
0 votes
0 answers
128 views

Any multi-cloud storage service that can connect to both GCP and Azure Storage?

MinIO Gateway used to provide S3 functionality where you could connect to both GCP and Azure to: Create/delete buckets in GCP/Blob containers in Azure Upload/download/delete files/folders Create pre-...
Subzero123's user avatar
0 votes
0 answers
188 views

SSH from cloudbuild to a Compute instance

I created an SSH user and I can SSH in from my local machine using the id_rsa keyfile, I stored the same keyfile as a google cloud secret and logging in using the same creds but i cant get any access ...
Kravitz's user avatar
  • 167
0 votes
1 answer
43 views

Cloud File Storage: Does zipping files reduce data transmission speed / costs?

If I need to store, say, a 5gb file on a cloud file storage location (e.g., aws s3 bucket), will zipping the file reduce the cost / latency when people download it? Obviously zipping a file reduces ...
Matt's user avatar
  • 105
0 votes
1 answer
50 views

What's the intrinsic way to represent environments in Kong Konnect?

I've Googled many different combinations of terms to find out what concepts and features Kong Konnect expects sysadmins to use to represent different environments (e.g. staging, production) and ...
Jules's user avatar
  • 51
0 votes
0 answers
41 views

Scaling up a client vpn

We are setting up an ikev2 client vpn using strongswan. So far we have managed to setup a single server using letsencrypt certificate with eap-radius authentication method. We are able to connect to ...
Hamza Khalid's user avatar
0 votes
0 answers
31 views

Trying to connect a CentOS 7 linux machine on googe cloud to a pptp server

Yes, I know that its an old and deprecated and unsecure and whatever protocol. I still have to connect to it because its a third party server that I am trying to connect to. I managed to connect an ...
Furqan Ahmed's user avatar
-1 votes
1 answer
40 views

Prevent External Google Doc Shares from Arriving via Email

We have been receiving a large number of malicious Google Docs being shared to our users via external phishing emails and are looking for a way to prevent these from coming through our Exchange server....
gffzglr's user avatar
0 votes
3 answers
332 views

Openstack: Increase Hypervisor resources

Is there any way to increase resources of the hypervisor on OpenStack, e.g: VCPU, memory or Number of the volumes? I can use the following command to see them: openstack hypervisor stats show But I ...
WilliamK's user avatar
0 votes
0 answers
197 views

Vultr firewall opened ports by anonymous party. nslookup of open IP address shows non-authoritative answer "name = noptr.midphase.com". Was I hacked?

I am running a cloud server on Vultr.com. Recently, I logged into Vultr.com in my web cloud instances web interface and checked my firewall. I noticed that port 53/udp had been opened in the vultr ...
DanRan's user avatar
  • 103
0 votes
0 answers
117 views

How can I connect an Openshift cluster, via IPsec VPN, to an on premise network?

Good morning everyone, the goal I'm trying to achieve is to connect an Openshift cluster, via IPsec VPN with preshared key, to an on premise network (the img attached is a simplification of the ...
EBru's user avatar
  • 1
1 vote
0 answers
37 views

Google cloud OAuth api verification

We submitted our Google cloud OAuth api verification on 21-Nov-2022 and seeing the same status "Verification in progress" for long time. There is no way to contact support about this inquiry....
Ariel Shlahman's user avatar
2 votes
0 answers
131 views

Enabling GKE Backup on regional VPC peering Autopilot Clusters

We are trying to enable GKE Backup for our Autopilot Clusters, but we are encountering error while trying to run following command (with proper values that is): gcloud container clusters update ...
Adam Marchewka's user avatar
0 votes
1 answer
795 views

Login Incorrect in Ubuntu 16+ cloud-image

I don't know why but I can't log in via "ubuntu" on cloud-image. Does anyone have an idea? What it gives: Ubuntu 16.04.7 LTS ubuntu ttyS0 ubuntu login: ubuntu Password: Login incorrect ...
dzbdevops's user avatar
-1 votes
1 answer
46 views

What Does Avoiding Vendor/Provider Lock in Mean in Cloud Operations?

Am a relatively noob machine learning engineer interested in DevOps and Software Development, sorry for the vague and opinion based question. But multiple blogs and tutorials teaching some cloud ...
Della's user avatar
  • 195
0 votes
1 answer
497 views

Unable to Create a Project in Google Cloud

I am creating first project in Google Cloud. But it seems I can not proceed because of the following error: You've gone over GPU global quota by 1 GPU. Please increase your quota in the quotas page. ...
ravi's user avatar
  • 103
1 vote
0 answers
52 views

Slow response time every exactly 5 minutes

We have a VPS hosted on Cloud Linux with a well known Web hosting company. We've always had a problem where exactly every 5 minutes, if you load a page from the website, you have to wait about 10 ...
VVV's user avatar
  • 111
0 votes
0 answers
951 views

AWS - PUTTY "No supported authentication methods available (server sent :publickey)" After change instance

I got the classical problem "No supported authentication methods available (server sent :publickey)" after that I changed the instance type (from t2.micro to t2.xlarge). I setted Putty up ...
Bryan 's user avatar
1 vote
0 answers
143 views

"Request timed out" asp.net error in web application after server migration to Azure

My company has migrated all of our on-prem servers to Azure. We are in the process of functional testing our application. So far, we have found no errors save for one. Whenever we click on a button on ...
Hey_Mindo's user avatar
0 votes
0 answers
32 views

Is it possible to create a big WindowsVPS from several DedicatedServer in openstack?

I need a WindowsVPS with a lot of hardware resources that are not available on a single DedicatedServer. I'm wondering if I can create a big WindowsVPS with three DedicatedServer resources using ...
pest's user avatar
  • 1
0 votes
1 answer
542 views

Google Cloud GKE evictable vs non-evictable memory

we have few pods inside Google Cloud K8S GKE and google metrics is reporting high memory usage in some of them but I cannot find why. Inside pod everything looks fine. We are using GKE version 1.21.13-...
rrob's user avatar
  • 1
0 votes
1 answer
132 views

How often managed kubernetes cluster should be upgraded?

We use managed Kubernetes cluster (GKE) and wonder how often the Kubernetes cluster should be upgraded. We use release channels: regular (dev/test), stable (staging), stable (production). Different ...
sacherus's user avatar
  • 101
0 votes
1 answer
771 views

Consequenses of changing UPN and migrating 'cloud only' to 'hybrid' users

We are going to change the domain name in our company, and by doing so, change all of the current users UPN from [email protected] to [email protected] and add the old email as an "alias". ...
Mathias Rønnow Nørtoft's user avatar
0 votes
0 answers
382 views

How to implement VDI solution using OpenStack

I'm new in the domain of cloud. And for my internship, i'm working on the implementation of an open source VDI (Virutal Desktop Infrastructure) solution. After a few days googling VDI and cloud ...
ElenaPetrowsky's user avatar
0 votes
1 answer
426 views

compute.instances.list privilege required for Cloud Functions

I am following https://cloud.google.com/scheduler/docs/start-and-stop-compute-engine-instances-on-a-schedule. When testing the Cloud Function, I get the error message: Error: Required 'compute....
Thorsten Staerk's user avatar
0 votes
1 answer
182 views

Nextcloud doesn't allow access, despite address being whitelisted in config.php

I installed an UCS Univention App virtual machine with Collabora integrated with Nextcloud. After installation I accessed Nextcloud without any issue, but I did't set a static IP. Next day I came back ...
thegamebusterpl's user avatar
1 vote
1 answer
3k views

Access wireguard using hardware Authentication like yubikey

At our company we use wireguard vpn to access our cluster. In our server, we install wireguard which will add a network interface that acts as a tunnel interface. The access with this tunnel will be ...
Rabieh Fashwall's user avatar
0 votes
1 answer
74 views

Cloud instances multiple vs single with longer time cost analysis

I am trying to compare the cost of running the same machine, same load on GCP( I don't know if the answer would be valid for other providers). so does running the same instance for x amount of time (...
jaafar Nasrallah's user avatar

1
2 3 4 5
19