baileyvw / AWS_Container_Services

was ear ecstasy eks and terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS_Container_Services

This repository contains couple of AWS Container related services demo.

Ways of managing AWS resources.

  • AWS Management Console.
  • AWS Command Line Interface (CLI).
  • AWS Software Development Kits (SDKs)
  • AWS APIs
    • via Infrastructure As Code tools like Terraform, CloudFormation

Network

To provision the basic network infrastructure apply the terraform code

terraform init
terraform plan --var-file=inputs.tfvars
terraform apply --var-file=inputs.tfvars

Aprox Estimated time for TF apply : 3 min

Image Build

Instructions to build sample images for the demo.

ECR

To provision ECR repo and instructions to push images to it. Aprox Estimated time for TF apply : < 1 min

ECS

To provision ECS cluster. Aprox Estimated time for TF apply : < 2 min

EKS

To provision EKS cluster. Aprox Estimated time for TF apply : ~ 15 min

About

was ear ecstasy eks and terraform


Languages

Language:HCL 94.5%Language:Dockerfile 3.5%Language:HTML 2.1%