You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating Auto Scaling launch configuration failed Reason: Resource handler returned message: "The Launch Configuration creation operation is not available in your account. Use launch templates to create configuration templates for your Auto Scaling groups. (Service: AutoScaling, Status Code: 400, Request ID: fda29516-7bad-4bbe-b68a-15b45521a474)" (RequestToken: cdaff2b4-76ea-0702-af8a-089ac04dc2d5, HandlerErrorCode: GeneralServiceException)
#530
Open
arslaan5 opened this issue
Dec 10, 2024
· 1 comment
Provide steps to replicate. This should include: exact ebcli commands, any relevant configuration files(sanitized), platform version, region, as well as any additional information you think is relevant.
Observed result
Please provide command output with --debug flag set.
Expected result
Describe what you expected.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
OS:
EBCLI version:
The text was updated successfully, but these errors were encountered:
The RootVolumeType option in the aws:autoscaling:launchconfiguration namespace specifies the type of the root volume for EC2 instances in an Elastic Beanstalk environment. Setting it to gp3 ensures the root volume is a general-purpose SSD that offers better performance and cost efficiency than gp2. It allows you to configure IOPS (up to 16,000) and throughput (up to 1,000 MB/s) independently of storage size, making it ideal for scalable and cost-optimized workloads. Moreover solves the Deprecation Error
Description
Briefly describe the bug you are facing.
Steps to reproduce
Provide steps to replicate. This should include: exact
ebcli
commands, any relevant configuration files(sanitized), platform version, region, as well as any additional information you think is relevant.Observed result
Please provide command output with
--debug
flag set.Expected result
Describe what you expected.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
The text was updated successfully, but these errors were encountered: