Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.84 KB

infrastructure-architecture.md

File metadata and controls

37 lines (26 loc) · 1.84 KB
description
Infrastructure resources required to deploy DIGIT

Infrastructure Architecture

Various infrastructure resources required for DIGIT deployment can be provisioned from the AWS cloud manually. However, the best practice is to maintain consistency, automation, audit, reusability, and cost forecast. The use of infra-as-code using tools like terraform templates works well to this end.

Infrastructure Resources

{% content-ref url="../../../focus-areas/devops/1.-how-dns-works.md" %} 1.-how-dns-works.md {% endcontent-ref %}

{% content-ref url="../../../focus-areas/devops/2.-load-balancer.md" %} 2.-load-balancer.md {% endcontent-ref %}

{% content-ref url="../../../focus-areas/devops/3.-ssl-cert-manager.md" %} 3.-ssl-cert-manager.md {% endcontent-ref %}

  1. Ingress Rules, WAF, SSL Termination
  2. VPC
  3. Subnets (Private/Public, CIDR, Security Groups)
  4. EKS (Managed Kubernetes Service)
  5. Worker Node Group (Autoscaling)
  6. RDS (Managed Database Service)
  7. NAT Gateway
  8. Internet Gateway
  9. Block Storage (EBS Volumes)
  10. Object Storage (S3)