Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Possible typo in eb init

Open
#4 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
aws, php

Research direction

Search the repository's installation instructions for the eb init example and compare its platform value with the AWS Elastic Beanstalk documentation linked in the issue. Done means the example uses php-7.0 rather than php7.0 and no longer shows the invalid form.

Written by the indexing model from the issue text.

Description

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!

Dominant language
PHP
Stars
47
Forks
24
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aws-samples/eb-php-drupal

All issues in aws-samples/eb-php-drupal

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.