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

Questions tagged [amazon-web-services]

When asking about Amazon Web Services (AWS), specify which services you are using. Provide details on your architecture/configuration - do not include proprietary or sensitive information this is a public forum. Share relevant parts in a code block along with language tags. Specify the SDK/CLI version. Detail troubleshooting steps taken. The AWS tag is rarely used alone and should be used with other tags to more clearly define the topic of the question.

-1 votes
0 answers
7 views

Difference Between Immutable, Traffic Splitting and Blue Green Deployment

I am new to AWS and have a couple of questions regarding the different deployment options for Elastic BeanStalk. Regarding Immutable Deployment, We create a new ASG under the same ALB and provision ...
-1 votes
0 answers
15 views

How to keep AWS EC2 ssh connection alive

I use ssh to create a tunnel for my local server as below: ssh -D 1234:localhost:1001 user@my-remote-AWS-EC2-server then I run my local app.py which will expose the port: Running on local URL: http://...
-1 votes
1 answer
16 views

make request from a static IP address to an API in AWS

I have an API that I need to host in AWS that makes requests to an API that requires IP whitelisting. In other words every request I make from my AWS server/service must have the same IP, or an IP ...
0 votes
1 answer
11 views

AWS API Gateway CORS - CORS already setup at the API Gateway and in Lambda Function

I have added the domain that is making the request that is receiving the CORS message (a github.io page) into the CORS area of the API Gateway interface, but this doesn't help anything. When I call ...
0 votes
1 answer
9 views

Update Onprem oracle table from aws glue python shell using oracledb

I have a usecase that needs to update an onprem table using the aws glue python shell. Please note i want to use python-oracledb in thick mode I have installed the oracledb I dba has set up a jdbc ...
9 votes
4 answers
5k views

AWS Elastic Beanstalk chown PythonPath error

I am deploying a web app on AWS's elastic beanstalk and am coming across the same error: [StageApplication]. Stop running the command. Error: chown /var/app/staging/venv/bin/python: no such file or ...
0 votes
1 answer
27 views

Tomcat virtual URL not working - AWS Ubuntu - java.net.BindException: Address already in use 8005

I'm very new to cloud hosting. Someone had setup an Ubuntu Linux server for me on AWS and I am trying to deploy my Servlet based application onto it, however, I'm having a problem with the use of ...
1 vote
1 answer
82 views

How do I use Sagemaker HyperparameterTuner on a SKLearn Estimator?

I'm following an Amazon Sagemaker workshop to try and leverage several of Sagemaker's utilities instead of running everything off a Notebook as I'm currently doing. The thing is, in the workshop they ...
0 votes
2 answers
779 views

How to reject the same POST request sent twice in a short gap of time

I am wondering if there is a standard way to reject requests with the same body sent within a few seconds at the API gateway itself. Forex: Reddit rejects if I try to post the same content within few ...
0 votes
0 answers
10 views

Customize response from AWS API Gateway integrated to SQS

I have integrated AWS API Gateway to SQS queue and it give response in format { "SendMessageResponse": { "ResponseMetadata": { "RequestId": "acfa1737-...
0 votes
1 answer
9 views

Cloudfront origin is not able connect to second Behaviors

We're trying to archive this, the request has to response via cloudfront if the user tried to access it via AWS application load balancer DNS user has to get the message as Access Denied. To make it ...
0 votes
1 answer
11 views

Why is encryption data at rest and encryption in transit data must be disabled when migrating the ec2 cache to AWS Elasticache?

I had launched the ec2 instance where i have installed redis, and added some data in it. and then after that i wanted to migrate that cache from ec2 redis to aws elasticcache cluster, so for that i ...
161 votes
41 answers
386k views

The AWS Access Key Id does not exist in our records

I created a new Access Key and configured that in the AWS CLI with aws configure. It created the .ini file in ~/.aws/config. When I run aws s3 ls it gives: A client error (InvalidAccessKeyId) ...
0 votes
0 answers
8 views

setting up an amazon webhook and a Lambda function with Telegram

I'm trying to link a telegram bot with a lambda function that bears a LLM. In order to do so, I've used a HTTP API gateway and a webhook. I've also linked my webhook to my telegram bot. My lambda ...
-1 votes
0 answers
13 views

Steps to deploy a react python full-stack app on AWS using S3, EC2, and Cloudfront? [closed]

I am making a full-stack blog app with react frontend and python backend. I like to deploy this using AWS. I'm nearly done but I can't figure out how to host the backend properly. I have the react ...

15 30 50 per page
1
2 3 4 5
10649