https://github.com/osquery/osquery logo
Title
c

CptOfEvilMinions

09/13/2021, 8:54 PM
For 100k Osquery hosts what are the recommend instance sizes for AWS Redis and RDS?
z

zwass

09/13/2021, 9:32 PM
Elasticache:
cache.m5.large
RDS MySQL:
db.m5.12xlarge
(Estimated starting points -- this can vary quite a bit based on usage patterns)
👍 1
c

CptOfEvilMinions

09/13/2021, 10:10 PM
Just trying to calculate a rough estimate with AWS calculator.
How much database storage do you recommend? FYI, we plan on using firehose as our Osquery logging plugin
z

zwass

09/13/2021, 10:17 PM
At most a few MB per host. Depends on how much you want to store for the hosts (if you enable software inventory, if you use the
host_additional
queries, etc.)
😛artyparrot: 1
😮squery: 1