Questions tagged [amazon-api-gateway]
69 questions
0
votes
1 answer
AWS architecture - traffic mirroring
We are going to migrate our database from Aurora Serverless to Aurora Cluster. Before that, we'd like to test the performance of the new database in a real-time traffic scenario. We have thought about cloning the current API Gateway, targeting the…

Juanlu
- 3
- 3
0
votes
2 answers
Strange requests keep coming to my gateway API on AWS
I have a simple HTTP service built with AWS lambda and API gateway. The Domain pointing to the gateway is hosted by Route53 and the gateway uses certificate from Certificate Manager. It's absolutely fresh with sole "service is running" text on index…

glowka
- 111
- 4
0
votes
1 answer
Possible to create an AWS API Gateway to Route all requests to Classic Load Balancer?
I have a questions (hopefully not dumb). I am the IT guy of a business hosting various applications with AWS and we currently have a Classic Load Balancer sitting in front of 2 to 3 EC2 instances which handle all our web traffic. It's a pretty…

realnsleo
- 117
- 4
0
votes
1 answer
NGINX Reverse Proxy configuration with AWS Signature
I am using nginx as a reverse proxy for my gateway. It is working with normal apis. However, its not working with AWS Signature. Says signature mismatch. I added proxy host , still it doesnt work. Pls help. Verified nginx logs, all headers are being…

Developer404
- 155
- 1
- 1
- 9
0
votes
1 answer
How to debug AWS API Getway "Internal message error"?
I have created an API Gateway linked to a (tested and working) Lambda function.
I get a
{"message":"Internal Server Error"}
when I try to access to it, but I have no logs about it, even creating and attaching a log stream.
How can I have a more…

GlinesMome
- 199
- 2
- 11
0
votes
1 answer
AWS: Protecting access to specific ports on an EC2 instance
I have an EC2 instance running an application which provides APIs on port 1000 and 2000. The EC2 instance should be allowed all outgoing traffic as well as any incoming traffic to port 1000.
Connections to port 2000 however shall be protected by…

Bobface
- 135
- 5
-1
votes
1 answer
AWS load balancer 504 Gateway Timeout for only one endpoint
I am getting 504 for only one endpoint in my service. All other endpoints are working without any issue.
My rules are as follows:
IF THEN
Host is example.com Forward to:
Path is /abc?/* …

harry123
- 99
-1
votes
1 answer
How to add IP to in existing inbound rule in a security group of Amazon EC2?
I am using Amazon API via a Lambda function to allow my teammates access my server.
Using post method I am invoking this lambda function to add teammate's IPs in inbound rule.
I want to add IPs to an existing rule like this add IPs in single rule…

zamp
- 1
- 1
-2
votes
2 answers
Securing an AWS ALB
Hi everybody I’m relatively new to AWS web services and I’m struggling to secure an ALB. My web page works in a simple way there’s an api gateway where the methods are defined, then I have a ALB that balances around N servers. What I’m trying to…