使用AWS Toolkit(.Net)创建AWS Elastic Beanstalk环境时出错

时间:2017-08-24 02:41:36

标签: .net amazon-web-services aws-sdk awsdeploy

命令提示符出错:

4 Aug 2017 10:36:18,864 DEBUG AwsAdminTool.CmdLineRunner ....creating application 'smsweb'
24 Aug 2017 10:36:19,419 DEBUG AwsAdminTool.CmdLineRunner ....creating environment 'smsweb-test-roof' with application version 'v20170824003602'
24 Aug 2017 10:36:19,539 DEBUG AwsAdminTool.CmdLineRunner [Error]: **Publish to AWS Elastic Beanstalk failed with exception: No Solution Stack named '64bit Windows Server 2016 R2 v1.2.0 running IIS 10.0' found.**,
24 Aug 2017 10:36:19,539 DEBUG AwsAdminTool.CmdLineRunner Inner Exception Message: The remote server returned an error: (400) Bad Request.
24 Aug 2017 10:36:19,558 DEBUG AwsAdminTool.CmdLineRunner

部署到需要创建的新环境时,我收到上述错误。

我还考虑过使用最新的awsdeploy工具(版本1.12.1.5)。

关于我为什么会看到此错误的任何想法?

感谢。

1 个答案:

答案 0 :(得分:0)

我通过更新部署文件中的SolutionStack参数再次尝试了这一点并且它有效。我想在我更新错误文件之前......哎呀。