Skip to content

Commit 33addac

Browse files
authored
docs: update instance prices (#1127)
### Motivation I need a change in `/infra/` so the github action picked it up and run the deployment <!-- TODO: Say why you made your changes. --> ### Modifications update instance prices doc <!-- TODO: Say what changes you made. --> <!-- TODO: Attach screenshots if you changed the UI. --> ### Verification <!-- TODO: Say how you tested your changes. -->
1 parent 9a9352f commit 33addac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/eks/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class LinzEksCluster extends Stack {
6666

6767
const nodeGroup = this.cluster.addNodegroupCapacity('ClusterDefault', {
6868
/**
69-
* c6i.large: ~$70/month, t3.small: ~$12/month.
69+
* c6i.large: ~US$60/month, t3.small: ~US$15/month.
7070
* Compare instance types and costs at https://instances.vantage.sh/
7171
* Instances are requested in order listed.
7272
* https://docs.aws.amazon.com/eks/latest/userguide/managed-node-groups.html#managed-node-group-capacity-types

0 commit comments

Comments
 (0)