hybox / aws

AWS CloudFormation templates for the Hydra-in-a-Box application stack
Apache License 2.0
24 stars 13 forks source link

Cannot deploy due to outdated solution stack #177

Closed cjhowedev closed 6 years ago

cjhowedev commented 6 years ago

It looks like the CloudFormation template uses some Elastic Beanstalk solution stacks that are out of date. I am deploying to the us-east-1 AWS region, and seeing the following error on deploy:

image

This error occurred under the "Hyku solr stack." Do you have any idea how we can fix this?

Thanks!

bbranan commented 6 years ago

Hi Christian,

I'd suggest taking a look at this PR, as you'll need to do something similar: https://github.com/hybox/aws/pull/81/files.

You can find the latest supported platforms for deployments in Beanstalk here: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html, or via the CLI: https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/list-available-solution-stacks.html

cjhowedev commented 6 years ago

Hey, I made a PR to fix this. Please let me know what you think!