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

chore!: remove launch configuration #384

Merged
merged 3 commits into from
Jan 31, 2025

Conversation

kayman-mk
Copy link
Member

@kayman-mk kayman-mk commented Jan 27, 2025

Description

The aws_launch_configuration is deprecated and replaced by aws_launch_template. This PR replaces the deprecated resources and combines the on-demand and spot settings into one launch template.

Fixes #383

Migrations required

Depending on the AMI used, you have to set the var.instance.root_device_name. We use /dev/xvda as default, which should work for Linux instances.

Copy link
Contributor

Hey @kayman-mk! 👋

Thank you for your contribution to the project. Please refer to the
contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will
published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out
  • /ready: marks the PR as ready for review and removes the checklist

Simply add a comment with the command in the first line. If you need to pass more information, separate it
with a blank line from the command.

This message was generated automatically. You are welcome to
improve it.

@kayman-mk
Copy link
Member Author

Tested with spot and on-demand instances.

@kayman-mk kayman-mk marked this pull request as ready for review January 30, 2025 09:56
@kayman-mk kayman-mk requested a review from a team as a code owner January 30, 2025 09:56
@kayman-mk kayman-mk merged commit 9af4751 into main Jan 31, 2025
26 checks passed
@kayman-mk kayman-mk deleted the kayma/remove-launch-configuration branch January 31, 2025 21:44
@HapagLloydTechnicalUser
Copy link
Contributor

🎉 This PR is included in version 5.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Launch Configurations deprecated.
3 participants