When comparing Amazon EC2’s EBS (Elastic Block Store) gp3 and io2 volumes, it’s important to consider the specific performance characteristics of each type, particularly regarding read and write times. Both are SSD-based storage options but are designed for different use cases.
Category Archives: Нотатки
Fast cleanup of orphaned MongoDB GridFS chunks
Sonoff Basic R2 – making red led working
Creating UEFI USB stick for update Crucial MX300 firmware on Mac – updated to M0CR060
Autumn
осень – не повод грустить.
Мур?
Если вы слишком много работаете – заведите кота. Силой личного примера он перетянет вас на сторону истинных ценностей: отдыха и ленивого созерцания.
Life is good
true
Evil
Многим не нравится роман “Мастер и Маргарита”, потому что здесь зло не дьявол, а люди.
PostgreSQL на XFS и ext4
Tomcat unicast cluster configuration example
We have two Amazon EC2 instances running Apache Tomcat
Tomcat Node 1: IP: 192.168.0.50 Tomcat Node 2: IP: 192.168.0.51
Basic cluster configuration was set up from Tomcat’s documentation [http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html] and working fine on local test environment.
But Amazon AWS doesn’t support multicast traffic and there is no documentation how to set up unicast cluster.
Here is example config of unicast cluster.