Elastic Beanstalk 文档说:
\n\n\nWeb 服务器环境具有...以下两种资源之一。
\n\n
\n- \n
AWSEBAutoScalingLaunchConfiguration (AWS::AutoScaling::LaunchConfiguration) \xe2\x80\x93 附加到您环境的 Auto Scaling 组的启动配置。
\n- \n
AWSEBEC2LaunchTemplate (AWS::EC2::LaunchTemplate) \xe2\x80\x93 您环境的 Auto Scaling 组使用的 Amazon EC2 启动模板。
\n
AWS 正在弃用启动配置,因为启动模板的功能更加严格。AWS 特别向客户发出通知称:
\n\n\n2022 年 12 月 31 日之后,将不再向启动配置添加新的 Amazon Elastic Compute Cloud (Amazon EC2) 实例类型。
\n
如何将当前使用启动配置的 Elastic Beanstalk 环境转换为使用启动模板?
\namazon-web-services amazon-elastic-beanstalk launch-template