@@ -10,19 +10,23 @@ By default, `control-tower` deploys to the AWS eu-west-1 (Ireland) region or the
10
10
| Web Server | t2.small | 1 | 18.30 |
11
11
| Worker | m4.xlarge (spot) | 1 | ~ 50.00 |
12
12
| RDS instance | db.t2.small | 1 | 28.47 |
13
- | NAT Gateway | - | 1 | 35.15 |
13
+ | NAT Gateway* | - | 1 | 35.15 |
14
14
| gp2 storage | 20GB (bosh, web) | 2 | 4.40 |
15
15
| gp2 storage | 200GB (worker) | 1 | 22.00 |
16
16
| ** Total** | | | ** 176.62** |
17
17
18
+ > \* NAT gateway also incurs $0.048 per GB processed by the gateway (both ingress and egress)
19
+
18
20
## GCP
19
21
20
- | Component | Size | Count | Price (USD) |
21
- | ---------------| -----------------------------------| -------| ------------:|
22
- | BOSH director | n1-standard-1 | 1 | 26.73 |
23
- | Web Server | n1-standard-1 | 1 | 26.73 |
24
- | Worker | n1-standard-4 (preemptible) | 1 | 32.12 |
25
- | DB instance | db-g1-small | 1 | 27.25 |
26
- | NAT Gateway | n1-standard-1 | 1 | 26.73 |
27
- | disk storage | 20GB (bosh, web) + 200GB (worker) | - | 40.80 |
28
- | ** Total** | | | ** 180.35** |
22
+ | Component | Size | Count | Price (USD) |
23
+ | ---------------| ---------------------------------------------------| -------| ------------:|
24
+ | BOSH director | n1-standard-1 | 1 | 26.73 |
25
+ | Web Server | n1-standard-1 | 1 | 26.73 |
26
+ | Worker | n1-standard-4 (preemptible) | 1 | 32.12 |
27
+ | DB instance | db-g1-small | 1 | 27.25 |
28
+ | NAT Gateway* | [ Cloud NAT] ( https://cloud.google.com/nat/pricing ) | 1 | 35.04 |
29
+ | disk storage | 20GB (bosh, web) + 200GB (worker) | - | 40.80 |
30
+ | ** Total** | | | ** 188.67** |
31
+
32
+ > \* Cloud NAT also incurs $0.048 per GB processed by the gateway (both ingress and egress)
0 commit comments