Can't access Elastic Beanstalk configuration page

0

For one of my environments, I receive the following error:

A problem occurred while loading your page: Configuration validation exception: Invalid option specification (Namespace: 'aws:autoscaling:launchconfiguration', OptionName: 'InstanceType'): Your selected instance types (t1.micro) aren't available in your selected VPC Subnets. t1.micro is available in [us-east-1a, us-east-1b, us-east-1c, us-east-1d, us-east-1f]. Please check your VPC Subnets.

Does anyone know how I can change the subnet when I can't access the page to do so?

已提問 2 年前檢視次數 1430 次
1 個回答
0

The docs call out the following...

"The InstanceType option is obsolete. It's replaced by the newer and more powerful InstanceTypes option in the aws:ec2:instances namespace. You can use this new option to specify a list of one or more instance types for your environment. The first value on that list is equivalent to the value of the InstanceType option that's included in the aws:autoscaling:launchconfiguration namespace that's described here."

"The instance types that are available depend on the Availability Zones and Region used. If you choose a subnet, the Availability Zone that contains that subnet determines the available instance types."

Consider updating the configuration through the EB CLI. Refer to

RoB
已回答 2 年前

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

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

回答問題指南