|
|
@@ -90,17 +90,15 @@ const ProvisionerFlow: React.FC<Props> = ({
|
|
|
<>
|
|
|
<Spacer height="15px" />
|
|
|
<Fieldset background="#1b1d2688">
|
|
|
- <Text>
|
|
|
- • Amazon Elastic Kubernetes Service (EKS) = $73/mo
|
|
|
- <Spacer height="15px" />
|
|
|
- • Amazon EC2:
|
|
|
- <Spacer height="15px" />
|
|
|
- <Tab />+ System workloads: t3.medium instance (2) = $60.74/mo
|
|
|
- <Spacer height="15px" />
|
|
|
- <Tab />+ Monitoring workloads: t3.large instance (1) = $60.74/mo
|
|
|
- <Spacer height="15px" />
|
|
|
- <Tab />+ Application workloads: t3.xlarge instance (1) = $121.47/mo
|
|
|
- </Text>
|
|
|
+ • Amazon Elastic Kubernetes Service (EKS) = $73/mo
|
|
|
+ <Spacer height="15px" />
|
|
|
+ • Amazon EC2:
|
|
|
+ <Spacer height="15px" />
|
|
|
+ <Tab />+ System workloads: t3.medium instance (2) = $60.74/mo
|
|
|
+ <Spacer height="15px" />
|
|
|
+ <Tab />+ Monitoring workloads: t3.large instance (1) = $60.74/mo
|
|
|
+ <Spacer height="15px" />
|
|
|
+ <Tab />+ Application workloads: t3.xlarge instance (1) = $121.47/mo
|
|
|
</Fieldset>
|
|
|
</>
|
|
|
}
|
|
|
@@ -109,7 +107,7 @@ const ProvisionerFlow: React.FC<Props> = ({
|
|
|
<Text color="helper">
|
|
|
Separate from the AWS cost, Porter charges based on the amount of resources that are being used. Porter pricing is as follows, prorated to the minute:
|
|
|
</Text>
|
|
|
- <Spacer y={1}/>
|
|
|
+ <Spacer y={1} />
|
|
|
<Cost>$0.019/hr/vCPU + $0.009/hr/GB RAM</Cost>
|
|
|
<Spacer y={1} />
|
|
|
<Text color="helper">
|