Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 571 Bytes

File metadata and controls

26 lines (17 loc) · 571 Bytes

Provision an EKS cluster with full AWS resources

This repository deploys EKS cluster with full AWS resources using Ansible and Terraform using only Docker.

Prerequisites

  • AWS Credentials
  • Docker

Ansible Playbook

  1. Clone the repository
  2. Build the Docker image
  3. Run the Docker image
  4. Run the Ansible playbook

see ./ansible/README.md for details

Terraform

  1. Clone the repository
  2. Build the Docker image
  3. Run the Docker image
  4. Run the Terraform commands

see ./terraform/README.md for details