Found 101 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Releases and Rollback with Ruby on Jets

January 3, 2024
A demo of the jets releases and jets rollback command. This command is available with Jets Pro. https://www.rubyonjets.com
2:33

Dynomite DynamoDB ORM

January 3, 2024
We'll go through the Dynomite Guide docs. We'll be able to show that a posts scaffold works with the Dynomite DynamoDB ORM without any changes. This is because the ORM is ActiveModel compatible. It's an DynamoDB ORM that's ActiveRecord like. GitH...
7:22

Upgrade Tool for Ruby on Jets

January 3, 2024
A demo of the jets-upgrade tool. We'll take jets 4 project and run the jets-upgrade go command on it. It'll help you understand what will happen when you run the tool. It's unfeasible to account for all cases and Jets apps. This script cannot ...
4:07

Getting Started HTML Project with Ruby on Jets

January 3, 2024
We'll go through the Jets Getting Started Learn Guide with a HTML Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate.
16:42

Getting Started Job Project with Ruby on Jets

January 2, 2024
We'll go through the Jets Getting Started Learn Guide with a Job Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate. Jets can be used to run...
16:13

Getting Started API Project with Ruby on Jets

January 2, 2024
We'll go through the Jets Getting Started Learn Guide with a API Jets Project. We'll build a Jets project. Test it locally Deploy it to AWS Lambda Test it on AWS Lambda Clean up and delete it all, back to a clean slate. Jets can be use to buil...
20:11

Iptables and SSH Tunnel

September 6, 2022
We'll use iptables to check how SSH Tunnels work. We'll confirm that IP address that the server sees different thanks to the SSH Tunnel. We'll use netcat, ssh, and iptables to debug in this video. Note: The iptables -F will remove all iptables ...
7:00

Java Tomcat Demo App

August 16, 2022
We'll walk through a tomcat demo app. We'll show how tomcat handles deployment. All you have to do is copy the war file into the webapps folder and tomcat will automatically expand it and reload the server. We'll also explain the tomcat exampl...
12:01
free lesson

Java Install: The Recommended Way

August 16, 2022
Walks you through how to install Java using the sdkman tool. Install curl -s "https://get.sdkman.io" | bash Commands Cheatsheet sdk java -version sdk list sdk list java java -version sdk list maven sdk list gradle sdk list tomcat sdk list ant s...
7:30
free lesson

Java Hello World

August 16, 2022
Stereotypical simple java program prints "hello world". Commands: javac Hello.java java Hello
0:46

Terraform Install: Recommended Way

August 12, 2022
We'll show how to install terraform. Terraform Install Docs: https://learn.hashicorp.com/tutorials/terraform/install-cli tfenv: https://github.com/tfutils/tfenv
5:49
free lesson

AWS CloudFormation Resources

August 4, 2022
We'll introduce the resources section of CloudFormation template. This is the only required section and hence is a good starting point. We'll create a security group because: required: At least one actual resource is required by CloudFormation. ...
13:27
free lesson

AWS CloudFormation Intro: Console Tutorial

August 3, 2022
We'll provide a general introduction with the AWS CloudFormation management console. This is a great way to get started learning how to use CloudFormation. It's also a good refresher for those who already know CloudFormation. Links https://docs...
15:07
free lesson

AWS CloudFormation High-Level Introduction

August 3, 2022
In this introduction we'll talk about what CloudFormation is at a high-level. Note, video is more theoretical than practical hands-on like most other videos. It's quite useful though for those who are just getting started. We'll provide backgroun...
12:05

Terraform templatefile vs template_file: Which One To Use

August 3, 2022
Covers the 2 similarly named templatefile vs template_file and walks through a demo of both. Summary template_file is a data source. No longer recommended by Hashicorp. templatefile is a built-in function. More powerful and cleaner syntax. Use...
9:03
free lesson

Docker Intro: Essential Commands Crash Course

July 26, 2022
We'll cover the common docker commands. These are good to learn when you first get started with Docker. It's also a great refresher if you're already experienced with Docker. Lifecycle Commands docker run # starts a new container docker ps ...
18:37
free lesson

Terraform AWS EC2 Instance: Plan, Apply, Destroy

July 26, 2022
We'll cover how to create a simple EC2 instance resource throughly. We'll go through the commands: terraform init terraform plan terraform apply terraform destroy More importantly, we'll cover the difference between an update-in-place vs an apply...
9:39
free lesson

Terraform S3 Backend: How To Configure Tutorial

July 26, 2022
We'll show how to configure an terraform s3 backend. We'll do a deep dive and inspect what terraform is actually creating in the dynamodb tables and s3 bucket. We'll also talk a little bit about the naming convention for bucket and key path. Git...
7:05

Terraform Intro: What is Terraform?

July 24, 2022
We'll explain what Terraform is. For context, we'll provide a high level overview of: Infrastructure Orchestration Space: Terraform, CloudFormation, Azure Resource Manager, Google Deployment Manager Configuration Management Space: Chef, Salt HCL...
10:44

Terraspace Cost Estimation: A Few Examples with $1,287/mo EC2 Example and Different EKS Clusters

July 22, 2022
We'll review the Terraspace Cost Estimation instructions and then do something fun. We'll see what some of the example modules from the Terraform Registry costs. The cost estimates 🤣 ec2: $8.39/mo complete ec2 example: $1,287/mo 😱 ecs-spot: $141...
12:31

Terraspace All Logging: Terraspace Cloud Saves Logs For Later Debugging

June 22, 2022
We'll show you how terraspace all logging is capture to the terraspace cloud dashboard. It's particularly using if you're using terraspace all in CI/CD.
5:33

Terraspace Cloud Permissions: Allow dev vs prod Access Control

June 14, 2022
We'll cover how the Terraspace Cloud Permissions system works. Docs: https://terraspace.cloud/docs/cloud/permissions/
10:00

Terraspace Cloud Intro and Setup

June 14, 2022
We'll give an introduction to Terraspace Cloud and set it up. We'll go over the website interface and see plans and updates. Docs: https://terraspace.cloud/docs/cloud/setup/
8:09

Azure Uniform vs Flexible Scale Sets: Uniform Are Hidden and Flexible Are Shown

June 13, 2022
Explains the differences between Azure Uniform and Flexible Scale Sets. Uniform Scale Sets: VMs are hidden and abstracted out away. You don't see them and cannot edit them directly. Flexible Scale Sets: VMs are first-class citizens and show up i...
2:30

Azure Resource Groups Intro: What They Are and How to Use Them

June 11, 2022
We'll cover what Azure Resource Groups are and how to use them. After using them here are some learnings and thoughts.
6:30

BoltOps Tools