Hey all,
As of build 2941, Ubuntu Trusty light AWS stemcells should work in all regions. CentOS 7 stemcells will be multi-region in subsequent builds.
To take advantage of multi-region stemcells, when deploying BOSH Director configure the AWS CPI to use a different region by specifying `region` property.
For example:
aws:
access_key_id: AKI...
secret_access_key: 0kw...
default_key_name: tokyo
default_security_groups: ["bosh"]
region: ap-northeast-1 # <-- non-default region
Dmitriy