What AWS Services Should I Use for My Generative AI Project?

0
2
Asked By CuriousCoder42 On

Hey everyone! I'm new to AWS and feeling a bit overwhelmed with all the options. I need some guidance on which services to use for my Generative AI application. Specifically, I'm planning to work with LLMs like Claude and an embedding model, and I also need to set up a vector database and RAG. I'll require storage solutions for images and videos, as well as caching for my application and LLMs. Is AWS user-friendly enough to integrate with Python? I'm looking forward to hearing your suggestions and advice. Thanks for reading my post!

6 Answers

Answered By SecurityFirst On

Before diving into services, make sure you have your account security sorted out—set up Multi-Factor Authentication (MFA) and billing alerts. Trust me, you wouldn’t want to deal with unexpected charges later!

Answered By NewbieGuide On

Absolutely! When starting with AWS, focus on understanding account security and billing. Many newcomers overlook these aspects, and it can lead to complications down the road.

Answered By CloudExplorer On

If you're open to alternatives, I've heard good things about GCP too!

Answered By RapidDev On

Use Bedrock for LLMs along with S3 for both vector databases and storage. Then create your MVP with API Gateway and ECS to manage app integration and caching.

Answered By TechWhiz101 On

For your AI needs, I recommend using AWS Bedrock. It's great for LLMs. You should also check out the new S3 Vector DB, which could be useful. For image and video storage, S3 is the go-to. If you need to cache your application, DynamoDB is a good choice as a serverless key-value database, or you might consider RDS for traditional databases like PostgreSQL or MySQL.

Answered By S3StorageMaster On

For your setup, consider using App Runner or ECS with Fargate for the application. Stick with S3 for storage, use the S3 Vector for your database, and definitely check out Amazon Bedrock for LLMs. Also, don’t forget to apply for AWS startup credits; they can really help!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.