158,915 questions
Advice
0
votes
1
replies
29
views
Scalable solution for implementing CDC and building Medallion data lake using AWS DMS data on Apache Iceberg and AWS Glue
We have an oracle data warehouse on premise which has around 80 tables, which needs to be migrated to AWS S3 using AWS DMS and a medallion data lake house needs to be built in Apache Iceberg.
High-...
-2
votes
0
answers
21
views
Need advise on AWS certification [closed]
I'm trying for AWS Sysops Administrator within my organization. I'm finding best training for AWS Solution Architect comparatively AWS Sysops Administrator course. Please advise I can go for Solution ...
Tooling
1
vote
0
replies
31
views
How to poll X-Ray data from AWS to Grafana?
We are using Grafana to monitor our AWS resources. Our current structure:
YACE -> Prometheus (CloudWatch metrics)
Fluentd -> Loki (CloudWatch Logs)
Thanos (Long-term storage)
Grafana (...
Advice
0
votes
0
replies
38
views
Fetching Amazon's fargate pricing programmatically
For a while now I have been to develop this middleware kind of thing on AWS. for this middleware to work on need to do some analysis on aws fargate pricing, since we assume that our projects using ...
1
vote
0
answers
34
views
NVIDIA CUDA inside Docker containers becomes unavailable daily on AWS EC2 (works perfectly on bare metal) [closed]
I’m running an AI API on GPU-backed AWS EC2 instances using Docker + NVIDIA Container Toolkit. Over time (usually within ~24 hours), CUDA becomes unavailable inside the container - even though the ...
-3
votes
0
answers
38
views
Cross-account MSK (PrivateLink) + DMS failing with “Application-Status: 1020912 Failed to connect to database” [closed]
Setup
Account A: AWS DMS replication instance
Account B: MSK cluster
Region: us-west-2
Connectivity via MSK Client VPC Connections (PrivateLink)
Auth: SASL/SCRAM
MSK (Account B)
Private cluster (...
1
vote
1
answer
30
views
How to programmatically determine AWS invoice payment status / outstanding balance?
I'm looking to programatically determine which of my AWS invoices are unpaid.
The AWS Billing Console clearly shows which invoices are already paid vs. currently outstanding, but I cannot find any API ...
Advice
0
votes
0
replies
27
views
AWS Amplify Hosting returns 403 for dynamic custom domains proxied via Cloudflare (Host header validation?)
I’m building a multi-tenant SaaS using Next.js (SSR) deployed on AWS Amplify Hosting.
My setup:
Next.js (App Router, SSR)
AWS Amplify Hosting
Cloudflare (proxy enabled)
Middleware resolves tenant ...
0
votes
0
answers
46
views
Transferring the files to AWS sub folder using TransferUtility
I am trying to transfer files from a network drive to an AWS S3 subfolder. In the debug mode, When the code reaches the line where UploadDirectoryAsync is called, it appears to run as if the files are ...
Advice
0
votes
0
replies
17
views
Karpenter AMI rollout via SSM parameter: drift enabled but EC2 Launch Template is externally managed, so nodes don’t update
I’m configuring Karpenter on AWS/EKS to roll AMIs automatically using an SSM Parameter that we manage.
Current setup / goal
EKS is v1.33 (so drift is enabled by default per Karpenter FAQ).
We want a ...
0
votes
1
answer
36
views
InvalidClientTokenId with boto3 on get_policy
I am strangely getting an InvalidClientTokenId error when running get_policy, while all other previous calls have succeeded.
I can successfully authenticate:
import boto3
session = boto3.Session(...
-1
votes
0
answers
41
views
AWS - Connecting Lambda to an Elastic IP to receive data given vendor has IP whitelisting (without NAT gateway) [closed]
I'm working on a project where I make a call using my lambda function which sends a request to client and in return I get a downloadable file (this whole task will be executed only once every 24hrs), ...
0
votes
0
answers
37
views
Registering Partition Information to Glue Iceberg Tables
I am creating Glue Iceberg tables using Spark on EMR. After creation, I also write a few records to the table. However, when I do this, Spark does not register any partition information in Glue table ...
2
votes
1
answer
64
views
Django on Elastic Beanstalk not detecting RDS environment variables (falls back to SQLite)
I am deploying a Django app to AWS Elastic Beanstalk and connecting it to an RDS PostgreSQL database.
My Django settings are configured to use PostgreSQL only if RDS_DB_NAME exists in os.environ, ...
0
votes
1
answer
24
views
Elastic Beanstalk "You cannot migrate an environment to a VPC" error when updating ENV propert(no VPC changes)
I am trying to update an environment property but I got the following error:
You cannot migrate an environment to a VPC. Launch a new environment in the VPC.
Screenshot:
The environment is up for ...