내용으로 건너뛰기

Beanstalk console cannot pick arm64 options

0

Using AWS console to create a new environment of an elastic beanstalk app, I cannot select arm64 instances anymore. When I do so, the console automatically applies as default instance types "t3.micro" which is not a valid arm64 instance type and the call to AWS console backend servers for configuration options fails, making the select not update.

{"__type":"com.amazonaws.elasticbeanstalk#ConfigurationValidationException","message":"Configuration validation exception: Invalid option specification (Namespace: 'aws:ec2:instances', OptionName: 'InstanceTypes'): Your selected instance types (t3.micro) aren't available in your selected VPC Subnets. . Please check your VPC Subnets."}

I have never created an env using the AWS CLI and I cwould like to avoid, has anyoene a workaround?

2개 답변
0

Hi,

Seems could be related to this bug: https://repost.aws/questions/QU6Fg7aCOuRIuE1JdnQhTgZw/aws-elastic-beanstalk-new-console-2023-bug.

As workaround, if not comfortable with CLI, you should give a try to Infrastructure as Code (Terraform, CDK, Cloudformation).

As an example , this is a walkthrough to deploy a web app to Elastic Beanstalk (https://aws.amazon.com/getting-started/guides/deploy-webapp-elb/module-two/) using JavaScript.

Hope it helps ;)

전문가
답변함 3년 전
0

Thanks I will have a look, it seems related indeed. Sadly the old app was created without terraform, so it won't be super easy.

답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠