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
After implementing the functionality I'm getting this error:
Failed to create auto scaling group with: Error [ValidationError]: You must use a valid fully-formed launch template. Value () for parameter groupId is invalid. The value cannot be empty
at deserializeAws_queryCreateAutoScalingGroupCommandError (/home/x/Documents/aws-developer/hbfl-main/node_modules/@aws-sdk/client-auto-scaling/dist-cjs/protocols/Aws_query.js:1237:41)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Assumably it has something to do with groupId parameter in the params.LaunchTemplate object literal inside of the createAutoScalingGroup function thus nothing is mentioned in the course video.
I will appreciate any help.
The text was updated successfully, but these errors were encountered:
After implementing the functionality I'm getting this error:
Assumably it has something to do with groupId parameter in the params.LaunchTemplate object literal inside of the createAutoScalingGroup function thus nothing is mentioned in the course video.
I will appreciate any help.
The text was updated successfully, but these errors were encountered: