Placing a node "on hold" ?
My top priority is to not be in this situation, I want as many customers buying as many months as possible. However, during dry spells I'm wondering if it is possible to set the linode to an "on hold" status where it has maybe 64mb memory. I can reduce it down to 512, but then I'm paying $20 a month for nothing, not a huge expense for sure, but a year of no customers means I spent $240 to have an idle site. I know I could cancel and then reapply, but that's a hassle when I'd rather just bump the linode up from 64mb to 2g.
Again, just curious to know if there is something like this.
13 Replies
@cadenwhitaker:
but a year of no customers means I spent $240 to have an idle site
So you don't want to lose money on a idle VPS, but find it completely acceptable for LINODE to lose money on a idle VPS reserved for you?
With wonky logic like that, I'm guessing you come from the banking industry, where their business model is "everyone but the banker gets screwed".
has previously said
> With wonky logic like that, I'm guessing you come from the banking industry, where their business model is "everyone but the banker gets screwed".
Jesus. Take some valerian root. It was just a question, I wasn't expecting them to do it for free.
> Caker, the one calling the shots here, has previously said that Linode won't go below the $20/month price point.
That's all I needed, thanks funkytastic
Or, instead of storing images, store sets of instructions defining how to recreate the images using puppetcheffabricStackScriptDevStructure
(*) I don't know if private StackScripts stick around when your account has no Linodes; I think they will, but you'll have a local backup anyway, right?
@hoopycat:
(*) I don't know if private StackScripts stick around when your account has no Linodes; I think they will, but you'll have a local backup anyway, right?
They do.
-Chris
Altera Quartus II
(You're storing the byte count of a StackScript in an unsigned long, right..?)
Or, you could store your configuration on S3 and figure out a way to boot up a Linode on demand. They will pro-rate you. If you need a small website to be a placeholder while you are looking for customers, you could always set up a temporary site using shared hosting for a few dollars a year.
As with any product you sell, factor in all the costs. Price whatever you are selling to include $240/year costs. If your business can't sustain that then it is probably time to do something else?
Yeah I agree $240 a year isn't much, this was more of a "is this possible" question.
Here's my final solution
1: SVN for storing code, tags for releases
2: Amazon S3 for storing nightly database backups
3: StackScripts for storing build configs
At that point everything is detached from the node, which is more along the lines of what I wanted (I want to be able to build/destroy with a single click). This gives me the leverage to set up various types of deployments (dev,qa,pre,prod) as well as the ability to automate the creation/destruction of servers. An added side benefit is if I really wanted to turn things off for 6 months (or however long) I would still have everything needed to recreate the instance.
Thanks for all of your input, overall this will give me a cleaner build process, which is better than what I thought I needed in the first place.