Questions tagged [infrastructure]

393 questions
-1
votes
1 answer

Best practices when deploying Dynamics CRM to Azure virtual machines

Are there any recent best practices / guidance for deploying Dynamics CRM (eg 2016) to Azure virtual machine IaaS (eg Windows Server 2016)? In case you ask, we are pursuing this to control licensing costs. I'm familiar with the Microsoft whitepaper…
JohnC
  • 1,797
  • 1
  • 18
  • 26
-1
votes
2 answers

Onion architecture: Services should be in core or infrastructure ? Why?

I write a web application in ASP.NET Core. I have three layers: core, infrastructure and web. In the core, I have domain models. In Infrastructure, I have Service and interfaces to them. Should Service be in the core, if not why and if they should…
-1
votes
2 answers

Any disadvantages or security issues for having website and databases on separate servers?

We're about to dive into Odoo (OpenERP). We're planning on using Amazon EC2 for the actual installation, and put the postgreSQL database server on Amazon RDS. (like this guide…
-1
votes
1 answer

continuous integration tool for VS-built c# project

We need to setup a continuous integration infrastructure for a C# project. None of us has anything other than a very few user-side experience with these tools at all. Our requirements would be: we need a tool which runs on windows, because we want…
canahari
  • 512
  • 1
  • 4
  • 9
-1
votes
1 answer

How do you apply development practices like version control, testing and continuous integration/deployment to system administration?

Imagine you're going to manage a number of servers with a number of different services that's used by a number of people. Now say you want to reconfigure or replace some software on one of those servers. Obviously you don't want to work on servers…
user479911
-2
votes
1 answer

How to Cache Terraform init

We have terraform templates that provision infrastructure and also kick off shell scripts that in turn invoke ansible playbooks to deploy an application. Both terraform templates are packaged and get invoked from a UI application in an automated way…
cavalier
  • 43
  • 1
  • 9
-2
votes
1 answer

How can I build backend services for my mobile app

I want to learn to build a simple log-in page using Flutter with its backend services. Is this infrastructure good? Are there any suggestions? The profile picture of the user must be stored on a cloud storage To check the identity of the user and…
-2
votes
1 answer

Install Ansible on a provisioned machine using Terraform

I just provisioned an EC2 instance using terraform. Now I'd like to install ansible on said machine in an automated way using terraform. Is there a way to do so?
-2
votes
1 answer

How to run terraform script in aws sub organization?

I have Terrafrom script that build infrastructure on AWS main account. In my AWS account i have sub organisations . I need to run my TF script to build infrastructure on one of that sub-organisation. How can i do it ?
Nicknip
  • 33
  • 1
  • 6
-2
votes
1 answer

how does real time applications interact with website admin panel?

My question is about logic not api specific. if I have an e-commerce application that consist of 2 separate components (one is for the seller and the other for the buyers) and I have, lets say, laravel php admin panel for customer support (as super…
-2
votes
2 answers

Is infrastructure management services same as DevOps?

I am enrolled in Infrastructure management services(IMS), but I have less understanding of the domain. Is it same as the DevOps, if not what is IMS?
Karan Nadagoudar
  • 434
  • 1
  • 5
  • 10
-2
votes
1 answer

Unified infrastructure monitoring tool

I am looking for a tool which is similar to CA UIM, but in open source. I would like the tools to monitor mainly our HP enclosures, blades, interconnect bays along with the virtualised server installed on each HP enclosure.
nmca
  • 1
-2
votes
2 answers

A Realtime Dashboard For Logs

We have a number of Python services, many of which use Nginx as a reverse proxy. Right now, we examine requests in real time by tailing the logs found in /var/log/nginx/access.log. I want to make these logs publicly readable in aggregate on a…
user1427661
  • 11,158
  • 28
  • 90
  • 132
-3
votes
1 answer

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 European users in EU data centers, that of Chinese…
-3
votes
1 answer

Declare Terraform Variable

Cloud Provider : Azure Can I declare resource group , Virtual network , or subnets in Azure as terraform Variable - Infrastructure as code without variable :- resource "azurerm_resource_group" "example" { name = "example" location =…
SamJack
  • 3
  • 2
1 2 3
26
27