This repository contains couple of AWS Container related services demo.
- AWS Management Console.
- AWS Command Line Interface (CLI).
- AWS Software Development Kits (SDKs)
- AWS APIs
- via Infrastructure As Code tools like Terraform, CloudFormation
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
Instructions to build sample images for the demo.
To provision ECR repo and instructions to push images to it. Aprox Estimated time for TF apply : < 1 min
To provision ECS cluster. Aprox Estimated time for TF apply : < 2 min
To provision EKS cluster. Aprox Estimated time for TF apply : ~ 15 min