Virtualization

This is the CHEAPEST way to run on cloud! (Cheaper than Hetzner)



WANT to create a business selling courses and content? Go here:
WANT to learn programming? Go here:

Follow me on other platforms to stay connected:

htps://instagram.com/mehulmpt

[ad_2]

source

Related Articles

25 Comments

  1. The more interesting part would be, if there are plenty of spots instances then they might not take back, but rather it depends on the AWS business requirements how they want to handle this, Do they want to keep it as spots instance or will they intentionally take back and you have to now migrate to a primary instance.

  2. There's some good AWS-CDK and other code examples on GitHub (for a long time actually) and good articles out there for using spot instances for different types of workloads. I clicked through the video, you have some really good explanations, thank-you for sharing!

  3. Really interesting idea but yeah same question as you how to move everything. They should create some resources for this. But nevertheless I am gonna pitch them in my next team tech talk.

  4. ๐Ÿ“Œ system design for that comes in my mind as a junior dev:
    – Put a route/request handler instance in front of a large EC2 spot instance
    – ec2's state always sync with a reliable instance
    – user request -> route handler -> ec2 spot -> goes back to route handler -> resolved to user.
    – if route handler lost connection with ec2, then it's initiate another ec2 spot & send the unresolved requests again.

  5. Please make a video on unikernel (like mirage os) and how this can be used with docker I guess (or maybe even spot instances)

    there is also criu which can allow for live migration , but I am not sure if it can migrate network packets / recontinue them , I am not sure

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button