Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts/04/create-auto-scaling.js #58

Open
kornelijussl opened this issue Nov 6, 2022 · 0 comments
Open

scripts/04/create-auto-scaling.js #58

kornelijussl opened this issue Nov 6, 2022 · 0 comments

Comments

@kornelijussl
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant