More Than Certified Certificate of Completion
GitOps with Terraform, AWS, and Spacelift
The GitOps with Terraform, AWS, and Spacelift course was created to teach you the basics of GitOps and how to deploy your infrastructure from your git-based repositories. You'll then learn how to convert a monolithic Terraform application to modules. After that, you're going to learn how to manage your deployment using security policies created in Open Policy Agent. This will allow you to accomplish tasks such as preventing other developers from deploying EC2 instances larger than a t2.micro.
Go to courseCompletion date
Details
Skills covered
GitOps: The practice of using git-based repositories to store, manage, and deploy infrastructure as code.
Terraform: A popular tool for provisioning and managing cloud resources using declarative configuration files.
Terraform Modules: A way to organize and reuse Terraform code for common or complex infrastructure components.
Open Policy Agent: A framework for writing and enforcing policies across different layers of the infrastructure stack, such as security, compliance, and cost optimization.