I am looking for a answer for a question over Amazon EC2.
As we can add multiple EBS which can be of 1TB in size, so how many of them i can add on a single EC2 instance?
Couldn't find the answer on goolge if there is someone who've experienced it or can refer something, that will be great help thanks.
The maximum number of volumes that your instance can have depends on the operating system. When considering how many volumes to add to your instance, you should consider whether you need increased I/O bandwidth or increased storage capacity.
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/volume_limits.html
For Linux, there is apparently a soft (recommended) limit of 40, while for Windows there is a hard limit, which can be 26 or 17 depending on the virtualization implementation in use.
Note also that most EBS volumes can be up to 16 TB in size rather than 1 TB, which is a limit that only applies to the legacy magnetic volume type.