aws-samples / eb-php-drupal

Configuration files and instructions for installing Drupal securely and running it in a load balanced AWS Elastic Beanstalk environment with an EFS file system for shared assets.
Apache License 2.0
45 stars 24 forks source link

Possible typo in eb init #4

Open davidclement opened 6 years ago

davidclement commented 6 years ago

This form gave me an error:

eb init --platform php7.0 --region us-east-1

ERROR: NotFoundError - The EB CLI cannot find a platform for key "php7.0".

This form worked:

eb init --platform php-7.0 --region us-east-1

Application drupal-beanstalk has been created.

--platform php-7.0 (instead of php7.0) is the correct syntax per https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb3-init.html

Thanks!

llbbl commented 5 years ago

platforms listed here:

https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.PHP