Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Last active December 13, 2024 05:33
Show Gist options
  • Select an option

  • Save wilmoore/e2d5214d41c30875802627ab896600f4 to your computer and use it in GitHub Desktop.

Select an option

Save wilmoore/e2d5214d41c30875802627ab896600f4 to your computer and use it in GitHub Desktop.
Personal Brand :: Social Media :: LinkedIn :: Post :: 🌐 Infrastructure as Code (IaC) Software You Should Know About 🌐

Personal Brand :: Social Media :: LinkedIn :: Post :: 🌐 Infrastructure as Code (IaC) Software You Should Know About 🌐

βͺΌ Made with πŸ’œ by Polyglot.

assistant
related
🌐 Infrastructure as Code (IaC) Software You Should Know About 🌐

So, you've built the app and it works on your machine; but, how do we get it launched out on the internet?

That's where Infrastructure as Code (IaC) is comes into play. 

This stuff can get complicated fast.

You have to make changes in production quickly, but, we are professionals...

One does not simply `ssh` into a server to configure it.

No, professionals use tools like bash scripts or DSL-driven tools like ansible, terraform, or cloudformation.

πŸ’‘If you want to keep it simple, you can just use cloud-init, ansible, and your cloud provider's CLI to provision servers.

That being said, we've gotta keep the hype alive; so, here’s a list of must-know IaC tools for going into 2025:

↳ Ansible
Great for configuration management and automating infrastructure tasks.

↳ AWS CDK
If you love coding infrastructure in your favorite programming language.

↳ AWS CloudFormation
The OG of AWS-native IaC tools

↳ Cloud-Init
For bootstrapping your server instances using your choice of IaC tool, ensuring software, services, and environment configuration come up on first boot.

↳ OpenTofu
Open-source Terraform alternative to keep an eye on.

↳ Pulumi
Code-first approach for multi-cloud infrastructure.

↳ SST (Serverless Stack)
A rising star for serverless development.

↳ Terraform
The powerhouse for declarative multi-cloud IaC.

↳ Wing
A fresh approach to coding cloud apps with infrastructure baked in.



ȚechΕ›avvy CEO
#InfrastructureAsCode #ansible #cloudinit
CleanShot.2024-12-12.at.10.04.28.2.mp4
Which IaC tools do you currently use? Looking to give any of these a try??? πŸ‘‡πŸΎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment