159,164 questions
-4
votes
0
answers
27
views
Can't Create CloudFront in AWS [closed]
I created a free AWS account. Every information is valid, but still can't create CloudFront. It says my account isn't verified. But I checked, and everything was okay.
I already reported, they offered ...
2
votes
0
answers
38
views
How should the knowledge base search operation be handled within an AWS Bedrock Agent custom orchestration Lambda?
According to the official AWS Bedrock Agent documentation, I can write a Lambda function to perform custom orchestration, also known as the ReWoo approach, in order to reduce the number of FM (...
1
vote
0
answers
17
views
How to troubleshoot OpenSearch upgrade eligibility failure
I'm trying to migrate an OpenSearch 2.9 cluster to OpenSearch 3.1 but the eligibility test informs the following message:
The following indices are not compatible with the target Elasticsearch ...
0
votes
0
answers
29
views
AWS S3 SCP Policy to Prevent Disabling Public Access Block but Allow Re-enabling
I need to create an AWS IAM policy that prevents users from disabling the "Block all public access" configuration on S3 buckets, but still allows them to re-enable it if it was already ...
-5
votes
0
answers
56
views
AWS Location Service Map Works Locally But Fails in Production Build (Create React App) [closed]
I'm using AWS Location Service with MapLibre GL JS in my React application (Create React App). The map works perfectly in local mode (npm start), but fails when I create a production build (npm run ...
-1
votes
1
answer
53
views
Public latency data to determine optimal AWS deployment region? [closed]
I'm running a latency-sensitive service on AWS infrastructure, including EC2 instances and CloudFront. I would like to determine the optimal set of say three AWS regions at which to place my service ...
0
votes
0
answers
22
views
Concurrency issue while updating micro-frontend manifest to s3
All MFEs are deployed using a single shared GitHub Actions workflow.
This workflow handles deployment for any MFE that has been updated and updates a shared manifest file that lists all deployed MFE ...
0
votes
1
answer
31
views
Unknown type FieldUnion for field fields. Did you forget to add the @model directive. Grapghql
getting below error during amplify publish .
Unknown type FieldUnion for field fields. Did you forget to add the @model directive
the code:
FieldUnion = KeyValueField | AnotherFieldType
type MyObject ...
0
votes
1
answer
63
views
Two negations in AWS rule
I have the following aws rule which runs a lambda for all events whose alarm-name does not start with “MyPrefix”.
new Rule(this, ‘myEventRule', {
eventPattern: {
detailType: ['CloudWatch ...
0
votes
0
answers
90
views
Sudden CPU spike on AWS RDS (PostgreSQL) after running fine for the entire last month
I encountered an issue where our AWS RDS (PostgreSQL) instance suddenly experienced a high CPU spike, even though it had been running normally for the entire previous month.
Currently, the system is ...
0
votes
0
answers
33
views
AWS EC2 G3 - port config/setup to Docker [closed]
Since the EC2 service on AWS called G3 is EOL on 31st of Oct 2025 we are facing a pickle. We need to move our installation some place else. Our headache: the node version we are using is VERY outdated ...
1
vote
0
answers
49
views
Is there an API to check for currently supported runtimes by AWS Lambda?
I’m developing a tool to speed up the AWS Lambda creation process for my colleagues and I, as we use it extensively, and I need to periodically check for deprecated runtimes. The idea is to create a ...
-1
votes
0
answers
25
views
Should I deploy GitLab on AWS EKS or a single EC2 instance for under 300 users? [closed]
We’re evaluating two deployment options for GitLab in AWS: running it on Amazon EKS (via the official Helm chart) or using the Omnibus GitLab package on a single EC2 instance.
Our expected load is ...
1
vote
1
answer
57
views
Lock a DynamoDB table on reading/writing operations
I have a DynamoDB table with entries that can have a status (waiting, error, running...). Only up to 25 entries can have running status.
My objective is to have an AWS Lambda function that checks if ...
-2
votes
0
answers
34
views
EC2 instance stopped automatically — no CloudTrail entry showing why [closed]
I have an EC2 instance that is currently in the stopped state.
When I checked, it appears that the instance has been stopped for about 20 days.
I tried searching CloudTrail using the EC2 instance ID, ...