Skip to content

Commit

Permalink
initial notes
Browse files Browse the repository at this point in the history
  • Loading branch information
benofben committed Mar 28, 2017
1 parent f573265 commit 77ccad6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Documentation/bestPractices.md
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.

0 comments on commit 77ccad6

Please sign in to comment.