Code Monkey home page Code Monkey logo

hashicorp's Introduction

Hi, I'm Bryan ๐Ÿ‘‹๐Ÿป

I'm a Udemy Instructor, an Author, and a Principal Consultant.

  • ๐Ÿ—ฃ I've taught over 100,000 students on products such as HashiCorp Terraform, Vault, Consul, Packer, Nomad, AWS services, and GitHub, among others.
  • ๐Ÿš€ I also specialize in AWS, with over 10 years experience of AWS design and implementation
  • ๐Ÿ“ฒ Reach out to me for Consultancy regarding AWS and HashiCorp.
  • ๐Ÿค๐Ÿป I am passionate about my work and always eager to connect with other experts.

Connect with Me On Social Media ๐Ÿค๐Ÿป

linkedin twitter youtube

Udemy Discount Coupons

๐Ÿง‘โ€๐Ÿ’ป ๐Ÿง‘โ€๐Ÿ’ป Video Courses ๐Ÿง‘โ€๐Ÿ’ป ๐Ÿง‘โ€๐Ÿ’ป

Course Link Coupon Code
HashiCorp Certified: Vault Associate (w/ Hands-On Labs) JUNE2024
Integrating HashiCorp Vault with AWS JUNE2024
HashiCorp Certified: Vault Operations Professional JUNE2024
Mastering Terraform Cloud with Hands-On Labs JUNE2024
HashiCorp Certified: Terraform Associate Hands-On Lab Course JUNE2024
HashiCorp Certified: Consul Associate (w Hands-On Labs) JUNE2024
Building Automated Machine Images using HashiCorp Packer JUNE2024
HashiCorp Nomad Fundamentals: The Ultimate Beginner's Guide JUNE2024
Amazon S3 Deep Dive: The Ultimate Guide to AWS Cloud Storage JUNE2024
Amazon Bedrock - The Complete Guide to AWS Generative AI JUNE2024

๐Ÿ“ ๐Ÿ“ Practice Exam Courses ๐Ÿ“ ๐Ÿ“

Course Link Coupon Code
HashiCorp Certified: Terraform Associate Practice Exam JUNE2024
GitHub Foundations Certification Practice Exams JUNE2024
GitHub Actions Certification Practice Exams JUNE2024
Kubernetes and Cloud Native Associate (KCNA) Practice Exams JUNE2024
HashiCorp Certified: Vault Associate Practice Exam JUNE2024
HashiCorp Certified: Consul Associate Practice Exam JUNE2024

My Udemy Profile


My Bookshelf

๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡ Check out the books I've authored on emerging technologies ๐Ÿ‘‡๐Ÿ‘‡๐Ÿ‘‡


Buy My Book on Amazon:

Buy My Books on Gumroad in PDF format



Techology Stack and Experience ๐Ÿ’ป

terraform vault consul packer nomad Udemy git Github Gitlab Amazon Web Services s3 VSCode Shell Scripting Ubuntu Red Hat Docker kubernetes vmware YAML Windows Tesla Ubiquiti

My Certifications ๐Ÿ…

My Achievements ๐Ÿ…

Profile Views

Bryan Krausen

hashicorp's People

Contributors

btkrausen avatar drewmullen avatar edanbrooke avatar gmaentz avatar imvipul3000 avatar liquidmantis avatar lomar92 avatar sheelykyle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hashicorp's Issues

Wrong command given in Terraform Modules lab

In the Terraform Modules Lab, there is a command given: terraform show module.server.aws_instance.web

However the correct command is: terraform state show module.server.aws_instance.web

An argument or block definition is required here.

Hi

I copied main & variables from the Git here , but I am getting this error, thanks for help

$ terraform fmt
โ•ท
โ”‚ Error: Argument or block definition required
โ”‚
โ”‚ on main.tf line 3:
โ”‚ 3: }
โ”‚
โ”‚ An argument or block definition is required here.
โ•ต

โ•ท
โ”‚ Error: Missing attribute separator
โ”‚
โ”‚ on variables.tf line 18, in variable "private_subnets":
โ”‚ 17: default = {
โ”‚ 18: "private_subnet_1" = 1 "private_subnet_2" = 2 "private_subnet_3" = 3
โ”‚
โ”‚ Expected a newline or comma to mark the beginning of the next attribute.

Benefits of state - new EC2 tier required

Hello,

I am getting an error when including, at the end of the lab, the new ec2 instance exactly as stated in the PDF. To solve it I had to change the instance type to t3.micro:

instance_type = "t3.micro"

Error message:
aws_instance.web_server: Creating...
โ•ท
โ”‚ Error: creating EC2 Instance: Unsupported: The requested configuration is currently not supported. Please check the documentation
โ”‚ status code: 400, request id: 2eb37703-a704-4dc0-929a-da365abcbcc0
โ”‚
โ”‚ with aws_instance.web_server,
โ”‚ on main.tf line 117, in resource "aws_instance" "web_server":
โ”‚ 117: resource "aws_instance" "web_server" {

Typo in Task 3.1.1 and 4..1.1

Task 3.1.1 - https://github.com/btkrausen/hashicorp/blob/master/terraform/Hands-On%20Labs/Section%2004%20-%20Understand%20Terraform%20Basics/05%20-%20Intro_to_the_Terraform_Resource_Block.md#task-311

here it is mentioned as:
Run a terraform plan to see that this new Amazon S3 bucket will be added to our account. Don't worry, S3 buckets don't incur any fees unless you upload data to the bucket.

however this step is about deploying a security group not S3 bucket.

same in Task 4.1.1 - https://github.com/btkrausen/hashicorp/blob/master/terraform/Hands-On%20Labs/Section%2004%20-%20Understand%20Terraform%20Basics/05%20-%20Intro_to_the_Terraform_Resource_Block.md#task-411

Coupon Code not working

Hello,

Coupon code for 'Getting Started with HashiCorp Consul 2022' on Udemy is not working.

Best regards
Przemyslaw

Deprecated argument

Hello,

Started your course today, not 100% sure if this is the way to report such a thing.
When following Section 2: Understand Infrastructure as Code (IaC) Concepts, specifically; 6. Benefits of Infrastructure as Code.
The code copied from the .pdf apparently has a deprecated argument.

Specifically the following code:

#Create EIP for NAT Gateway
resource "aws_eip" "nat_gateway_eip" {
  vpc        = true
  depends_on = [aws_internet_gateway.internet_gateway]
  tags = {
    Name = "demo_igw_eip"
  }
}

Gives the following warning:

โ•ท
โ”‚ Warning: Argument is deprecated
โ”‚
โ”‚   with aws_eip.nat_gateway_eip,
โ”‚   on main.tf line 96, in resource "aws_eip" "nat_gateway_eip":
โ”‚   96:   vpc        = true
โ”‚
โ”‚ use domain attribute instead
โ”‚
โ”‚ (and one more similar warning elsewhere)

vpc = true needs to be changed to domain = "vpc", I think. I just started.

#Create EIP for NAT Gateway
resource "aws_eip" "nat_gateway_eip" {
  domain = "vpc"
  depends_on = [aws_internet_gateway.internet_gateway]
  tags = {
    Name = "demo_igw_eip"
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.