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

Assign names to all launch templates created by CloudFormation #1

Closed

Conversation

skinitimski
Copy link
Owner

To follow getmoto#7121.

Purpose

Fixes a bug in the creation of launch templates via CloudFormation. If your template has more than one unnamed launch template, creation will fail with

botocore.exceptions.ClientError: An error occurred (InvalidLaunchTemplateName.AlreadyExistsException) when calling the CreateStack operation: Launch template name already in use.

This is because moto's implementation expects that the resource have a LaunchTemplateName property even though it is optional.

@skinitimski
Copy link
Owner Author

whoops

@skinitimski skinitimski deleted the feature/timski-lt-names branch December 18, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants