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.

amazon-web-services
-1 votes
0 answers
11 views

Difference Between Immutable, Traffic Splitting and Blue Green Deployment [closed]

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 ...
Danny Shen's user avatar
-1 votes
1 answer
17 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 ...
gutscdav000's user avatar
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 ...
Gilkan Solizaris's user avatar
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-...
Sergey K's user avatar
  • 4,094
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 ...
Antham's user avatar
  • 41
0 votes
1 answer
10 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 ...
Data girl's user avatar
  • 165
0 votes
0 answers
9 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 ...
Vidyak's user avatar
  • 1
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 ...
Ahmed Hussain Shaikh's user avatar
-1 votes
0 answers
14 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 ...
Khai's user avatar
  • 1
-3 votes
1 answer
19 views

Terraform reverse engineering without default values

when reverse engineering aws infra with import and show or with terraformer, there are many values that are default values, is there a way to remove those default values so the configuration is more ...
bajistaman's user avatar
-1 votes
0 answers
16 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://...
paul's user avatar
  • 53
0 votes
0 answers
16 views

problem connecting to Google Big Query from AWS Glue job

As title says, I have a problem connecting to Google Big Query from AWS Glue job. Idea is that I pick up data from database and send it to google big query. My script looks like this: import os import ...
Marko Vasic's user avatar
0 votes
0 answers
10 views

Uploading from OneDrive/Sharepoint in Laravel App

I'm looking for a solution to allow users to authenticate then upload files from their Sharepoint/OneDrive to S3 within a Laravel application. Has anyone been able to accomplish this before? I've only ...
Abdel Ibrahim's user avatar
0 votes
0 answers
10 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
0 votes
0 answers
16 views

AWS IoT File Stream from S3 - Response not in order and PacketType=7b

The coreMQTT library is throwing an error with the message: Unexpected packet type from server: PacketType=7b This indicates that the client has received a packet from the server that it does not ...
Coffeeye's user avatar

15 30 50 per page
1
2 3 4 5
10642