158,666 questions
Score of -4
1 answer
76 views
How to legally get Buyer Tax/Billing Address via Amazon SP-API for global marketplaces (not just Türkiye) in the 2026 API version? [closed]
I am architecting an integration with the Amazon Selling Partner API (SP-API) to automate invoicing and accounting sync with an ERP. I need to retrieve the Buyer's Tax/Billing Address for tax ...
Score of -3
0 answers
97 views
Unknown files are being created automatically on my AWS server [closed]
I'm hosting my application on an AWS Ubuntu server, and I've noticed that the following files keep getting created automatically:
xmirig.tar.gz
failed.log
monitor.log
exploites.log
next-env.d.ts
...
Score of -2
0 answers
65 views
agentcore runtime to agentcore gateway, TS strands mcp client — is there a native SigV4 option?
I'm connecting an MCP client (Strands Agents TypeScript SDK, which wraps
@modelcontextprotocol/sdk) in an Amazon Bedrock AgentCore Gateway configured with authorizerType: AWS_IAM and protocol: MCP (...
Score of -1
0 answers
59 views
High-Res Cloudwatch Alarm has unexpected evaluation latency with High-Res Cloudwatch Agent metrics
I have a CloudwatchAgent emitting High-Res metrics from my ASG. The config looks like this:
// AMAZON-CLOUDWATCH-AGENT.JSON
{
"agent": {
"metrics_collection_interval": 10,
...
Best practices
0
votes
0
replies
46
views
Running AWS EKS ArgoCD Capability in private behind ALB
As a company we currently use eks managed ArgoCD Capability in public mode with sso and we want to restrict it to our company IPs.
We wondered if it's feasible to set it to private so aws uses a vpc ...
Advice
0
votes
7
replies
150
views
What do you think of this?
I'm an aspiring Data Engineer/scientist, and I'm currently building a three-part end-to-end data engineering project. Before I continue with Parts 2 and 3, I'd really appreciate feedback from ...
Score of 0
1 answer
91 views
Is there a way to record the querystring parameters in an API Gateway request log to CloudWatch?
I'm currently using the serverless framework to setup our microservices. I've turned on logging for API Gateway requests and set up a log format like this:
provider:
logs:
restApi:
format:...
Best practices
0
votes
0
replies
51
views
Deploy AWS Sam with preTrafficHook and dynamic data
I have a lot of AWS Sam applications which i want to test with a preTrafficHook. In general its no problem, but i want to use one central hook and not one dedicated hook for each application/function.
...
Score of 0
0 answers
61 views
AWS Credentials error while using agentcore deploy
AgentCore Deploy
[error] Validate project
→ No AWS credentials configured.
To fix this:
1. Run: aws login
2. Or set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment ...
Best practices
0
votes
1
replies
100
views
Best practice for managing secret credentials in Spring Boot using Bitbucket
I am working on a Java Spring Boot application and would like to follow a professional approach for managing secret credentials (such as database passwords, API keys, etc.).
I have the following ...
Best practices
0
votes
2
replies
106
views
I want to know about the Read/Write replica RDS connectivity for springboot. If any existing git link is there regarding this, it will be helpful
What is a safe migration strategy for introducing AWS RDS Read Replicas into an existing Spring Boot application that currently uses a single MySQL datasource?
Goals:
• Minimal downtime
• Ability to ...
Score of 1
1 answer
82 views
HTTP/2 requests to Spring Boot on ECS behind AWS NLB fail with PROTOCOL_ERROR (HTTP/1.1 works fine)
After upgrading our application to Spring Boot 4.1.0, requests started failing once the service was running behind an AWS Network Load Balancer (NLB) configured with a TLS listener. The same build ...
Score of 1
1 answer
57 views
Amazon Sagemaker - AttributeError: module 'sagemaker' has no attribute 'LinearLearner'
I am working on labs that use AWS SageMaker but I think the version the lab is made for is not compatible with the up to date one. I am not sure what version it was made for either. I keep getting ...
Score of 0
1 answer
99 views
First participant works, second participant breaks media publishing on AWS
LiveKit works on localhost but fails on AWS Docker deployment with PublishTrackError: publishing rejected as engine not connected within timeout
I'm building a video conferencing application using:
...
Tooling
0
votes
1
replies
104
views
Offline-first face recognition in React Native using AWS Rekognition - how to cache face vectors locally and sync on reconnect?
I'm building a site access control kiosk app in React Native (targeting Android tablets) that uses face recognition for worker check in/check-out. The app must work fully offline - sites often have ...