Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
9 views

How to connect Athena ODBC using AWS learner lab

I downloaded the Athena ODBC to connect to amazon athena. When I go to configure a data source in ODBC data sources 64bit on my own computer, I can't seem to get the correct secret access key or ...
user26529933's user avatar
-3 votes
0 answers
18 views

Upload problem in react project from china [closed]

I have a react portal , file upload successfully from india and us before few days file upload from china but few days he did not upload file on our react portal what's the issue, Issue same from s3 ...
Rajat Verma's user avatar
0 votes
0 answers
74 views

AWS: How to let a S3 frontend (React, Axios) communicate with an EC2 backend (python3/Django, DjangoREST, corsheaders)

I followed a tutorial for creating a basic To-Do app (so CRUD) with a React+Axios frontend (ServiceWorker, bootstrap) and Django backend (DjangoREST, corsheaders), and would like to put it on AWS's ...
Gamekeeper's user avatar
-1 votes
1 answer
39 views

How do i get my Python .env credentials file into Ubuntu EC2?

I have a .env file which my app.py file references, containing my AWS credentials. How do i get this into my AWS Ubuntu EC2 machine? I can't even upload it to GitHub. If there's any security issues ...
chai86's user avatar
  • 403
-1 votes
0 answers
15 views

Efficient Handling of Media Uploads and Processing via EC2 and S3

I am developing a mobile application that needs to handle media uploads. The current design is as follows: Upload to S3: The mobile client directly uploads the media file to an S3 bucket using a PUT ...
lucifer's user avatar
  • 423
1 vote
0 answers
60 views

Performance Degradation in Aws Spot Instances while running the same process on multiple cores

Problem : I am observing a performance degradation of over 100 % when I am running the same program on all the cores of Aws spot instance by pinning them on separate cores in comparison to running a ...
Abhijeet Singh's user avatar
-2 votes
1 answer
21 views

i cant able to host in web browser in EC2 instance

When I click on the public IP or private IP of my EC2 instance, I am consistently seeing the site can't be reached error. I encountered this issue when I tried to create an EC2 instance for the first ...
Jayasurya's user avatar
0 votes
0 answers
155 views

Optimal Methods for Storing and Retrieving Chroma Vector Store in AWS S3 for a RAG Chatbot

I'm currently developing a RAG (Retrieval-Augmented Generation) chatbot that relies on ChromaDB as its vector store. The application features two main components: an admin page for uploading PDF ...
Rishil Boddula's user avatar
0 votes
0 answers
32 views

Restore EC2 backup in S3 to RDS using Percona xtra-backup

I have an EC2 (MYSQL instance) backup which is stored in S3 currently , I want that backup to be restored (using percona Xtra bakcup ) in an RDS database instance. Is it possible? And what if the ...
vidhi yadav's user avatar
0 votes
0 answers
16 views

Extracting text from PDF after uploading (Django app on AWS)

@login_required(login_url="/login/") def upload_view(request): posts = Temp.objects.all() common_tags = Temp.tags.most_common() if request.method == "POST": ...
RofyRafy's user avatar
0 votes
0 answers
44 views

Error: read ECONNRESET when trying to “strapi export” from EC2 instance with S3 as Upload Provider

I have a strapi project running on a t2.small EC2 instance, i didn’t use RDS the entire MySQL db is on the same EC2 instance along with all the strapi files. nginx is setup on the instance too as a ...
starbvuks's user avatar
0 votes
0 answers
52 views

Getting Access Denied Error in production on uploading to AWS S3 bucket

I have an EC2 instance running that has my NodeJs backend, it was running fine until a few days, when i try to upload an image it gives me access denied error, but the same code when run on my local ...
Shivraj Thapliyal's user avatar
0 votes
0 answers
35 views

Cloudfront appears to be blocking POST request

I am running a static website on an S3 bucket. The website has a form component, which sends a POST request to a back-end running on an EC2 server. When I submit the form everything works as it should ...
user24474536's user avatar
0 votes
1 answer
544 views

AWS transfer family service for transferring files over sftp to remote sftp server(outbound traffic only!!)

I have a requirement to send 4mb file uploaded by our EC2 instance on S3 to remote SFTP server. We don’t need to receive any inbound SFTP traffic. I explored AWS transfer family and came across SFTP ...
Prateek Sharma's user avatar
0 votes
0 answers
17 views

AWS network interface (eni) flow logs enrichment

My solution uses different sets of ECS Fargate containers to accomplish the tasks. Each container belongs to a single client (authenticated through Cognito if that matters). I want to be able to ...
Andrej Mohar's user avatar

15 30 50 per page
1
2 3 4 5
162