Skip to main content

Unanswered Questions

22 questions with no upvoted or accepted answers
2 votes
0 answers
78 views

How to deploy dockerized MERN stack app on AWS EC2 instance?

I dockerized my MERN stack app (Next js, node js, MongoDB) and tried to deploy it on the AWS EC2 instance. When I try to access my backend on port 5000 via AWS Public IP, it works fine but when I try ...
2 votes
1 answer
2k views

Terraform: Why is null_resource's remote-exec not connecting to aws_instance via SSH?

I've been going through answers to similar questions on this StackExchange and on StackOverflow and reading through documentations all day ... Here's the .tf file I'm executing: # defines the AWS ...
2 votes
0 answers
725 views

How to speed up environment loading on network drive?

Background: I have about 15 AWS EC2 instances running Windows. They each have local drives and share a single network drive. Each needs to be able to run certain in-development python tools from ...
2 votes
0 answers
1k views

Ansible/AWS dynamic inventory -- How to create groups based on tags?

I am trying to create custom groups, based on tags. I am using this doc as a reference: https://docs.ansible.com/ansible/latest/plugins/inventory.html#inventory-plugins As a baseline, in my aws_ec2....
1 vote
1 answer
180 views

Beginner Uptime Calculations Based on ELB?

Is there a clear way to calculate starting uptime metrics from AWS ELB? I need to start running uptime calculations. I'd like to start by just using AWS services for monitoring the uptime and then ...
1 vote
1 answer
245 views

AWS- How to estimate a server configuration for nginx load balancer?

What kind of parameters can be used to estimate how much memory and the number of CPU cores are required for a load balancer? I have a requirement to setup LB based on Nginx to route the traffic to ...
1 vote
1 answer
530 views

Unable to ssh into EC2 instance to the peered VPC which is in different region

It's a very simple setup in which there are two EC2 instances each in a different region but under the same account. Both are peered. Requester EC2 EC2Virginia has the following details: Public IP: 34....
1 vote
1 answer
264 views

Gitlab (self hosted gitlab) pipeline fail when trying to fetch repository

I've setup own gitlab server on AWS EC2 Instance based on this image - https://aws.amazon.com/marketplace/pp/prodview-w6ykryurkesjq?ref_=aws-mp-console-subscription-detail and assign Elastic IP for ...
1 vote
1 answer
48 views

Cost minimization in aws parallel cluster

I'm new to aws cloud service. I have to create a parallel cluster in aws. So, I'm using aws parallel cluster. But the problem is, when creating a cluster the NAT gateway billing me when I'm not using ...
1 vote
0 answers
1k views

Ansible dynamic inventory using AWS plugin -- how to obtain internal DNS records or private IP?

Seeking help from those who've worked with dynamic inventory in Ansible. I have Ansible set up with the aws_ec2 plugin (not using the python script as it's been too problematic). Currently, I'm only ...
0 votes
0 answers
11 views

Error code 0x8007000d for any .NET IIS web app on an EC2

I'm trying to learn deployment of .NET web apps on Amazon EC2. I've created a template Blazor Server project targeting .NET7, published it in Release mode to a folder. After that, I uploaded all the ...
0 votes
0 answers
31 views

Deploy a ReactJS Application to AWS EC2 Instance using AWS CodePipeline

I am trying to deploy a simple React JS app onto Ubuntu EC2 instance through AWS CodePipeline. I am using the following code in the appspec.yml file: # This is an appspec.yml template file for use ...
0 votes
0 answers
49 views

Load balancing between Slurm clusters

What strategy of load balancing in k8s would be recommended between Slurm (think SGE) clusters? The reason I raise this is Slurm has a Pythonic API governing the queuing system. Information can freely ...
0 votes
0 answers
23 views

Where are all these requests made by pods going to in a RKE2 kubernetes cluster?

I'm using tcpdump in my nodes to track all requests/connections made from pods and I noticed there's a lot of entries going to addresses like the ones below. They clearly belong to something in the ...
0 votes
2 answers
632 views

why does my Ansible playbook throw "Found existing installation: requests 2.25.1\n\n:stderr:ERROR: Cannot uninstall requests 2.25.1"?

I'm trying to run an ansible playbook that installs docker and docker-compose and runs a compose file on a ec2 t2.micro. To use the docker modules in ansible, I need to have docker and docker-compose ...

15 30 50 per page