Implementing High Availability

High Availability High-end infrastructure and services should be implemented in a fault-tolerant way, that means they can remain operational all the time, even if some application fails there should be some mechanism to keep the service stable. The demo starts with some already deployed services like an Amazon VPC, a Public and Private Subnet, Internet … Continue reading Implementing High Availability

Scaling and Load Balancing

Autoscaling Autoscaling option allows the instances to scale out or scale in according to the conditions that we chose, thereby increasing the availability of the application. It can even increase the number of instances whenever the demand of application spikes and also reduce the instances on low demand to save the money.   AWS Elastic … Continue reading Scaling and Load Balancing