Lessons with tag: spot

Found 14 results

Search Tips:

To OR search terms: "terraform aws"

To AND search terms: "+terraform +aws"

To filter or reject search terms: "-aws"

Terraspace: EKS Spot Cluster with the Terraform Registry

November 20, 2021
We'll create an EKS Spot cluster. This is very useful to testing and savings 50% to 90% vs on-demand. Links: Terraform Registry EKS Module: terraform-aws-modules/eks/aws GitHub: boltops-learn/terraspace-aws-eks
15:08

How to Find Current AWS EC2 Spot Market Prices

December 13, 2021
We'll show you how to find current AWS EC2 Instance spot prices. There are several ways, we'll go through 6 of them! Links: Blog Post: How to Find the Current AWS EC2 Spot Market Price Amazon EC2 Spot Instances Pricing Spot Instance Advisor EC2...
5:20

AWS Spot Fleet with the EC2 Console

December 13, 2021
We'll create a Spot Fleet with the EC2 console. Spot fleets are very powerful. They create multiple EC2 instances and manage them. There are different Spot Request Types. We'll also review and explain them. Request Type Persistence instance...
10:57

AWS Spot Instance with the EC2 Console

December 13, 2021
We'll show you how to launch a spot EC2 instance. There are different Spot Request Types. We'll also review and explain them. Request Type Persistence instance one-time instance persistent fleet request fleet maintain
7:29
free lesson

Google Preemptive VM or Spot Instance with the VM Console

December 13, 2021
We'll create a Google Preemptive VM, IE: Spot Instance. We’ll use the Google Console and review the price difference. You'll show you how much you can save.
1:51

Azure Spot VM with the Portal

December 13, 2021
We'll create an Azure Spot Virtual Machine wth the Portal. Azure's Spot offering is different in that you'll need larger instance sizes for spot. We'll show you in the demo.
3:04

AWS Launch Templates Pros vs Cons and Theory vs Practice: How to Use Them in the Real World

December 15, 2021
We'll introduce AWS Launch Templates and explain what they do. More importantly, we'll talk about the Theory vs Practice of using Launch Templates. How to actually use them in practice. What Settings Can We Change at Launch Time? Launch Templa...
10:13

AWS Launch Templates and a Single Instance with the Console: Useful to Avoid Manual Repetition

December 16, 2021
We'll introduce AWS Launch Templates. They can be used to launch an EC2 Instance, AutoScaling Group, or Spot Fleets. In this video, we'll create a single EC2 instance.
14:50

AWS AutoScaling Spot Mixed Instance Types: Newer Way to Launch Instances

December 16, 2021
We'll build an AutoScaling Group with Mixed Instance Types. This allows you to use a combination of on-demand and spot instances. As a part of this, we'll define a Launch Template, since Mixed Instance Types are only supported with Launch Template...
15:14

Google Virtual Machine with the Console

December 17, 2021
We'll build a Google VM with the Console. This is a great way to get started and learn how Virtual Machines work with Google Cloud. We'll cover how the startup script works with the VM. The startup script can be used to install your own custom sof...
12:51

AWS AutoScaling Group with ELB: Popular Stack with Traditional VMs

December 17, 2021
Show you how to build an AutoScaling Group with an ELB. We'll create a Launch Template, Security Group, Application Load Balancer, and AutoScaling Group with Multiple Instance Types. We'll cover many details of each of the settings. Will also prov...
23:05

Different Ways to Launch AWS EC2 Spot Instances

December 25, 2021
We'll provide a high-level overview of the different ways to launch AWS EC2 spot instances. We'll talk about their different complexity levels and age in existence. The 3 different ways: EC2 Instances Spot Fleets AutoScaling Groups The recomme...
2:52

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

Terraform AWS AutoScaling with Mixed Instance Types

August 3, 2022
We'll create an AWS AutoScaling Group with Mixed Instance Types. This is one of my favorite stacks because it allows us to mix and match spot and on-demand instances. With spot, we can save 50-90%. Terraform AutoScaling Docs https://registry.t...
12:24

BoltOps Tools