prisma / prisma-1-cloud-feedback

Feedback for Prisma Cloud
https://app.prisma.io
5 stars 4 forks source link

Support AWS Aurora Serverless #51

Open RishitKedia opened 6 years ago

RishitKedia commented 6 years ago

Hey there! πŸ‘‹

So, in Prisma Cloud, we have to manage and scale the database on our own when using, say, AWS Aurora or RDS. It'd be pretty cool if we could use Prisma Cloud with Aurora Serverless which would leave the management and auto-scaling of the database to Amazon. It's still in preview, so I'm not sure. Is this possible? πŸ˜‹

Thanks for your time! πŸ™

iamclaytonray commented 6 years ago

I think that's pretty cool but I'd rather see Prisma roll this out when AWS has it in stable mode

sorenbs commented 5 years ago

@RishitKedia and @iamclaytonray Aurora Serverless in now released in GA. It can operate in two modes:

1) $0 baseline cost. In this mode Aurora will turn off the completely when there are no requests. When the first request arrives it will take ~30 seconds before Aurora can start processing requests again

2) $100 baseline cost. In this mode Aurora will always keep a minimum of 2 CUs available, even when there are no requests. The benefit is that there is no ramp-up after a period of inactivity, but it is a fairly high baseline cost.

Would either of these modes work for you?

RishitKedia commented 5 years ago

@sorenbs Hey, SΓΈren. πŸ‘‹

So, some time has passed since I made this request. My previous project, which was using Prisma, could not see the light of day, unfortunately, and my current project's stack does not involve using Prisma or AWS Aurora Serverless, so I'll leave it for others here to comment on this. πŸ™‚

Personally, by just reading your comment, I don't think either of these modes would work for me.

iamclaytonray commented 5 years ago

Sorry, I am no longer using Prisma. I would imagine, though, that both of those options would be great support, one as a hobby plan and one as a professional plan. Or, for example, staging vs production. I wouldn't care about on demand usage for staging but would for production. (Most of the time, depends on the app)

Edit:

I went back to your comment, @sorenbs, and it looks like you and I are saying the same thing but I'm not 100% sure. Anyways, if that's supported, great! Maybe I'll use Prisma again in the future