yuval.guide
open-menu closeme
courses
topics icon
linux bash python git containers k8s aws terraform checkpoint jenkins prometheus
About
github linkedin
  • Eks Console Walkthrough

    calendar Jun 25, 2024 · 3 min read · aws  ·
    Share on: twitter facebook linkedin copy

    VPC for our EKS

    • We'll be creating a VPC that spans over 2 AZs, and that has 4 subnets, 2 in each AZ
    • For each AZ we'll have a private+public subnet, so that if the cluster will initiate a load balancer, it can use target pods in both AZs.
    • VPC Components:
      • VPC
      • A new internet gateway (IGW).
        Don't forget to attach it to …


    Read More
  • Alb Walkthrough

    calendar Jun 24, 2024 · 4 min read · aws  ·
    Share on: twitter facebook linkedin copy

    The following post will take you through a detailed and explained creation of aws application load balancer.

    <img
      loading="lazy"
      decoding="async"
      alt="Application Load Balancer" …</picture></figure></p>
    

    Read More
  • my first lambda - part 2

    calendar Jun 17, 2024 · 0 min read · aws  ·
    Share on: twitter facebook linkedin copy


    Read More
  • my first lambda - part 1

    calendar Jun 15, 2024 · 4 min read · aws  ·
    Share on: twitter facebook linkedin copy

    What we're going to do

    • We are going to create our first lambda function
    • Our function will get 3 numbers, and decide if these can be lengths of a triangle.
    • We are going to use the aws console
    • We'll write the code in Python programming language
    • We'll write a handler and understand its usage and parameters …


    Read More
  • About Lambda

    calendar Jun 15, 2024 · 2 min read · aws  ·
    Share on: twitter facebook linkedin copy

    <img
      loading="lazy"
      decoding="async"
      alt="AWS Lambda"
      
        class="image_figure image_internal image_unprocessed"
        src="/aws/compute/lambda.png"
      
      
    />
    
    </picture>
    

    What is …


    Read More
  • Dynamodb Conecpts

    calendar Jun 12, 2024 · 3 min read · aws  ·
    Share on: twitter facebook linkedin copy

    Core DynamoDB Objects

    • Tables
      DynamoDB stores data in tables. A table is a collection of data.
      <img
        loading="lazy"
        decoding="async"
        alt="DynamoDB table"
        
          class="image_figure image_internal …</picture></figure></li></ul>
      


      Read More
  • About Dynamodb

    calendar Jun 12, 2024 · 2 min read · aws  ·
    Share on: twitter facebook linkedin copy

    <img
      loading="lazy"
      decoding="async"
      alt="DynamoDB NoSQL Database"
      
        class="image_figure image_internal image_unprocessed"
        src="/aws/db/dynamodb.png"
      
      
    /> …</picture></figure></p>
    

    Read More
  • Ami Amazon Machine Images

    calendar Jun 3, 2024 · 2 min read · aws ec2  ·
    Share on: twitter facebook linkedin copy

    <img
      loading="lazy"
      decoding="async"
      alt="AMI - AWS Machine Image"
      
        class="image_figure image_internal image_unprocessed"
        src="/aws/storage/AMI.png"
      
      
    /> …</picture></figure></p>
    

    Read More
  • Aws Top

    calendar May 29, 2024 · 1 min read · aws  ·
    Share on: twitter facebook linkedin copy

    aws security

    • IAM Introduction

    aws networking

    • Global Accelerator

    aws compute

    • aws ec2 ---

      AMI (amazon machine images)

    • aws lambda ---

      about lambda

    aws storage

    • EC2 Storage

    • AWS EFS

    aws databases

    • aws dynamodb ---

      About DynamoDB


    Read More
  • EC2 Storage

    calendar May 29, 2024 · 2 min read · aws storage  ·
    Share on: twitter facebook linkedin copy

    Let's get a high-level view of ec2 storage.

    Storage Options

    • AWS EC2 comes with several storage options:
      • AWS EBS is a block-level storage that persists independently from the life of its associated instance.
      • EC2 Instance Store provides temporary block-level storage for instances. It resides physically on the …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»


Google ads

Tags

LINUX 24 AWS 18 GIT 16 JENKINS 16 BASH 14 CI/CD 14 K8S 12 PYTHON 11 TERRAFORM 10 KUBERNETES 9 CONTAINERS 6 PROMETHEUS 3 NETWORKING 2 SECURITY 2
All Tags
AWS18 AWS NETWORKING1 BASH14 CCSA1 CHECKPOINT1 CI/CD14 CONTAINERS6 DATA1 DEVOPS1 DOCKER1 EC21 EFS1 GIT16 IAM1 JENKINS16 K8S12 KUBERNETES9 LINUX24 NETWORKING2 PROMETHEUS3 PYTHON11 SECURITY2 STORAGE1 TCP/IP2 TERRAFORM10
[A~Z][0~9]
Created by Yuval Shaul

Copyright 2023-  CREATED BY YUVAL SHAUL. All Rights Reserved

to-top