this post was submitted on 02 Aug 2023
1000 points (100.0% liked)

196

16244 readers
2272 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 

I’d like to thank the admins for being so open and direct about the issues that they’re facing.

you are viewing a single comment's thread
view the rest of the comments
[–] Phoenixbouncing@lemmy.world 1 points 1 year ago

Got my AWS architect cert 2 weeks ago.

What you can do is setup a spot fleet so it'll fill up with spots and only use on-demand if spot goes above the on demand price.

You could also have a pure spot fleet and a reserved instance and use a load balancer with health checks to route traffic.

The one thing you shouldn't do with cloud providers is lift and shift your existing instances, that's what leads to the crazy prices some people are seeing.

Renting an ec2 on demande and installing your software is almost always the wrong way to do it.