Skip to content
View andrejmaya's full-sized avatar
🇺🇦
🇺🇦

Organizations

@t-systems

Block or report andrejmaya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. aws-email-newsletter aws-email-newsletter Public

    Receive AWS newsletter around news, announcements, blog posts and more

    Python 2 1

  2. aws-openshift aws-openshift Public

    Deploy OpenShift with GlusterFS using Amazons CloudFormation, S3, ELB, VPC and EC2

    2

  3. vsphere-packer-vm-deployment vsphere-packer-vm-deployment Public

    This repository provides a streamlined process to quickly provision an Ubuntu virtual machine on your local vSphere ESXi host using Packer. It includes a pre-configured Packer template and detailed…

    HCL 2

  4. aws-ses-email-receive-forwarding aws-ses-email-receive-forwarding Public

    CloudFormation template which automates the E-Mail receiving and forwarding logic

    1 1

  5. gcp-terragrunt-blueprint gcp-terragrunt-blueprint Public

    This Terragrunt project accelerates your Google Cloud IaC deployments with a pre-configured, modular structure. It promotes clean code and best practices, allowing you to efficiently manage infrast…

    HCL

  6. Simple AWS EKS deployment with Terra... Simple AWS EKS deployment with Terraform
    1
    provider "aws" {
    2
      access_key = ""
    3
      secret_key = ""
    4
      region     = "us-east-1"
    5
    }