-
Notifications
You must be signed in to change notification settings - Fork 9
splunkconf‐backup cost optimisation with tag and frequency
araman-m edited this page Dec 19, 2023
·
1 revision
Cost will vary depending on :
- AWS region
- your AWS discount
- backup frequency
- storage class (by default STD is used for hourly then IA for other backups)
- number of instances to backup
- role and content on each instance
This cost simulation is done on a test environment with :
- one SH with ES app on it and multiple addons plus a few apps
- one DS
- one MC
- one CM (which also push ML librairies to idx layer)
- idx cluster
instance type | State backup in MB | etc targeted backup in MB | kvdump backup in MB |
---|---|---|---|
CM | 267 | 15.8 | 0.018 |
MC | 1.3 | 44.3 | 0.020 |
SH | 292 | 2500 | 6000 |
DS | 4.3 | 20.5 | .001 |
backup frequency is the one from default terraform values
instance type | nb hourly STD | nb daily IA | nb weekly IA | nb monthly IA |
---|---|---|---|---|
CM | 60 | 60 | 10 | 12 |
MC | 60 | 60 | 10 | 12 |
SH | 60 | 60 | 10 | 12 |
DS | 60 | 60 | 10 | 12 |
This is 2880 STD PUT per month and 144 IA PUT per month
instance type | STD | IA |
---|---|---|
CM | 16.57 | 22.65 |
MC | 2.67 | 3.65 |
SH | 163.94 | 224.05 |
DS | 1.45 | 1.99 |
Total | 184.63 | 252.33 |
region : eu-west-1 public price
Category | Cost per month ($) |
---|---|
STD | 4.25 |
IA | 3.15 |
Total | 7.40 |
- Home
- Backups
- Local-backups
- Customizing-backup-settings
- Externalizing-backups
- splunkconf‐backup-cost-optimisation-with-tag-and-frequency
- Remote-Mounted-FS
- Setting-up-ssh-keys-for-rsync-rcp-modes
- Remote-backup-via-RCP-on-remote-directory
- Rsync-over-SSH-for-DRP-purpose-between-2-Splunk-hosts
- Backups-logs
- Debugging-backups
- Know-issues
- Restoring-backups
link to repository link to splunkbase app