You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 2 public subnets for NAT gateways and an internet-facing application load balancer
78
+
(1/4 the VPC CIDR)
79
+
- 2 private subnets for Quilt services in ECS or Lambda, and an inward facing
80
+
application load balancer
81
+
(1/2 of the VPC CIDR)
82
+
- 2 private subnets for intra-VPC traffic to and from the Quilt RDS database and
83
+
OpenSearch domain
84
+
(1/8 of the VPC CIDR)
85
+
- Unused (1/8 of the VPC CIDR)
86
+
87
+
### Sizing
88
+
The Quilt CloudFormation template will automatically configure appropriate instance sizes for RDS, ECS (Fargate), Lambda and Elasticsearch Service. Some users may choose to adjust the size and configuration of their Elasticsearch cluster. All other services should use the default settings.
89
+
90
+
### Elasticsearch Service Configuration
91
+
By default, Quilt configures an Elasticsearch cluster with 3 master nodes and 2 data nodes. Please contact the Quilt support team before adjusting the size and configuration of your cluster to avoid disruption.
92
+
93
+
### Cost
94
+
The infrastructure costs of running a Quilt stack vary with usage. Baseline infrastructure costs start at $620 and go up from there. See below for a breakdown of baseline costs for `us-east-1` at 744 hours per month.
95
+
96
+
| Service | Cost |
97
+
| ------------- | ------------- |
98
+
| Elasticsearch Service | $258.42 |
99
+
| RDS | $75.56 |
100
+
| ECS (Fargate) | $26.64 |
101
+
| Lambda | Variable |
102
+
| CloudTrail | Variable |
103
+
| Athena | Variable |
104
+
|**Total**|**$619.03 + Variable Costs**|
105
+
106
+
## Security Architecture
107
+
108
+
All customer data and metadata in Quilt is stored in S3. It may also be cached in Elasticsearch Service (shown in red in the diagram below). No other services in the Quilt stack store customer data.
109
+
110
+

111
+
112
+
We recommend using [S3 encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html) and [Elasticsearch Service encryption at rest](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/encryption-at-rest.html) to provide maximum protection.
113
+
114
+
User email addresses are stored by the Identity Service in RDS Postgres (part of the Quilt stack). User email addresses are also sent through an encrypted channel to the customer support messaging system ([Intercom](https://www.intercom.com/)).
0 commit comments