385 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
45
views
How can we deploy serverless template Repos from Runpod repos using Pulumi in @runpod-infra/pulumi?
In the serverless section from Runpod console, there is a section called Ready-to-Deploy Repos with convenient templates that comes from github, such as https://console.runpod.io/hub/runpod-workers/...
-1
votes
1
answer
64
views
Disaster recovery for windows services in Azure VM
We have a bunch of windows services hosted on Azure VM.
We will eventually move to Azure function apps.
Now my question is I am concerned about disaster recovery situation when the VM is down.
What is ...
0
votes
1
answer
68
views
Rewrite bash to Saltstack
I am writing a Saltstack .sls file. This file will be executed with:
sudo salt-run state.orchestrate <file name> pillar="{environment: dev}
So, everything will be run on the salt-master.
I ...
0
votes
1
answer
1k
views
Connect Sybase SQL Anywhere to DBeaver with ODBC
I have a third-party application running on a Windows server and I need to access its database, they run a Sybase SQL Anywhere server and so far I've been able to configure the ODBC on my local ...
1
vote
1
answer
398
views
CDK Codepipeline self mutate: pipeline 'already exists in stack'
I am trying to use codepipeline to build/deploy an ECS/EC2 application and its necessary artifacts -- a docker image.
So far i have a pretty simple setup in cdk which creates 3 stages in the ...
1
vote
1
answer
948
views
Terraform: Error: Provider configuration not present. Module gets created, but when I remove or comment it throws an error
So I'm using terraform module where the source is another internal git repository. I can successfully create resources using the module, but when I try to remove(or comment) the module does not get ...
0
votes
2
answers
76
views
How to perform sanity load test in PT environment
Could you please share with me any steps on document on how to perform sanity load test in PT environment
I want to perform sanity test in my performance test environment ( stagging ) prior to move ...
0
votes
1
answer
100
views
OSMnx Bike Infrastructure duplication
I want to use the osmnx.graph.from_bbox function to assess bicycle infrastructure. However, there are some roads that show the road itself and then the adjacent bike path.
import networkx as nx
import ...
5
votes
3
answers
6k
views
AWS ECS Task fails to provision due to EMPTY CAPACITY PROVIDER
I'm trying to run an ECS task in AWS using the EC2 launch type. This task has been running for almost a year without problems, but a few weeks ago it stopped working.
When I create a new task, it ...
0
votes
1
answer
1k
views
MS Fabric and geospatial data
Can Microsoft Fabric's Data Lakehouse handle geospatial data such as shp, geojson, and other formats?
I've tried getting the geopandas geodataframe into pyspark/parquet spark_df.write.parquet(...
1
vote
1
answer
242
views
Add Block to Ressource if variable is set
currently I'm writing a Terraform to create an AWS Elastic Container Service and I am struggeling a bit with the container_definitions. So this is my code:
resource "aws_ecs_task_definition" ...
2
votes
0
answers
121
views
Start a locally run Service and route traffic to it
I am wondering if it is possible to route traffic in a microservice environment to my local machine to debug a service.
I have a microservice architecture written with ASP.Net and published as a ...
-2
votes
1
answer
560
views
How to keep user data storage localized to a geographic region for each user?
I want to store user data of an international web app in a datastore that is physically hosted in a regionally-appropriate datacenter (keep data of users in the US on US-hosted data centers, data of ...
-1
votes
1
answer
170
views
How to make infrastructure as code using a manifest.jps file in Jelastic platform?
I have a project which contains 12 microservices built with Java Spring Boot using Docker. I also have 3 web clients built in React and Angular that consume the APIs. Now I'm trying to deploy the ...
0
votes
2
answers
231
views
How to set up infrastructure deps, that don't have official docker image?
I need the following KV-DBs for my repository abstraction: Redis, LevelDB, RocksDB, Badger. (not all at once, of course :D)
As far as I know only Redis and RocksDB has either official or community-...