Skip to content

lkravi/AWS_Container_Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS_Container_Services

This repository contains couple of AWS Container related services demo.

Demo

Watch the video

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published