Developer Resources


Do you want to be surrounded by experienced DevOps with a history of building world-class infrastructure? Do you lack the ability to bounce ideas off others and struggle to stay up to date with everything going on in this fast-moving industry? Does your DevOps team operate in isolation? Are you stuck trying to get something working with Terraform, Helm, Kubernetes, etc?

If you answered "yes" to any of these questions, then we are here to fix that. We invite you to be a part of our community! Chat with us on Slack. Banter with us on Office Hours via Zoom. Stay on top of industry news with our newsletter. We are a trusted resource for anyone looking to make an informed decision regarding their current and future DevOps needs.

Sign up for our Slack Community

SweetOps is a collaborative DevOps community for engineers of all skill levels. We go out of our way to help others master the tools of our trade. We've added over a thousand new members in the past year alone. Plus, we have Slack archives from the beginning of time so it's easy to find what you're looking for.

ImageJoin us on Slack!

The Power of Community


Kudos again to this slack team. Cloud Posse being an open source DevOps hub is really a great thing. I often talk to other DevOps peeps and mention Cloud Posse and this culture.

— Ryan Smith
Sr. DevOps Engineer at Calm

Image

We're Subject Matter Experts


Terraform Modules

We've developed hundreds of Open Source terraform modules, used by thousands of people and companies.

Kubernetes

We've mastered what it takes to operate efficiently with Kubernetes. We can show you how we do it.

Helm Charts

We've developed dozens of Helm Charts and are big contributors to open-source Helm charts.

 
 

Join us for our Weekly "Office Hours" Round Table

ImageImage

We hold “Office Hours” with our community every Wednesday at 11:30am PST to answer questions on all things DevOps, Terraform, Kubernetes, CI/CD related. We're usually about 25-30 people gathered on the Zoom call.

These roundtable discussions are totally free and really just an opportunity to talk shop with our community of DevOps experts. Come here to collaborate on answers, solutions, and ideas about the products and services we value. It only takes a minute to sign up and join our Zoom meeting.

Register for Office Hours!

Check Out Our Past Sessions


We syndicate our weekly "office hours" as a podcast so you can tune in and listen when it's convenient for you.

 

Frequently Asked Questions

For Developers

We're a motley crew of software engineers who all found their calling in DevOps/SRE arena. We have a mix of complementary skill sets that help us work with a diverse range of companies. Everyone on our team has years of software development experience. We believe this is essential because developers are fundamentally against doing things over and over by hand.

Anyone is free to fork our repositories and try themselves, but our support eliminates the guesswork and shortens the time it takes to implement correctly.

Think of it like this: anyone can walk into a hardware store and pick up the materials to build a house. Very few people can build a house that won't fall down if they don't have the experience of using all the tools and hardware correctly. We fill the gap by providing the knowledge and experience to get you where you want to be faster than doing it yourself.

Get Price
  1. We start with baseline using modules from our repo that are ready to use for our customers. This is simply a remote reference to our modules. These modules are well maintained and all changes upstream are managed using releases, so you can do version pinning
  2. We find as we work with customers over time that as their confidence increases, they begin modifying these modules to fit their own needs, which is expected.

Cloud Posse does offer documentation as part of the engagements but the audience is for experienced developers, so if different documentation is required, these can be created upon request.

SweetOps is a community that is run by Cloud Posse. It exists as a place for our users to collaborate and ask questions related to our large collection of open source projects on GitHub, but also to talk shop and get feedback on anything DevOps related.

Cloud Posse is not affiliated with the github.com/terraform-aws-modules repository, but many users of this organization participate in our SweetOps slack team in the #terraform-aws-modules channel.

Our community of over 6000+ people is open to everyone. You do not need to be a customer to benefit from our community. We have a VERY active and helpful public slack community that is welcoming of all skill levels and backgrounds.

  1. Go to slack.cloudposse.com to register.
  2. Sign up for our weekly “office hours”

p.s. if you're interested in a career at Cloud Posse, this is a great first step.

  • Gruntwork doesn't provide open access to all their modules, they are a subscription service. Cloud Posse open sources everything.
  • All of our code is in GitHub and can be forked and used with no concerns about licensing issues (APACHE2).
  • Gruntwork's Reference Architecture requires Terragrunt
  • Gruntwork is not a consulting company. They do not help with hands-on implementation. That's left up to you.
  • We provide a comprehensive project plan consisting of hundreds of implementation tasks and design decisions that we execute together with your team.
  • Our Slack community is free for anyone to join, not just paying customers.
  • Because our work is Open Source, there's a lower barrier to getting started. That's why it's in use by thousands and thousands of companies. We receive dozens of Pull Requests every week enhancing our modules and fixing bugs.
Get Price

That's a great question! Here's our philosophy:

We'll answer this based on our experience.

For Terraform Continuous Integration (CI), we use GitHub Actions with all of our modules. This works very well for us since we rely on GitHub. Then on a nightly basis, we run aws-nuke to clean up our environments, since failing tests frequently orphan resources that cost money and can conflict with other tests.

For a proper Terraform Continuous Delivery (CD) workflow, we think your best bet is to start with a SaaS solution and learn from that. Your options are Terraform Cloud, Scalr, Spacelift. Terraform CD is non-trivial to do well. You can easily stick Terraform into any pipeline, but a well-built terraform CD pipeline will have a terraform plan → planfile → approval → apply workflow. You'll need to stash the planfile somewhere and the planfile may contain secrets.

Unfortunately, we're not able to take on small engagements. You can, however, join us every single week for 100% free “Office Hours”—where we seek to answer your questions. Just register for an invitation.

We hold our “Office Hours” every Wednesday at 11:30 am PT via Zoom. We're typically 30+ people on the call and all skill levels are welcome.

Checkout our past recordings on YouTube or subscribe to our Podcast.

Get Price

We recommend you first sign up for our slack team. Then join the #office-hours slack channel and ask your question there. We'll make sure to address it on our next call. Of course, you can always just join us this week and ask us there.

You're other option is to register for our FREE weekly office hours. We host these calls every Wednesday at 11:30am PT.

Cloud Posse is based in Los Angeles (PT), which is ~GMT-8 depending on the time of year. =) However, our community of more than 3,200 members is truly global. There's always someone online at any given time of the day.

We hold these sessions every Wednesday from 11:30am – 12:30pm PST (GMT-8).

Make sure to register to receive a calendar invitation.

Can you walk through the typical lifecycle of a small change that you might help us with, specifically with how it relates to coordinating changes between your team and ours?

Every change in your environment starts with submitting a pull request as our solution is built with a fully GitOps driven approach. Depending on the CODEOWNERS configuration for the repository, branch protections will require all pull requests to have approvals by specific stakeholders, in addition to requiring all checks to pass. We also try to automate as much of the review process as possible. For example, when the pull request is opened, it automatically kicks off a job to validate the change against your environment so you can see the impact of any change.

The coordination needed is simply about figuring out who will be responsible for each part of the release process. The tooling handles the rest and we have a policy-driven approach (Open Policy Agent) to enforce it.

This includes:

  • Who will submit the pull request, which is entirely dependent on your comfort level with the change, or if you prefer us to take the lead.
  • Reviewing the pull request and applying changes to it as needed.
  • Approving and merging the pull request.
  • Validating and confirming the changes.

The toolchain in your CI/CD process provides Slack notifications and full audit history of everything that happens to give you optimal visibility and traceability.

Lastly, where applicable we implement blue/green rollout strategies for releases, but there are edge cases where a change could be disruptive to active development or live services. In such cases, these would be carefully coordinated to be released at an approved time.

Get Price