Stay up to date
We'll highlight new content in your collectives with a blue activity indicator on navigation items and posts.
Manage preferences
Questions
Browse questions with relevant AWS tags
258,737 questions
-2
votes
1
answer
19
views
How do I find S3 Trigger conflicts in AWS Lambda?
I've built a Lambda function in the AWS Console, and it seems fine, but when I add an S3 Trigger, it gives me a message "Confugrations overlap. Configurations on the same bucket cannot share a ...
-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 ...
-1
votes
0
answers
20
views
CloudFront caching Traefik Sticky Sessions in Docker Swarm causing 502 errors after deployment
We run a Meteor application that requires sticky sessions. We recently refactored our infrastructure and have started seeing connectivity issues.
Old Setup (Stable): A single EC2 instance running ...
0
votes
0
answers
11
views
Can I output Salesforce object data as csv to S3 bucket using AWS Glue zero ETL?
I've been looking at better ways to extract Salesforce data for our organization and found the announcement on AWS Glue zero ETL now using the Salesforce bulk api and the performance results sound ...
2
votes
1
answer
49
views
Self-signed certificate error when forcing SSL connecting to RDS PSQL
Hoping to get yalls help on the issue I am now sort of desperate about
Context:
I am deploying a docker container on EC2 Ubuntu, where it is used by two images - one for my Prisma-NestJs-based API and ...
0
votes
0
answers
47
views
Best practice for backing up large SQL Server databases to S3 [closed]
We are currently backing up all of our databases to a series S3-Compatibable storageGRID buckets hosted by our data center provider. Some of our larger databases backups run quite long (upwards of 8 ...
0
votes
0
answers
27
views
AWS CDK repository authentication
I'm working on a CDK deployment. I'm trying to set up a stack that creates a ECR image which is completely build the way I want. However, I'm stuck at the part of getting the private repositories ...
0
votes
1
answer
27
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 ...
Advice
0
votes
2
replies
32
views
How to retry sending a message to AWS SQS in Spring Boot, and then send it to a DLQ if all retries fail?
I am working on a Spring Boot 3.5.0 application that publishes messages to an AWS SQS FIFO queue.
My requirement is:
When sending a message to SQS:
If it fails (network error, AWS error etc.), the ...
-1
votes
0
answers
53
views
iTerm2 opening bash instead of zsh after Kiro CLI integration - how to fix? [closed]
I'm experiencing a strange issue where iTerm2 suddenly started opening new tabs in bash instead of my configured zsh shell. Here are the symptoms:
My macOS user shell is correctly set to zsh (/bin/...
1
vote
0
answers
32
views
How do I get cloudwatch agent to send jmx metrics to cloud watch in ECS
I'm needing someone who actually has this working to weigh in as I'm really struggling to get this running...
Here is my task definition in full:
Superfluous and irrelevant bits have been removed.
{
...
-1
votes
0
answers
48
views
Amazon Q CLI "Amazon Q is having trouble responding right now" with Dispatch Failure - intermittent issue [closed]
Problem Description
I'm experiencing frequent intermittent dispatch failure errors with Amazon Q CLI that significantly impact my ability to work. The error occurs randomly during usage, suggesting it'...
1
vote
1
answer
31
views
AWS Codebuild - Install .NET 9 SDK
.NET 9 runtime isn't available (yet) for AWS Codebuild. Even after installing the SDK using the following commands, my build would still get .NET 6 instead:
version: 0.2
env:
shell: bash
phases:
...
0
votes
0
answers
14
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
0
answers
7
views
Reactive Streams stop almost immediately when an ALB is in the mix
I have a spring boot flux endpoint (it takes and returns a flux). If there is no ALB in between, the client requests breeze through with no problems. Streams are closed gracefully on both ends no ...
0
votes
1
answer
24
views
Redshift PartiQL for unpivoting the keys and values in a Map typed SUPER
AWS documentation for querying Redshift's super is very much all in on supers that are arrays.
But, I happen to want a super that is a map, as I'm sure a number of people do, and I would like to then ...
2
votes
1
answer
40
views
AWS AppConfig Multi-Variant flags always return default variant when passing context via SDK
AWS AppConfig Multi-Variant Feature Flags: Context Not Working (Always Returns Default Variant)
Problem
I'm trying to fetch AWS AppConfig Multi-Variant feature flags with user context from my React ...
0
votes
1
answer
25
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
28
views
AWS Error in Cloudfront + Appsync with 2 Authorizers OICD and new additional API_KEY, Cloudfront forcing x-api-key
I have an application that is in production working with Cloudfront + Appsync with OICD Authorizer. In the Cloudfront configuration for some reason it is adding in the custom headers if API_KEY exists ...
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 ...
0
votes
1
answer
31
views
ActiveProcessorCount is showing "-1" even after specifying CPU limits in Container
I have my application running on an AL2023 node in EKS cluster.
Below is the snippet of the Container resources in the Pod definition
resources:
# memory ~ heap space +10%
# CPU ~ no more than 1/8 of ...
0
votes
1
answer
25
views
AWS ElastiCache notification for key expiry in Cluster mode [closed]
I'm using AWS ElastiCache in cluster mode and enabled the notification to EX. In dev env I'm getting 1 notification for each unique key expiry but in staging getting 2 notification per key expiry any ...
0
votes
0
answers
26
views
Unable to transform request AWS Gateway VTL
I have the following pulumi go code which uses AWS Integration to start a StepFunction.
func DealRequestTemplate(stateMachineArn pulumi.StringInput) pulumi.StringInput {
return pulumi.Sprintf(`#...
Best practices
0
votes
0
replies
28
views
screenshot unreal app in windows ci pipeline
Is there a best practice to capture screenshots of an unreal app when performing a test in a gitlab ci pipeline? gemini suggest using movie render queue w a vnc session or NICE DCV to stimulate a user ...
0
votes
1
answer
77
views
Error when calling dbms_cloud.export_data
I'm trying to do my first CSV export into an existing AWS S3 bucket. Calling with type CSV:
call dbms_cloud.export_data(credential_name => 'cred', file_uri_list => 'https://s3.us-east-2....
-2
votes
2
answers
59
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 ...
Advice
0
votes
6
replies
46
views
Display line of code in AWS CloudWatch for Amplify NodeJS written in typescript
I have the following resource in Amplify v2:
export const myFunction = defineFunction({
name: 'my-function',
layers: {
sharp: "sharp_arm64:1",
},
environment: {
BUCKET_NAME: ...
0
votes
1
answer
22
views
How can I run a group by metric query for cloudwatch using boto3?
Using the cloudwatch ui, I created a query that looks like:
SELECT MAX(some_attribute)
FROM SCHEMA(MyTable, Queue, InstanceId, C, D)
WHERE path = '/work' AND Queue = 'my-queue'
GROUP BY InstanceId, ...
Best practices
0
votes
0
replies
19
views
AWS sagemaker Model Registry Vs. MLflow
On the AWS environment, what do you suggest: Sagemaker Model Registry or MLFlow?
If we want to use grid search to experiment with different configurations and log all experiments to then decide which ...
1
vote
0
answers
36
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 ...
Advice
1
vote
5
replies
44
views
What actually is a Target Group in AWS ALB?
My app is working but I'm still confused why this works? Like why does port 80 for the target group work in this scenario? Could I have used a different port since the traffic, I'm assuming, has ...
0
votes
0
answers
35
views
Alexa client_id , secret_cleint and refresh_token mismatch issue
I am trying to create an API for my application to build Alexa skills and perform all operations, such as creating intents, slots, etc. I have already built the API, but it requires credentials like ...
0
votes
0
answers
20
views
AppDynamics not working on EKS after migrating from Rancher
I'm using a Python application that had AppDynamics working correctly on Rancher, but it stopped working when migrated to EKS.
This application is able to connect to AppDynamics and creates the agent, ...
0
votes
0
answers
21
views
AWS Amplify Long type to Int64 with Swift and GraphQL
I have issue where I cannot map Long type in Swift.
E.g. schema.graphql
scalar Long
input TableLongFilterInput {
between: [Long]
contains: Long
eq: Long
ge: Long
gt: Long
le: Long
lt: ...
-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
vote
0
answers
60
views
Performance issues with generating video thumbnail and overlaying video on video
I'm working on a video processing feature in my application where user upload a video with that flow:
Call my API for uploading a video
Generate a video thumbnail
Create an overlay video on top video ...
Advice
1
vote
3
replies
38
views
Safe to run "VACUUM FREEZE" on template1 or template0 databases in postgres?
I run periodic VACUUM FREEZE on my main database to avoid aggressive vacuuming during busy times, wondering if it's safe to run freeze on template databases too before they reach the threshold (200M ...
0
votes
1
answer
43
views
AWS MQTT connect from Python - receive not working
I'm learning how to use MQTT on AWS IoT - the goal is to simply publish and receive between AWS IoT MQTT test client and a Python script.
I can successfully publish from my Python code but I am unable ...
0
votes
0
answers
28
views
Amplify Flutter + Cognito Identity Pool works via AWS CLI but fails in app (“No identity pool registered for this account”)
I’m integrating AWS IoT Core with a Flutter app that already uses Amplify Auth (Cognito User Pool).
To allow IoT connections, I added a Cognito Identity Pool section to my amplifyconfiguration.dart (...
0
votes
1
answer
57
views
Invalid UpdateExpression trying to upgrade DynamoDB SDK from v1 to v2
I'm trying to upgrade my DynamoDB client from SDK 1 to SDK 2 (full versions at bottom), and I'm running into a strange issue. Server is unchanged (literally hitting the same tables).
We're trying to ...
-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 ...
-2
votes
0
answers
26
views
can we push Amazon sns notification in bulk [closed]
When working with Amazon SNS to send push notifications to mobile devices, each device is normally represented by a ARN.
whether can we send a notification in bulk to many devices when the content is ...
1
vote
0
answers
19
views
How to capture IAM user identity in Aurora MySQL audit logs when connecting through AWS TEAM elevated access?
I’m using TEAM elevated access for AWS in my organization to temporarily access an Aurora MySQL cluster.
TEAM provides database access through a tunneled MySQL session using a generic database ...
-3
votes
0
answers
24
views
Next.js ChunkLoadError Only for US Users App Works Fine in India
Stack
Next.js 14.2.2
EC2 (Mumbai, ap-south-1)
Nginx reverse proxy
Cloudflare CDN (recently added, but issue existed even before)
The Issue
After deploying to production, our Next.js app works ...
0
votes
0
answers
28
views
CloudFront + S3 static site: same HTML/CSS renders differently than when served locally — is my Terraform CloudFront config wrong? [closed]
I’m hosting a static website on Amazon S3 behind CloudFront, with the entire setup created and deployed via Terraform. The odd behavior I’m running into is that the exact same HTML and CSS files ...
0
votes
0
answers
14
views
Customising incorrect and broken domain from amplify's build notification on sns
We've a 3 envs for our amplify project, one of being dev, from the branch dev/main, but, the actual domain it's for / that we're interested in is https://dev.seaders.com. The notification that comes ...
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 ...
0
votes
0
answers
28
views
How do I set the "main route table" to not be the "main route table" so I can delete it?
When creating a VPC in the AWS Console, a route table is created by default. I have since created another route table that I prefer to use instead. How can I switch the main route table (the one I'm ...
0
votes
1
answer
52
views
AWS Glue Script Scanning Entire Table Despite Date Filter
I have written a small Glue script that fetches some data between two dates, but I found that it scans the entire table instead of just the data within the specified time range. I also tried creating ...
0
votes
1
answer
40
views
AWS CDK not updating ECR with ecrAssets.DockerImageAsset()
I use CDK to generate a CloudFormation stack.
When I run cdk synth and cdk deploy, the ECR image and the Task definition don't get updated. In order to force the update, I have to:
delete the built ...
Members can contribute articles
Simply submit a proposal, get it approved, and publish it.
See how the process works
Simply submit a proposal, get it approved, and publish it.
See how the process works