alces-software / flight-aws-marketplace

Templates for flight in AWS marketplace
GNU Affero General Public License v3.0
2 stars 0 forks source link

Failed to launch Flight in AWS regions that don't support lambda #56

Closed wdm78 closed 8 years ago

wdm78 commented 8 years ago

Release version was 2016.2r2 - tested in Sydney region. Error was: 17:03:21 UTC+0100 CREATE_FAILED AWS::Lambda::Function ClusterIdentityFunction Resource is not supported in this region

mjtko commented 8 years ago

See perfectly evil hack in 8befc832a374ffeb13273e6d0dd7cdb1251b5bae.

In summary it adds a map to show which regions have AWS Lambda available, and behaves as before in those regions. In regions which are Lambda-retarded, the CFT now falls back to using the ID of the security group for the token and uuid fields.

sierra-tango-echo commented 8 years ago

Refs #61 we need to remove lambda completely from the aws templates :(