AWS Interview Questions and Answers
1.What kind of network performance parameters can you expect when you launch instances in cluster placement group? The network performance depends on the instance type and network performance specification, if launched in a placement group you can expect up to 10 Gbps in a single-flow, 20 Gbps in multiflow i.e full duplex Network traffic outside the placement group will be limited to 5 Gbps(full duplex). 2.To deploy a 4 node cluster of Hadoop in AWS which instance type can be used? First let’s understand what actually happens in a Hadoop cluster, the Hadoop cluster follows a master slave concept. The master machine processes all the data, slave machines store the data and act as data nodes. Since all the storage happens at the slave, a higher capacity hard disk would be recommended and since master does all the processing, a higher RAM and a much better CPU is required. Therefore, you can select the configuration of your machine depending on your workload. For e.g...