Amazon Cloud Computing Question:

What is the need of the feature isolation in Amazon web services?

Cloud Computing - Amazon Interview Question
Cloud Computing - Amazon Interview Question

Answer:

Isolation provides a way to hide the architecture and gives an easy and convenient way to the user to use the services without any difficulty. When a message is passed between two controllers then a queue is maintained to keep the message. No controller calls any other controller directly. The communication takes place between the controllers by storing their messages in a queue. It is a service that provides a uniform way to transfer the messages between different application components. This way all the controllers are kept isolated from each other.


Previous QuestionNext Question
How buffer is used in Amazon web services?Tell me what is the function of a Amazon controller?