Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
22 views

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 ...
MikeiLL's user avatar
  • 6,618
0 votes
1 answer
26 views

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 ...
Umut Akkaya's user avatar
0 votes
0 answers
13 views

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, ...
Mr. Obb's user avatar
  • 83
0 votes
1 answer
24 views

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 ...
WinkieWinkie's user avatar
0 votes
0 answers
32 views

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 ...
Norbert's user avatar
-2 votes
2 answers
58 views

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 ...
user1587804's user avatar
1 vote
0 answers
35 views

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 ...
Thales Souto's user avatar
-4 votes
0 answers
32 views

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 ...
Nicolas Barillaro's user avatar
-1 votes
1 answer
55 views

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 ...
RushHour's user avatar
  • 641
0 votes
0 answers
33 views

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 ...
João Reis's user avatar
-3 votes
0 answers
24 views

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 ...
Chaviru's user avatar
Tooling
0 votes
0 replies
70 views

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 ...
On_an_island's user avatar
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. For some reason in the appsync schema it had in all routes ...
Leonardo Campanha's user avatar
1 vote
2 answers
79 views

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) ...
pelagos's user avatar
  • 1,091
Best practices
0 votes
2 replies
62 views

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 ...
mannaggia's user avatar
  • 535
-1 votes
1 answer
65 views

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 ...
Kishan Dobariya's user avatar
Best practices
0 votes
1 replies
50 views

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 ...
Raphael's user avatar
  • 767
-1 votes
0 answers
30 views

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 ...
ShanWave007's user avatar
0 votes
0 answers
27 views

Logging const client = generateClient<Schema>(); results in the following, which shows that the client is improperly generated: { "models": {}, "enums": {}, "...
Kevvv's user avatar
  • 4,103
-1 votes
0 answers
59 views

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 ...
Akhil Shrivas's user avatar
1 vote
1 answer
44 views

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 ...
Arthur Caccavo's user avatar
0 votes
0 answers
34 views

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 ...
Gregster's user avatar
0 votes
1 answer
69 views

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 ...
anion's user avatar
  • 2,166
0 votes
0 answers
110 views

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 ...
nutversion1's user avatar
1 vote
1 answer
69 views

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 ...
Learning from masters's user avatar

1
2 3 4 5
3183