seeker815 / pulumi-iaac-aws

Experiments with setting up AWS platform and EKS using Pulumi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pulumi-iaac-aws

Repo to setup AWS platform and EKS using Pulumi

Steps to provision Stack

  • Navigate to VPC sub-path

    pulumi up

    Specify the stack name and region

  • Navigate to vpc-networking and update CIDR in code

    pulumi up

  • Navigate to EKS sub-path

    pulumi up

  • Connect to EKS cluster

    aws eks update-kubeconfig --name --region us-west-2

About

Experiments with setting up AWS platform and EKS using Pulumi

License:Apache License 2.0


Languages

Language:Go 100.0%