Skip to main content

AWS Collective

Discuss AWS with peers and experts Learn more
A new space for technical discussions about AWS
Share your insights, advice and experience with peers and experts
Engage and discuss in threaded post replies

Discussions

Browse discussion posts about AWS.

35 discussion posts
Sorted by:
0 votes
97 views
2 replies

Can Fargate resize pods on demand?

Say i configure a container with 2 vCPU and 4 GB memory on Fargate. If the task needs more memory down the lane, can Fargate auto size the container to use 8GB instead of 4? And maybe 4 vCPU instead ...

NavaneethaKrishnan's user avatar
1 vote
231 views
4 replies

Best Cloud Platform (AWS, GCP, Azure) for Deploying E-commerce Startup Application: EKS vs. GKE vs. AKS?

I'm in the process of deploying my e-commerce startup application to the cloud and I'm seeking advice on choosing the best cloud platform among AWS, GCP, and Azure, as well as the optimal managed ...

Shaista Aman's user avatar
0 votes
101 views
4 replies

How use FFmpeg from AWS Lambda

I want to read a .mp4 file in AWS S3 from AWS Lambda. What's the best choice, FFmpeg x AWS Lambda or S3 Batch Operation x AWS Mediaconvert? I need the cheaper solution because I have 3 million videos ...

Thom A's user avatar
  • 93.5k
0 votes
23 views
0 replies

FFmpeg vs Mediaconvert

I want to read a .mp4 file in AWS S3 from AWS Lambda. What's the best choice, FFmpeg x AWS Lambda or S3 Batch Operation x AWS Mediaconvert? I need the cheaper solution because I have 3 million videos ...

bouachalazhar's user avatar
1 vote
301 views
17 replies

Developers Experience Platform.

We are a start-up that is building a Web application that will Help young Developers around the World gain Experience and Confidence by building real-world applications with Senior Developers.The ...

Kevin B's user avatar
  • 95k
1 vote
117 views
3 replies

How is the release process that you use in your work or personal projects?

Hello everyone, I have a question about your day-to-day work. I work as a software engineer, and at my company, we have an internal tool that facilitates the release process for the features we ...

Simon Lucy's user avatar
0 votes
32 views
0 replies

Migrating from Azure App Service with ACR to AWS

I have deployed a NestJS application on Azure App Service using Azure Container Registry (ACR). I am now planning to migrate this application to AWS without any manual intervention. Are there any ...

Jenish MS's user avatar
  • 459
1 vote
165 views
3 replies

How does AWS Lambda find and execute the specified handler in a function?

I'm trying to understand how AWS Lambda can find and execute the specified handler in a Lambda function. Specifically, I would like to know: Handler Resolution Process: How does AWS Lambda use the ...

Somsak Meesangpetch's user avatar
2 votes
131 views
4 replies

AWS Fargate pricing calculator

The AWS pricing calculator for Fargate has an input field named "average duration"s - is that the average duration per task? There is another input field named "Number of tasks or pods&...

peter cooke's user avatar
0 votes
43 views
0 replies

Tools that can combine a csv with meta data and feed them to LLM to query them

I have a table that looks like this: pd.DataFrame({'HRHHID': [1,2,3,4,5], 'HEHOUSUT': [2,3,1,4,2], 'HETELHHD': [1,2,1,1,1]}) I also have a txt file with some "meta data" for this file that ...

quant's user avatar
  • 4,388
0 votes
64 views
0 replies

The more I invoke the more is trained? Is that true with aws lex?

Does the AWS Lex bot get trained more with increased usage? I am asking because I am encountering inconsistent behavior. I'm working with a Lex bot deployed in two regions (Virginia and Frankfurt). ...

M--'s user avatar
  • 28k
1 vote
56 views
0 replies

What is the best way to use ASG priority when you are building multiplatform docker image?

I have a use case where I need to deploy a Docker image on Graviton. However, as per AWS, Graviton instances are not as widely available as x86 or AMD instances. Therefore, I am creating a multi-...

Sarvesh Mishra's user avatar
4 votes
354 views
13 replies

Can we have huge number of endpoints in same azure function or aws lambda?

In my organization I am noticing that people are keep on adding different endpoints in same function.cs file provided by azure. I am wondering is this correct approach for exponentially growing code? ...

Chris Schaller's user avatar
2 votes
124 views
4 replies

Does ECS Fargate need cluster and nodes to be provisioned?

I'm trying to deploy containers on ECS Fargate. I understand we can deploy the containers as Fargate tasks. But is there any concept of provisioning clusters and nodes on ECS cluster for deploying ...

Dhyey Dave's user avatar
0 votes
42 views
0 replies

Pros and Cons of DynamoDB structure?

Hello, I'm using DynamoDB as the primary database for a barbershop app. During development, I've encountered an issue that I'd like some advice on. I don't have much experience with DynamoDB, so I'm ...

Roman Mahotskyi's user avatar
15 30 50 per page