159,087 questions
0
votes
0
answers
14
views
AWS Storage Gateway - Tapes - Retrieved Status
I have inherited a storage gateway that is no longer accessible, VM not running etc.
I have 3 tapes in AVAILABLE and 1 that was archived.
I setup a new storage gateway to an EC2 instance and retrieved ...
0
votes
1
answer
35
views
Not all AWS resources (Lambdas) detected by Grafana
I am creating widgets in Grafana for monitoring AWS resources, including Lambda functions. For this purpose, I am creating variables that filter to just my team's Lambda functions using regex. Some ...
Best practices
0
votes
1
replies
84
views
How do I determine the correct order of Lambda layers in AWS?
I’m working with AWS Lambda and need to attach multiple Lambda layers to a function. I know that AWS allows you to specify the order of layers, but I’m unclear on how the ordering actually affects ...
Best practices
0
votes
0
replies
46
views
Do I need to redeploy an API Gateway stage after switching the Lambda integration?
I’m working with AWS API Gateway (REST API) and testing routes using the “Test” feature in the API Gateway console.
I changed the backend Lambda function that an API route is integrated with (for ...
Best practices
0
votes
1
replies
26
views
Is routing a production API Gateway to QA Lambda functions bad practice? What are the security and reliability risks?
I’m working on an AWS setup with multiple environments: master (production) and qa.
Recently, our Flutter app was getting 500 errors when calling the master API Gateway endpoints that are integrated ...
0
votes
0
answers
28
views
Does AWS ElastiCache Redis Serverless support Celery as a Redis broker? Workers connect but never consume tasks
I’m attempting to use Amazon ElastiCache Serverless for Redis (Redis 7.1, cluster‑mode enabled) as the message broker for Celery 5.3+ running on Amazon ECS Fargate. Celery powers asynchronous ...
-2
votes
0
answers
26
views
Can ISV or SAAS platform use single 10DLC for sending SMS [closed]
I have a multitenant website, where each tenant i.e organizations are having their respective customer.
Can I register single 10DLC and use across all the organization's respective customers provided ...
-2
votes
0
answers
22
views
Cannot open url with www prefix hosted on AWS [closed]
I have a AWS Cloudfront distribution accessible at 123456789.cloudfront.net.
I want also to access it via domain name. I registered a domain and I added these domain records:
I added CNAME records to ...
0
votes
0
answers
32
views
How can I standardize Amazon Bedrock model invocation parameters when each provider and model uses different request schemas?
I’m building an internal LLM testing platform where users can select any Amazon Bedrock model and dynamically adjust its input parameters (e.g., max_tokens, temperature, top_p, embedding options, etc.)...
Advice
0
votes
1
replies
30
views
Using AWS TRANSFORM To migrate Angular 16 to 21
I want to know if it's possible to do Angular migration version automatically with aws TRANSFORM argentic IA?
-1
votes
0
answers
27
views
Can't Authenticate with IAM on Linux in kiro-cli [closed]
I've updated my Amazon Q CLI to kiro-cli on Kubuntu 24 and now when I try to authenticate I don't have option to auth with IAM. LIterally browser window ONLY shows Google, Github and Builder ID and no ...
-1
votes
0
answers
42
views
AWS App Runner: Deployment passes health checks but fails during traffic routing
I’m running an AWS App Runner service that has been working for months. Recently, whenever I deploy a new ECR image to this existing App Runner service, the deployment passes health checks but fails ...
0
votes
0
answers
21
views
AWS Bedrock Data Automation (BDA) – InvokeDataAutomationAsync returns “Data automation project does not exist”
I am trying to invoke an Amazon Bedrock Data Automation (BDA) project asynchronously to extract structured data from a PDF stored in S3. I am able to successfully create, list, and retrieve the BDA ...
Best practices
0
votes
1
replies
32
views
Terraform | Default tags at module level
I have a Terraform project for my AWS account. At the root, I have a set of modules, each representing a different project. I'd love to apply default tags to each resource, so I can easily propagate ...
0
votes
0
answers
61
views
Error "The requested version (2016-11-15) of service AmazonEC2Internal does not exist"
I have migrated the AWS SDKs (ec2, s3, sts, cloudformation and all) v1.x to 2.x in my springboot project.
After that migration, all things went fine but for ec2 related service, I am facing the ...