You are on page 1of 1

AWS Cost Analysis – SWISS

Current config: c4.2xlarge with 30 GB root volume with storage tier of ssd gp2 with two additional EBS
of 100GB (tier: IO1) and 500GB (tier: sc1).

IAM Policy/Rule:

NOW: Full Access to EC2 service

Recommended: Full Access to AWS Services (Billing optional)

Following are the recommended AWS deployment scenarios:

Dev/Test Environment:
Running a two node (EC2 instances) with root volumes of 100 GB (ssd gp2) Kubernetes cluster for the
deployment of Web and Backend with collocated DB and media (storage) to be offloaded on S3.

EC2 instance Recommended flavor: c4.xlarge

Services offloading:

Web: EC2 instance

Backend: EC2 instance

DB: EC2 instance

Storage: S3

Production Environment:
Running a two node EKS Cluster with two EC2 instances (Flavor and volume TBD later) for the
deployment of Web and Backend with RDS provisioned instances (Flavor and volume TBD later) and
storage to be offloaded on S3.

Services offloading:

Web: EKS

Backend: EKS

DB: RDS/ EKS

Storage: S3 and CloudFront

You might also like