Deploy meteor to AWS EBS with no mongo

How are you supposed to deploy to EBS?

using this “meteor build --directory …/meteor-build/ --architecture os.linux.x86_64” ? what is the right architecture to use?
or demeteorizer?

Also I need to deploy it without using mongodb, the trick people told me was to use a dummy URL, works wen I run it on my local machine, but this fails with demeteorizer, will this trick will still work using meteor build?