✓ Solved

Is there an AWS Cloudformation equivalent on Linode

What is the equivalent component of AWS CloudFormation Template in Linode ?

1 Reply

✓ Best Answer

The closest equivalent would be our StackScripts, which allow you to automate deployment of custom setups by writing a script to be run at the time you deploy a Linode. You can create new Linodes using a StackScript at any time, and you can use either your own script or one from our community. This guide can walk you through creating and writing your first StackScript:

How to Write Scripts for Linode StackScripts

An alternative option would be to create an image to be used as a "golden image" for deploying new Linodes. Rather than relying on a script to set up and install on a new Linode, you can deploy from an image that already has the software and configurations you need. Something to keep in mind with images is that custom images do incur a charge of $0.10 per GB and have a size limit of 6GB.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct