Created
October 24, 2018 20:54
-
-
Save okram999/e641987ba46bd698b3972981b91ba42a to your computer and use it in GitHub Desktop.
Topics to Revisit
This file contains hidden or 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
Route53 | |
DynamoDB | |
Kinesis | |
EMR | |
ElasticCache | |
Memcached | |
- Not persistent | |
- Cannot be used as a data store | |
- Supports large nodes with multiple cores or threads | |
- Scales out and in, by adding and removing nodes | |
Redis | |
- Data is persistent | |
- Can be used as a datastore | |
- Not multi-threaded | |
- Scales by adding shards, not nodes | |
EFS | |
AWS Direct Connect (Public and Private VIF) | |
Auto Scaling Group in EC2 | |
Cognito |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment