-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Best Practices | ||
|
||
## Compute | ||
|
||
* R3 | ||
* R4 | ||
* M4 | ||
|
||
Placement groups? | ||
|
||
### Memory Allocation | ||
|
||
Q: We're currently doing 50% for data and 15% for index. Need a good solution here. | ||
|
||
### Fault Tolerance and High Availability | ||
|
||
AZ mapping determined by autoscaling group | ||
|
||
## Storage | ||
|
||
EBS gp2 | ||
|
||
## Network | ||
|
||
Use public IP. Do we need 10G, balance against complexity of placement groups? | ||
|
||
### Security | ||
|
||
A number of steps are necessary to secure a Couchbase cluster: | ||
* Configure authentication for the administrator tool | ||
* Enable SSL for traffic between nodes | ||
* Enable authentication for connections to the database as well. |