infrastructure Questions

2

Installed terraform & init is failing. - Finding hashicorp/aws versions matching "~> 4.16"... ╷ │ Error: Failed to query available provider packages │ │ Could not retrieve the lis...
Lelalelah asked 26/1, 2023 at 17:56

3

I'd like to setup Terraform to manage dev/stage/prod environments. The infrastructure is the same in all environments, but there are differences in the variables in every environment. What does an...
Diecious asked 16/8, 2017 at 15:33

7

Solved

I'm working in a project, and we use ansible to create a deploy a cluster of servers. One of the tasks that I've to implement, is to copy a local file to the remote host, only if that file exists l...
Proof asked 4/3, 2015 at 13:3

3

I am learning terraform. I want to print values of variables in "plan" stage. So I found how to do it. seems I am doing something wrong here.... in variables.tf:.... variable "VMCoun...
Odoacer asked 16/6, 2021 at 21:56

7

Currently, running a private Docker registry (Artifactory) on an internal network that uses a self signed certificate for authentication. When Kubernetes starts up a new node, it is unable to auth...

18

Solved

Listening to Scott Hanselman's interview with the Stack Overflow team (part 1 and 2), he was adamant that the SQL server and application server should be on separate machines. Is this just...

1

When observing the available regions for Azure using: az account list-locations -o table There are several regions with a stage suffix (e.g. eastusstage) - often the same region also exists withou...
Municipal asked 9/10, 2021 at 17:0

2

Solved

I just posted a question asking the difference between MapR and Cloudera's architecture and used "architecture" and "infrastructure" interchangeably. Is this appropriate? To put this in context, M...
Ecumenicity asked 25/3, 2014 at 23:26

3

Solved

(Please note: after receiving initial answers, this issue seems to not be just an issue with passing the variables, but with modularizing my configurations, note at the bottom where I hardcode the ...

2

Most of the AWS infrastructure of the company I work for is described and managed using Terraform. We have several different services including containerized back-ends and CDN'ed front-ends. From...

1

Solved

I'm very new to the infrastructure so I built a simple monolith application and I use docker for building a container and deploy it on my linux server. My question is, do I need to install kubernet...
Nijinsky asked 30/8, 2020 at 13:13

2

Solved

I have an existing aws infrastructure with VPC's, subnets, instances,etc. If I need to build the same infrastructure again in future is there any way to create a cloud formation template from the e...
Fabrin asked 28/3, 2019 at 6:29

6

I've been reading about Vagrant, and I find it quite useful for my development. I am currently managing a series of services (mail, web, LDAP, file sharing, etc.), and often one of these falls and ...
Balsa asked 15/11, 2012 at 1:57

3

I’m new to Terraform, I’d like to eventually have a Terraform template of my production resources so I can easily deploy to multi-regions and for disaster recovery. How can I do this if my resource...
Receptive asked 27/12, 2017 at 18:27

1

Solved

I'm trying to setup some IaC for a new project using Hashicorp Terraform on AWS. I'm using modules because I want to be able to reuse stuff across multiple environments (staging, prod, dev, etc.) ...
Permutation asked 3/1, 2018 at 20:10

1

Solved

Is it safe to allow multiple instances of a Django application to run the same database migration at the same time? Scenario description This is a setup where a multiple instances of a Django app...
Unreality asked 8/11, 2017 at 17:20

1

I am getting some strange error from cmake : loading initial cache file ../../Tweaks/compiler-rt/arm.txt -- Performing Test COMPILER_RT_HAS_FPIE_FLAG CMake Error at CMakeLists.txt:2 (set): ...
Nuris asked 16/1, 2017 at 12:35

4

I am using Ansible for some infrastructure management problem for my project. I achieved this task using a Linux client like say to copy a bin file from Ansible server and install it on a client ma...
Stefanstefanac asked 10/7, 2013 at 22:52

2

Solved

If running an automation tool like Ansible to build your infrastructure stack in the cloud (e.g. AWS), is it enough to have your automation tool and build stack in separate regions/VPCs in the clou...

2

Solved

When using an auto-scaling group on EC2 the documentation says you can trigger new servers to come up based on cloudwatch metrics. Is it possible to launch new instances on your own? For example ...

2

Solved

Out of curiosity, I'm trying to get some simple async/await code to compile under .NET 3.5 Client Profile: async void AwaitFoo() { await new Foo(); } class Foo { public IFooAwaiter GetAwaiter()...
Allopatric asked 31/7, 2013 at 11:51

1

While building an infrastructure for one of my current projects I've faced the problem of replacement of already existing HDFS files. More precisely, I want to do the following: We have a few mach...
Townsville asked 26/9, 2012 at 21:2

3

We're starting a web application using DDD and CQRS (using the ncqrs framework) and before we get started writing our own infrastructure class library, i wanted to see if any are already available....
Screwworm asked 30/12, 2011 at 3:31

2

Solved

I'm experimenting with OnStart() in my Azure role using "small" instances. Turns out it takes about two minutes to unpack a 400 megabytes ZIP file that is located in "local storage" on drive D into...
Hendry asked 7/8, 2012 at 11:24

1

Solved

I eager to know (and have to know) about the nutch and its algorithms (because it relates to my project) that it uses to fetch,classify,...(generally Crawling). I read this material but its a littl...
Pelt asked 27/7, 2012 at 22:22

© 2022 - 2024 — McMap. All rights reserved.