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

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.

37 discussion posts
Sorted by:
4 votes
419 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? ...

CANTAP969's user avatar
1 vote
353 views
7 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 ...

Karan joshi's user avatar
0 votes
59 views
1 reply

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 ...

Sukchai Dokrang's user avatar
0 votes
23 views
2 replies

"Average Duration" for AWS Fargate tasks

In AWS Pricing Calculator for Fargate, there is a field named "Average Duration". However while provisioning Fargate tasks using Terraform, there is not such parameter. So does that mean: ...

Biju's user avatar
  • 940
0 votes
18 views
0 replies

IAM session policies - how to best use them

I want to better understand how session policies. Looking for discussions on how to better use them. How are people using non-default session policy?

peter cooke's user avatar
0 votes
32 views
2 replies

Connecting AWS VPC to another VPC by NAT-Instance

Connecting AWS VPC to another VPC by NAT-Instance: my case is I want to use an application that connects to another cloud on AWS but it uses voice traffic like UDP and also normal data traffic, what ...

Vasyl Herman's user avatar
0 votes
204 views
8 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 ...

bouachalazhar's user avatar
0 votes
147 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
338 views
14 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
143 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
85 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
  • 458
1 vote
199 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
152 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
66 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
  • 28.2k
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
2 votes
126 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
47 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
0 votes
108 views
0 replies

Grafana Docker - Dockerfile with AWS ECS and RDS PostgreSQL

Hello! I'm thinking about structuring a Grafana on AWS via ECS using the RDS Aurora PostgreSQL or RDS PostgreSQL database I made some changes to the Dockerfile Custom, but the tables need to be ...

Matheus Costa's user avatar
2 votes
96 views
3 replies

Difference between AWS Lambda Reserved and Unreserved Concurrency

I wanted to configure an lambda which runs on frequent basis (Once in every 10 Minutes). Considering the unreserved concurrency there was cold start every time there was invocations. I updated ...

Chris Kao's user avatar
  • 478
0 votes
76 views
0 replies

Best way to read from Kinesis to S3 ?

Hello, I'm new to AWS services, so please feel free to correct me if I'm mistaken. I'm attempting to manage my application's logs such that for each request sent to the API Gateway, it triggers a ...

qxxxx2k2's user avatar
30 votes
2k views
48 replies

which CICD tool should i use ?

well , i have couple of applications , one in node js and other one is in PHP laravel. Both code are managed in github .I have choosen aws as cloud. So which is the most reliable and convenient way ...

Whizkevina's user avatar
0 votes
55 views
1 reply

How to enable multicast on a sender EC2 and test it on 2 receiver EC2s?

I need to create a subnet with 3 EC2s. One EC2 with multicast enabled would be the multicast source and 2 other EC2s which would be multicast clients. Should multicast be enabled at Transit Gateway ...

Varesh Gandham's user avatar
0 votes
337 views
8 replies

No internet access if AWS lambda is associated with any VPC

So when AWS lambda function is associted with any VPC it looses its internet connection as per the information that was passed in this link here. And that is why we cannot access the ec2 recources if ...

Cargo23's user avatar
  • 3,177
4 votes
234 views
2 replies

More companies in the same API

What is the optimal approach for the following scenario? In the project, there are multiple user from multiple companies, each (company) with its own separate DynamoDB table. However, the API Gateway (...

Marek Vondra's user avatar
2 votes
228 views
4 replies

Jenkins, Terraform and AWS

I am being tasked to create a Jenkins job that would enable/disable AWS Config logs for a few separate accounts(I am using admin access, that gets me to all the accounts). I am fairly new and so far I ...

Avinash Sharma's user avatar
1 vote
292 views
12 replies

Is AWS Serverless web api or Azure Function is good for long running process?

I noticed in my team that complete product is based on Azure Function. Everyone is writting all business logic, event triggers, database input output transactions etc in same azure functions. ...

Tanmay Seth's user avatar
1 vote
82 views
3 replies

Chicken-and-egg problem: best solution to create external user accounts for an API Gateway instance without manual creation?

We have an on-premise API we need to expose to external customers. We want to use AWS API Gateway and AWS Site-to-Site VPN to proxy external requests to this on-premise API. There will be ...

stdunbar's user avatar
  • 17.2k
0 votes
166 views
2 replies

Integrating SaaS/features to existing websites

Hello I'm currently exploring potential strategies for developing a feature that could be marketed and seamlessly integrated into second-hand websites. This feature involves backend calculations based ...

JonasHvidNielsen's user avatar
0 votes
132 views
0 replies

How can I replace IPFS service with AWS S3 cloud to upload the NFT metadata

I'm using IPFS as a decentralized storage to store metadata for NFTs, which users set manually on the frontend by filling out a form. The metadata contains images, PDFs, and the name and description ...

Fastnlight's user avatar
  • 1,124
1 vote
488 views
4 replies

Assigning a Static IP to an AWS Fargate Task for Connecting to a Database Outside of AWS

I am deploying an application using AWS Fargate that needs to connect to a MySQL database hosted in DigitalOcean. To ensure connectivity, I need to assign a static IP address to my AWS Fargate task, ...

Mark B's user avatar
  • 196k
15 30 50 per page