36,740 questions
0
votes
0
answers
13
views
AWS Batch job configured with Splunk log driver, jobs stuck in RUNNABLE
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, ...
-3
votes
0
answers
24
views
Next.js ChunkLoadError Only for US Users App Works Fine in India
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 ...
-3
votes
1
answer
67
views
How to Run many script python with low memory in EC2? [closed]
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 ...
0
votes
0
answers
37
views
Application running in Docker containers the application restarted using Amazon RDS Aurora MySQL for the database and experiencing out-of-memory issue
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 ...
1
vote
1
answer
62
views
Unable to pass Docker image to run to Ray Job Submit
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 ...
0
votes
0
answers
56
views
Getting an update when trying to change Drive letters with powershell
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 ...
0
votes
1
answer
58
views
Magento error on static-content:deploy -f
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/...
-2
votes
2
answers
66
views
Unable to Access Web Server via Load Balancer in Auto Scaling Group (but direct EC2 access works) [closed]
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 ...
-4
votes
1
answer
96
views
Exception in thread "main" java.io.FileNotFoundException but I have my file correctly in my S3 bucket
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:...
2
votes
1
answer
164
views
Why is FAISS document retrieval slow and inconsistent on EC2 t3.micro instance?
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 ...
-1
votes
1
answer
97
views
Redis Cloud and AWS EC2 in the same region — will I face latency or AWS data transfer fees? [closed]
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'...
0
votes
2
answers
59
views
Wildfire Current Perimeter Pulls
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....
0
votes
0
answers
103
views
Opensearch Unauthorised Issue
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 ...
1
vote
0
answers
74
views
AWS Signed URL not surviving for more than an hour
Client initialisation in Go:
type AWSClient struct {
uploader *manager.Uploader
downloader *manager.Downloader
psClient *s3.PresignClient
s3Client *s3.Client
sesClient *...
-1
votes
1
answer
113
views
ECS EC2 Instance Not Registering with Cluster (Works Only When Launched in Public Subnet) [closed]
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 ...
0
votes
1
answer
43
views
Cannot connect RDS that was previously private to EC2 or local
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 ...
0
votes
0
answers
39
views
React app deployed on EC2 with Nginx accessible via public IP, but not through custom domain (SSL issues)
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) ...
0
votes
0
answers
31
views
Cant see Install Buttons in Jenkins UI after installing jenkins on EC2 Linux
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-...
1
vote
0
answers
67
views
Error creating property: no pg_hba.conf entry for host "172.31.8.1", user "postgres", database NAME, no encryption
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|...
1
vote
1
answer
105
views
How to enforce mandatory tags with specific values when launching EC2 instances via IAM policy?
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 ...
0
votes
0
answers
27
views
Apache Kafka - AWS Platform
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 ...
0
votes
0
answers
64
views
How to connect ASP.NET Core Web API to AWS DocumentDB with TLS from EC2 Instance?
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 ...
0
votes
1
answer
102
views
Set up to send a message from account A ECS task to SQS in account B
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 ...
0
votes
0
answers
18
views
Jenkins not accessible on EC2 RHEL instance
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 ...
1
vote
0
answers
21
views
AMAZON EC2 Spring SecurityConfig not working
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 ...