Which of the services will help in better availability
Answers
You have not mentioned the names of the availability options.
However, if it is in terms of terms of programming then load balancer will help to distribute the traffic from the application to the E2C instances.
Also, it is possible to increase the availability of the application with the help of this by providing multiple availability zones.
Answer:
Explanation:
High availability means auto Scaling of instances based on number of requests coming in. So if heavy load is coming it auto scales.
Following are AWS (Amazon Web Services) services for high availability.
• VPC – Virtual Private Cloud.
• Route53 – DNS service.
• EC2 – Elastic Compute Cloud.
• AWS RDS – Relational Database.
• AS – Auto Scaling.
• ELB – Elastic Load Balancer.
• SNS – Simple Notification Service.
• AMI – Amazon Machine Image.