Category "cloud"

Check whether deployed in cloud

I have a python program running in a Docker container. My authentication method depends on whether the container is deployed in GCP or not. Ideally I'd have a f

How to create single platform for all the api gateways used for Rest API

I have a requirement to design a single platform to onboard all the API gateways which are being used by different teams within the project to manage the REST A

First line in URL list must be TsvHttpData-1.0 but it is Google Cloud Transfer Service Error

I am trying to import some csv files from Google Cloud to Google Cloud Storage(GCS), but I am getting the error. I can't seem to find what I did wrong. Please h

How to upload a 62 GB datasets to google colab

I am new to processing large datasets, new to google colab. I have a 62 GB datasets and I zipped it uploaded it to the Files section of google colab. Before upl

Neo4j Browser Connection

From neo4j browser, when I connect to the database I get the below error. This is purely a cloud based instance. ServiceUnavailable: Could not perform discovery

I make a docker image using linux and installed an Oracle Db 19c using the official base image linux/amd64. now running on Mac M1 give me an error

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested Oracle

Azure Queue Listener - On-premise Azure Queue Listener

I have a scenario that our Azure environment can't connect to on-premise, but on-premise can connect to Azure. So a service call from Azure to on-premise to be

Trigger Cloud Storage - Dataflow

I'm starting now and I need some help, I have a custom model that I created using apache beam creating a pipeline that takes the data from a csv file from a fol

How to add multiple email addresses in the Endpoint Field under AWS SNS Subscription?

I'm working on AWS SNS Topics. I need to add more than one email address in the endpoint field as seen in the image below. I want to add for ex. - helloworld@gm

(CLOSED) How to persist data across multiple AWS Lambda sessions?

I know this has been discussed various times on the world wide web, but as a newbie, it's really hard for me to translate these answers into practical execution

Spring cloud gateway is unable to decode when deployed in the staging environment

I was recently tasked with upgrading a spring cloud app of ours due to the CVE-2022-22965 vulnerability. As part of that process, it became clear that the then

How can I import .cer in SAP Commerce Cloud

I am using SAP Commerce Cloud, in Public Cloud. And I am trying to insert a .cer file to make rest calls to API Gateway. I read about importing it in java using

use Invoke-AzVMRunCommand -Params

I am trying to use the command like so: a = 345 name = "myVM" Invoke-AzVMRunCommand -ResourceGroupName $RGName -Name $VMName -CommandId 'RunPowerShellScript' -S

What is the difference between storing videos for mobile app on streaming services like Youtube/Vimeo vs storing on cloud storage like Firebase/AWS?

I am making a React app that will display some Images/Videos to the users. To store videos, I chose Vimeo and use ReactPlayer to display the video - I simply pa

A simple left join query taking lot of time for output

In Azure SYNAPSE I have two tables table A with 6 millions of records and Table B with 2 millions when I run a simple left join query it takes around 20 minutes

Terraform 403 error when creating function app and storage account with private endpoint

I am getting a 403 forbidden when creating a function app that connects to its storage account via private endpoint inside a vnet. Storage account has firewall

How can I change mimetypes setting in Artifactory Cloud

I'm using Jfrog Artifactory on Cloud, and I'm trying to change mimetypes.xml to serve html files as browsing instead of downloading. I have read the article htt

I am not able to import module from S3 in glue job

I have a Python file in my S3 bucket s3://pymod_import_testing/hello_world.py and I have a glue-job with the following special-parameters configured --extra-py-

Cloud Run disable old revision

Is there a way to tell Cloud Run that it shouldn't use an old revision anymore? After I deploy a new revision of my service, I'm using the update-traffic comman

Does AWS Glue support positional arguments

How to capture a Glue job's arguments by position rather than using the getResolvedOptions function and passing the arguments as key value pairs?