158,702 questions
Best practices
0
votes
0
replies
14
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 ...
Score of -2
0 answers
16 views
Amazon Bedrock Custom Model Import fails for meta-llama/Llama-3.1-8B-Instruct with generic validation error
I’m trying to import the Hugging Face model meta-llama/Llama-3.1-8B-Instruct into Amazon Bedrock Custom Model Import.
Environment:
- AWS Region: us-east-2
- Model: meta-llama/Llama-3.1-8B-Instruct
- ...
Advice
0
votes
7
replies
121
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
57 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
42
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
43 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 ...
Score of -1
0 answers
70 views
Android game (Eliatopia) returns com.amazon.coral.service#UnrecognizedClientException: The security token included in the request is invalid [closed]
__type":"com.amazon.coral.service#UnrecognizedClientException",
"message":"The security token included in the request is invalid."
Device information:
Device: TECNO ...
Best practices
0
votes
1
replies
79
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
92
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
73 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
44 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
88 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
85
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 ...
Score of 0
1 answer
117 views
AWS Trust Policy Role chaining
I'm a bit confused about the following trust policy and permission role.
In the trust policy, it has the following role eksctl-demo-eks-cluster-nodegroup--NodeInstanceRole.
s3-velero-policy will be ...
Score of 0
1 answer
100 views
CloudWatch GetMetricData: When querying 30 days with Period=1800 (30 min), what source resolution is used for aggregation?
I am collecting Amazon CloudWatch metrics for an EMR cluster over a 30-day period using GetMetricData.
For each metric, I am requesting:
Period = 1800 seconds (30 minutes)
Stat = Average
My goal is ...