To proceed with the deployment to S3, we will install these plugins:
ember-cli-deploy-s3-index: It uploads the index.html to S3 with revision information, and activates it
ember-cli-deploy-s3: It uploads the assets (js, css and other media files) to S3
As they are Ember addon you can easily i...