Open Source
CloudTruth could not exist without the open source community. One of our core commitments is to give back to the community to benefit others.
Last updated
Was this helpful?
CloudTruth could not exist without the open source community. One of our core commitments is to give back to the community to benefit others.
Last updated
Was this helpful?
We provide open source projects such as:
Our CTO 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 for a detailed walkthrough (~1 hour) of the quickstart. Or try the if you just want to take a quick look (~7m).
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.