"aws elasticbeanstalk list-available-solution-stacks" returns empty arrays

0

When trying to figure out a valid solutionStackName for CfnEnvironment. Running the aws command ""aws elasticbeanstalk list-available-solution-stacks" returns empty arrays when run locally. When running the same command in AWS cloudshell it works correctly. Tried running it both in powershell and in wsl2 (ubuntu).

aws elasticbeanstalk list-available-solution-stacks
{
    "SolutionStacks": [],
    "SolutionStackDetails": []
}

Running same command in aws cloudshell

aws elasticbeanstalk list-available-solution-stacks
{
    "SolutionStacks": [
        "64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.4",
        "64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.5",
        "64bit Amazon Linux 2018.03 v2.9.11 running PHP 5.6",
        "64bit Amazon Linux 2018.03 v2.9.11 running PHP 7.0",
        ... + more

Why is this not working locally? All other aws cli commands I tried worked.

Thanks, Patrik

已提問 1 年前檢視次數 162 次
1 個回答
0
已接受的答案

It turned out it was a permissions issue, after updating my aws cli credentials to the correct role I got results back.

I would have expected to get a permission denied back instead of a empty result set, but I assume that is by design.

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南