No such option exists with RDS. RDS will only install and give you a functional SQL Server instance.
So if your application architecture involves running SQL Server instances with SSAS or SSRS, those components will have to be hosted elsewhere: this can be either an on-premise server within your network or an EC2 instance in the Amazon cloud.
As an architectural best practice, it would make sense to host them in EC2.
Comments