Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-web-services]

When asking about Amazon Web Services (AWS), specify which services you are using. Provide details on your architecture/configuration - do not include proprietary or sensitive information this is a public forum. Share relevant parts in a code block along with language tags. Specify the SDK/CLI version. Detail troubleshooting steps taken. The AWS tag is rarely used alone and should be used with other tags to more clearly define the topic of the question.

0 votes
1 answer
22 views

How do I control the FQDN for my AWS load balancer?

When I create a load balancer in AWS it gets allocated a DNS name (A-record) {name-provided}-971871181.ap-southeast-2.elb.amazonaws.com. The problem is I don't seem to have any control over the -...
Dylan Nicholson's user avatar
-1 votes
0 answers
9 views

listing aws rds instance types

When calling this API, the response is significantly delayed, especially for the MariaDB engine. What could be causing this, and how can I resolve it? const rdsClient = new RDSClient(awsCredentials); ...
KAVYA P's user avatar
-3 votes
1 answer
37 views

Why Oracle JDK 13 is available but not corretto 13 [closed]

Why Oracle JDK 13 is available but not corretto 13 from AWS? https://docs.aws.amazon.com/corretto/ - Shows version 11 and then 17. Is there any way to get this?
TPS's user avatar
  • 507
0 votes
0 answers
11 views

Amazon Managed Service for Apache Flink keeping S3 as data source

Is it possible to read files from S3 whenever a new file is added from AWS Managed Apache Flink and I need to process the list of new files data one by one, the final result needs to be added to ...
Jayanth's user avatar
  • 495
0 votes
0 answers
183 views

Can I download a old version of google chrome stable? [closed]

I use the below config file in the .ebextensions to preinstall the Google Chrome stable when deploying our Ruby application to AWS EB. commands: 01-install: command: rpm -q google-chrome-...
lei lei's user avatar
  • 1,829
0 votes
0 answers
31 views

Best way to navigate EC2 metadata http://169.254.169.254/

Given that http://169.254.169.254/ is structured like s3 or a simple file system. There has to be an easy way to navigate it. Like with cmdline commands in a terminal with at least these 3 commands cd....
Ranald Fong's user avatar
0 votes
0 answers
12 views

AWS KMS ECC keys access control

Is it in any way possible to restrict AWS KMS signing operation with a EC private key to a particular AWS Nitro Enclave? That is, make is such that only the enclave with a given PCR hash is capable/...
Nikita Kalinichenko's user avatar
0 votes
0 answers
8 views

How to Efficiently Upload Files in Parallel in Next.js/Node.js Using Async and S3?

I'm working on a Next.js project where I need to upload multiple files to AWS S3 in parallel. I'm using the @aws-sdk/client-s3 for uploading the files. Despite trying different approaches, my uploads ...
Hassaan Baig's user avatar
0 votes
0 answers
21 views

Nuxt Vercel Deployment Failing

Worth a shot asking here. I am having trouble deploying my Nuxt app onto Vercel for some strange reason, I can't pinpoint the error. When I deploy, everything seems fine in the deployment script, but ...
clew-bot's user avatar
-1 votes
0 answers
17 views

EKS Argo/Helm generated LoadBalancer will not put instances in service in AWS

Using ArgoCD I have generated an ApplicationSet that has a working Pod and container. However, the Service says it is healthy in the ArgoCD dashboard, and then when I look at the AWS console for the ...
UCFChandra's user avatar
0 votes
0 answers
11 views

Error in scheduling a Sagemaker notebook execution without using jobs

I have tried setting up a Lambda function to trigger the Notebook instance start and added a lifecycle config to execute the notebook file and then stop when its idle for 5 mins. However as the ...
Frank's user avatar
  • 169
0 votes
0 answers
18 views

Is it possible to write AWS Lambda function with streamed response in C#

I want to make a lambda function that returns a 12-13mb files. According the docs, for regular functions response payload limit is 6mb - for streamed - 20mb. I found a documentation with streamed ...
Alex Zaitsev's user avatar
  • 2,726
-2 votes
0 answers
15 views

"Error: Cannot find module 'index'\nRequire stack:\n- /var/runtime/index.mjs"

I am trying to invoke a lambda function on AWS but I am getting the error: "Error: Cannot find module 'index'\nRequire stack:\n- /var/runtime/index.mjs" Folder structure: enter image ...
Shreya's user avatar
  • 1
0 votes
0 answers
16 views

Amazon S3 bucket requirements for create spot-datafeed-subscription

I want to create a spot-datafeed-subscription with the documentation on Track your Spot Instance costs by subscribing to a data feed - Amazon Elastic Compute Cloud. I am kind of lost in how I have to ...
Julia Bambie's user avatar
0 votes
0 answers
18 views

AWS lambda: Unable to determine service/operation name to be authorized

I am trying to deploy my lambda based on fastAPI and Mangum and invoke it from API Gateway. If I test it from AWS console from API Gateway, it works and I get reply as it is expected. Then it seems ...
eery's user avatar
  • 1

15 30 50 per page
1
3 4
5
6 7
10649