Pricing | AWS | Azure | |
Storage | Amazon S3 | Azure blob storage | Google Cloud storage |
Pricing Details | First 50TB/month –> $0.023 per GB Next 450TB/month –> $0.022 per GB Next 500TB/month –>$0.021 per GB | GRS (Global redundant system) First 50TB/month –> $0.0368 per GB Next 450TB/month –> $0.0354 per GB Over 500TB/month –> $0.0339 per GB LRS (Local redundant system) First 50TB/month –> $0.0184 per GB Next 450TB/month à $0.0177 per GB Over 500TB/month à $0.0170 per GB | Cloud Storage: Multi regional à $0.026 to 0.036 per GB/month Regional à $0.02 to $0.035 per GB/month Cold line (Archive) à $0.004 to $0..014 per month |
Archive Details | S3 Glacier (Archive) –> $0.004 per GB | Archive –> 0.01 GB per month | Cold line (Archive) –> $0.004 to $0..014 per month |
Month: September 2020
F5 BIGPIPE AND TMSH COMMANDS
bigpipe command | TMSH Commands |
b arp show | show /net arp all |
b arp all delete | tmsh delete /net arp all |
b class DATA-GROUP mode read | modify ltm data-group DATA-GROUP access-mode read-only |
b class show | show running-config /ltm data-group |
b cluster show | show /sys cluster all-properties |
b config save file.ucs | save /sys ucs file.ucs |
b config install file.ucs | load /sys ucs file.ucs |
b config sync | run /sys config-sync |
b config sync | run /cm config-sync from-group/to-group DEVICEGROUPNAME |
b conn show | show /sys connection |
b conn show all | show /sys connection all-properties |
b conn ss server node-ip:node-port delete | delete /sys connection ss-server-addr node-ip ss-server-port node-port |
b daemon list | list /sys daemon-ha all-properties |
b db < key name > < value > | modify /sys db < key name > value < value > |
b db Platform.PowerSupplyMonitor disable | tmsh modify sys db platform.powersupplymonitor value disable |
b db show | show running-config /sys db -hidden all-properties |
b export my.config.scf | save /sys scf my.config.scf |
b failover standby | run /sys failover standby |
b failover show | show /sys failover |
b failover standby | run /util bigpipe fo standby |
b ha table | show /sys ha-status all-properties |
b hardware baud rate | modify /sys console baud-rate |
b system console inactivity timeout # | tmsh modify sys global-settings console-inactivity-timeout # |
b ha table show | show /sys ha-status all-properties |
b httpd list | list /sys httpd |
b interface show -j | show /net interface -hidden all-properties |
b load | load sys config partitions all |
b merge | load /sys config merge |
b merge /path/to/file.txt | tmsh load /sys config file /path/to/file.txt merge |
b mgmt show | show running-config /sys management-ip |
b mgmt route any gateway 192.168.0.1 | tmsh create /sys management-route default gateway 192.168.0.1 |
b monitor show | show /sys memory |
b nat show | show /ltm nat all or list /ltm nat all-properties |
b node all monitor show | list ltm node monitor |
b node show | show /ltm node |
b ntp servers 10.10.10.10 | modify sys ntp servers add { 10.10.10.10 } |
b partition | list auth partition |
b persist | tmsh show ltm persistence persist-records |
b platform | show /sys hardware |
b pool list | list /ltm pool |
b pool mypool member 192.168.0.1:80 add | tmsh modify /ltm pool mypool members add { 192.168.0.1:80 } |
b pool mypool member 10.10.10.10:80 down | (v10.2.4) tmsh modify ltm pool webbian443 members modify { 192.168.10.16:https { state down } } | (v11.1) tmsh modify ltm pool httppool1 members modify { 10.10.10.10:80 { state user-down } |
b save | save sys config |
b self show | show running-config /net self |
b software | show sys software |
b version | show /sys version |
b virtual address show | show /ltm virtual-address all-properties |