aws / aws/aws-elastic-beanstalk-cli

Unsupported platform

Open
#513 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
181
Forks
88
PR merge metrics
No merged PRs in 30d

Description

Similar to #32 ...

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

```yml
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:

```yml
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.

Contributor guide

Open the contributing guide

Research direction

Reproduce the discrepancy with the shown PlatformArn using `eb platform show`, then compare it with the value returned by `eb platform list`. Trace the CLI entry point for platform configuration and ARN handling; done means the abbreviated platform ARN is accepted and `eb platform show` resolves the same platform name without the current mismatch.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cli, cloud
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.