Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

I'm attempting to configure my AWS Batch job with the Splunk log driver in order to get logs into Splunk. I tried following the steps according to this blog post using a valid Splunk url and token, ...
Mr. Obb's user avatar
  • 83
-3 votes
0 answers
24 views

Stack Next.js 14.2.2 EC2 (Mumbai, ap-south-1) Nginx reverse proxy Cloudflare CDN (recently added, but issue existed even before) The Issue After deploying to production, our Next.js app works ...
user31876048's user avatar
-3 votes
1 answer
67 views

I have many python script that run in schedule (its crawlers). currently i'm using tmux to automate the script running in my ec2 instance. but since the number of scripts are growing, its getting ...
pambudi's user avatar
  • 11
0 votes
0 answers
37 views

UncaughtException: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap ...
prashanth varma's user avatar
1 vote
1 answer
62 views

I pulled this image - rayproject/ray:2.51.0.801bd7-extra-py310 from dockerhub with podman (ray prefers podman internally). On AWS-EC2 then I started a head instance with - Deep Learning Base AMI with ...
Neil Panchal's user avatar
0 votes
0 answers
56 views

So I'm trying to create an AMI in AWS EC2 that can be spun up by our developers. It needs to take user-data, and to do this, I had to shutdown the instance with sysprep before I could take an AMI of ...
Whitewind617's user avatar
0 votes
1 answer
58 views

I'm getting this error Unexpected input in styles-l-temp.less frontend/Pearl/weltpixel/en_US 2964/3067 ===========================> 96% % 3 secs Compilation from source: /opt/...
ebad mahmood's user avatar
-2 votes
2 answers
66 views

I am currently learning AWS. I created an EC2 instance and set up a web server on it. Then I created a template from that instance and successfully launched another EC2 instance from the template — I ...
Ankit Jain's user avatar
-4 votes
1 answer
96 views

I'm trying to create a cluster on EMR on EC2 Clusters to process my jobs I have created a spark cluster with default VPC I have checked my IAM and I've allowed "s3:CreateBucket", "s3:...
myts999's user avatar
  • 73
2 votes
1 answer
164 views

I'm building a document Q&A system using FAISS for vector search on an AWS EC2 t3.micro instance (1 vCPU, 1GB RAM). My FAISS index is relatively small (8.4MB .faiss + 1.4MB .pkl files), but I'm ...
user29255210's user avatar
-1 votes
1 answer
97 views

I'm using Redis Cloud (by Redis Inc.) as my managed Redis instance, and my server is hosted on AWS EC2. Both the Redis Cloud instance and the EC2 server are in the same AWS region (e.g., us-east-1). I'...
Pawandeep Singh's user avatar
0 votes
2 answers
59 views

I have the following code that works great! I run it locally and no problem. import requests import os from datetime import datetime # Step 1: Define URL and parameters url = "https://services3....
Thee_Analyst's user avatar
0 votes
0 answers
103 views

I am using AWS OpenSearch with fine-grained access control enabled. Initially, I was able to log in to the OpenSearch dashboard using my master username and password, and everything was working ...
oshaho rana's user avatar
1 vote
0 answers
74 views

Client initialisation in Go: type AWSClient struct { uploader *manager.Uploader downloader *manager.Downloader psClient *s3.PresignClient s3Client *s3.Client sesClient *...
RajdeepPal's user avatar
-1 votes
1 answer
113 views

I'm setting up an ECS cluster using the EC2 launch type, but the EC2 instances don't register with the cluster when placed in private subnets. ASG gets created, the instance gets created but it is not ...
Piyush Chaudhary's user avatar
0 votes
1 answer
43 views

I know questions like this have been asked before but even if I follow the suggested advices, I cannot get a solution. Previously I had a private RDS instance with postgres that was working fine with ...
Adolfo Esparza's user avatar
0 votes
0 answers
39 views

I've deployed a React application on an AWS EC2 instance using Nginx. The application is accessible via the EC2 public IP and works as expected. I also set up a custom domain e.g: (example.work.gd) ...
Sumit Kumar's user avatar
0 votes
0 answers
31 views

I cant see Install Buttons after selecting Maven Integration. Im using Amazon Linux 2 Ami kernal 5.10 SSD, java-17-amazon-corretto. I followed https://www.jenkins.io/doc/tutorials/tutorial-for-...
Iman 's user avatar
  • 25
1 vote
0 answers
67 views

I'm having issues running RDS sequelize queries. I'm using EC2 Node.js original: error: no pg_hba.conf entry for host "172.31.8.1", user "postgres", database NAME, no encryption 5|...
Yuki Chan's user avatar
1 vote
1 answer
105 views

I'm working on setting up an IAM policy to enforce tagging rules when launching EC2 instances. I am trying to achieve: Make 4 specific tags mandatory when launching an EC2 instance. These tags must ...
shaik moeed's user avatar
  • 5,588
0 votes
0 answers
27 views

I have been trying to create topics etc on the Kafka server but get this below error (Deploying on AWS via EC2 single instance) ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting ...
Fahim's user avatar
  • 1
0 votes
0 answers
64 views

I have an ASP.NET Core Web API project hosted on a Windows-based AWS EC2 instance. The backend database is an AWS Document DB cluster. Both the EC2 instance and the Document DB cluster are within the ...
Suneel Kumar's user avatar
0 votes
1 answer
102 views

I want to send a message from the task running ECS cluster in Account A to the SQS in account B. Referrring different documentation to do the setup, i'm little confused as it is mentioned in few cases ...
Rajashree Gr's user avatar
0 votes
0 answers
18 views

I have an instance EC2 installed with Jenkins but it’s not accessible. I have investigated almost everything within my understanding but seems i need more help to check this further. Can someone ...
Piyush Nikhade's user avatar
1 vote
0 answers
21 views

I have a Spring Boot app with a custom SecurityConfig (CORS and CSRF disabled, /login/** permitted). Locally everything works, but when I deploy the same JAR to an EC2 instance it always falls back to ...
장지용's user avatar

1
2 3 4 5
735