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
Yesterday installed AWSGoat module1 without issues, but today I wanted to run the module2 and this error is shown at Terraform run:
aws_ecs_service.worker: Creation complete after 1s [id=arn:aws:ecs:us-east-1:318030154911:service/ecs-lab-cluster/ecs_service_worker] ╷ │ Error: Error creating launch configuration: UnsupportedOperation: The Launch Configuration creation operation is not available in your account. Use launch templates to create configuration templates for your Auto Scaling groups. │ status code: 400, request id: 2e6cb191-b4b8-48a0-b7f8-46be0044fa81 │ │ with aws_launch_configuration.ecs_launch_config, │ on main.tf line 351, in resource "aws_launch_configuration" "ecs_launch_config": │ 351: resource "aws_launch_configuration" "ecs_launch_config" { │ ╵ Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
Hello,
Yesterday installed AWSGoat module1 without issues, but today I wanted to run the module2 and this error is shown at Terraform run:
aws_ecs_service.worker: Creation complete after 1s [id=arn:aws:ecs:us-east-1:318030154911:service/ecs-lab-cluster/ecs_service_worker] ╷ │ Error: Error creating launch configuration: UnsupportedOperation: The Launch Configuration creation operation is not available in your account. Use launch templates to create configuration templates for your Auto Scaling groups. │ status code: 400, request id: 2e6cb191-b4b8-48a0-b7f8-46be0044fa81 │ │ with aws_launch_configuration.ecs_launch_config, │ on main.tf line 351, in resource "aws_launch_configuration" "ecs_launch_config": │ 351: resource "aws_launch_configuration" "ecs_launch_config" { │ ╵ Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: