159,139 questions
-1
votes
1
answer
22
views
ListALLMyBuckets access
The AIM user can put items in buckets.
When trying to list buckets:
An error occurred (AccessDenied) when calling the ListBuckets operation: \
User: arn:aws:iam::919963110724:user/mikekilmer is not ...
0
votes
1
answer
26
views
Exporting Incremental RDS Snapshot into an S3 Bucket
I would like to ask two questions;
1- if RDS snapshots are incremental when we exported the incremental snapshot in to s3 via ExportTask will it be the only partial data or full data.
2- When data is ...
0
votes
0
answers
13
views
AWS Batch job configured with Splunk log driver, jobs stuck in RUNNABLE
I'm attempting to configure my AWS Batch job with the Splunk log driver in order to get logs into Splunk. I tried following the steps according to this blog post using a valid Splunk url and token, ...
0
votes
1
answer
24
views
AWS-Cloudformation: Ipv6 EC2 Route in a Private Nat Subnet - Provide one of DestinationCidrBlock or DestinationIpv6CidrBlock and a valid routeTableId
I am currently creating a network infrastructure within my vpc, that has private subnets and has a NAT gateway. I have a Route Table that has the private subnets associated to it and I intend to have ...
0
votes
0
answers
32
views
Istio tracing issue
Does Istio’s VirtualService routing and header manipulation apply to tracing traffic generated by istio-proxy itself?
Here’s the situation: I have Istio configured to send spans to an external tracing ...
-2
votes
2
answers
58
views
Deploy zip to AWS application
I have been asked to look at an old Ruby application that is currently deployed to AWS via CodeShip on successful build.
CodeShip is obviously gong out of service end of Jan 26 and I need to deploy ...
1
vote
0
answers
35
views
Not able to delete index from Amazon OpenSearch Serverless
As the title mentions, I am not able to delete an Amazon OpenSearch Serverless index from a collection. I have a collection with 9 indexes within it, I don't want to delete the entire collection, only ...
-4
votes
0
answers
32
views
AWS Amplify v6 "deepFreeze" TypeError with Expo + Hermes - signIn fails but signUp works [closed]
I'm a beginner working on a React Native app and facing a confusing issue with AWS Amplify v6 authentication.
I'm just trying to build a simple app that allows to connect into a personnal space, in ...
-1
votes
1
answer
55
views
Unable to link persistent storage to the mysql pod [closed]
I am working with an EKS cluster with one worker node group that has 1 EC2 instance deployed in 2 private subnets of the VPC. EKS and Worker node are deployed in the same VPC. Also, the EKS cluster is ...
0
votes
0
answers
33
views
How to create Amazon SES identity verification CNAME records in Route 53 across different AWS accounts using CDK?
I have two AWS accounts:
DNS Account: Contains my Route 53 hosted zone for example.com
Email Account: Where I need to send emails using Amazon SES with the domain example.com
To verify the SES email ...
-3
votes
0
answers
24
views
AWS Account Replication [closed]
Have anybody replicated an AWS Account to a new account? I have a requirement where I need to fully replicated resources from one production AWS Account to a new one if someone could help me out would ...
Tooling
0
votes
0
replies
70
views
R (R Studio) on AWS - Louis A. AMIs
It has been a while since I last used R AMIs (since about Fall of 2023) from here: https://www.louisaslett.com/RStudio_AMI/. Previously, when I clicked on any one of the AMI links, my AWS page would ...
0
votes
1
answer
54
views
I have a working AWS Appsync application that uses OPENID_CONNECT as authorization, when I added API_KEY as additional broke the old routes
I have a working AWS Appsync application that uses OPENID_CONNECT as authorization, when I added API_KEY as additional broke the old routes. For some reason in the appsync schema it had in all routes ...
1
vote
2
answers
79
views
AWS CloudFormation deploy template stored in an S3 bucket [closed]
Trying to deploy a CloudFormation template that is stored in an S3 bucket as the template size is larger than 51kb so cant be done direct (from what I am led to believe and have seen when trying)
...
Best practices
0
votes
2
replies
62
views
Best way to structure solution on AWS
Let's say there's a VM on AWS that is being used to host multiple instances of the same web app.
The web app has a React front end and an ASP.NET Core backend, and the VM runs IIS.
Each instance of ...
-1
votes
1
answer
65
views
Intermittent 500 Internal Server Error in AWS Lambda API (Different endpoints fail randomly)
I’m facing an issue with my React frontend and AWS Lambda backend setup.
When my app makes multiple API calls at the same time, some of them randomly return a 500 Internal Server Error, while others ...
Best practices
0
votes
1
replies
50
views
How to deploy an Angular SSR app using AWS?
As I searched online many times but didn't find a satisfying answer, I'm asking my question here.
I have an Angular app (version 20) that uses SSR and I would like to deploy it using AWS. I know how ...
-1
votes
0
answers
30
views
Why are all versions of Lambda@Edge function being modified when I deploy the latest code?
I have a Lambda@Edge function which has 2 versions. Version 1 has non-functional code and version 2 has the latest operational code. What that function does is it fetches an object from an S3 bucket ...
0
votes
0
answers
27
views
Client of Amplify Gen 2 is not being properly generated for subscription
Logging const client = generateClient<Schema>(); results in the following, which shows that the client is improperly generated:
{
"models": {},
"enums": {},
"...
-1
votes
0
answers
59
views
How get data from Amazon WorkDocs into the AWS S3 bucket?
I need to automate the process of moving files from Amazon WorkDocs to an S3 bucket.
Here’s what I want to achieve:
Periodically fetch files from a specific WorkDocs folder.
Upload or sync them to ...
1
vote
1
answer
44
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
34
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
69
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
110
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 ...
1
vote
1
answer
69
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 ...