Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported platform #513

Open
purdy opened this issue Mar 6, 2024 · 0 comments
Open

Unsupported platform #513

purdy opened this issue Mar 6, 2024 · 0 comments

Comments

@purdy
Copy link

purdy commented Mar 6, 2024

Similar to #32 ...

I'm running into this issue where my config .yml looks like this:

Platform:
  PlatformArn: arn:aws:elasticbeanstalk:us-east-1::platform/PHP 8.2 running on 64bit
    Amazon Linux 2023/4.0.1

And when I run eb platform show, it doesn't get the full platform name:

% eb platform show
ERROR: NotFoundError - Elastic Beanstalk can't find a platform version that matches "PHP 8.1 running on 64bit Amazon Linux 2".

It'd be nice if we could just say something like:

Platform:
  PlatformArn: arn:aws:elasticbeanstalk:us-east-1::platform/php-8.2

After all, if I do a eb platform list, that's what shows up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant