# Open Source

## CloudTruth Open Source

We provide open source projects such as:

* [Kubernetes operator](https://github.com/cloudtruth/kubetruth)
* [CLI](https://github.com/cloudtruth/cloudtruth-cli)
* [GitHub Actions plugin](https://github.com/cloudtruth/configure-action)
* [Argo CD plugin](https://github.com/cloudtruth/argocd-cloudtruth-plugin)
* [Terraform provider](https://github.com/cloudtruth/terraform-provider-cloudtruth)
* [Import Utility](https://github.com/cloudtruth/importer)
* [Circle CI integration](https://github.com/cloudtruth/cloudtruth-cli)

[Check out all our open repos on GitHub](https://github.com/cloudtruth)

## Atmos enhances Terraform on AWS

Our CTO [Matt Conway](https://www.linkedin.com/in/matthewrbconway/) created Atmos and AWS-Bastion to make our life easier and we hope you find them as useful as we do.

Breathe easier with Atmos + Terraform. Cloud system architectures made easy.

Atmos provides a layer of organization on top of Terraform for creating cloud system architectures with Amazon Web Services. It handles the plumbing so you can focus on your application. The core Atmos runtime is free and open-source, with a business friendly license (Apache). It provides basic recipes to help get you going with a service-oriented architecture implemented with AWS Elastic Container Services.

View the [screencast](https://simplygenius.wistia.com/medias/zamoxtlqe0) for a detailed walkthrough (\~1 hour) of the quickstart. Or try the [condensed screencast](https://simplygenius.wistia.com/medias/2syql5mnud) if you just want to take a quick look (\~7m).

[View on GitHub](https://github.com/simplygenius/atmos)

## AWS-Bastion

A docker container that provides SSH/VPN by using AWS IAM groups to control which IAM users can SSH using the SSH public key stored for those users in IAM (only they have the private key).

This lets a user control SSH/VPN access to a VPC without having to deal with credentials – just put users in the right IAM group to enable them to ssh in and remove them from the group to disable them. Users have full control over the ssh keypair for authentication.

[View on GitHub](https://github.com/cloudtruth/aws-bastion)<br>
