Background : I have a domain, lets say example.com. I assign an elastic IP to a instance on EC2 and give it the dns name as example.com
I want to put 5 instances of EC2 under this domain, like so :
i1.example.com, i2.example.com,...
Question :
1 - is the above said possible ?
2 - if yes how to achieve it ? if no, whats the work around ?
Thanks