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

Add support for LaunchTemplates in aws-dotnet-deploy tool. LaunchConfigurations are not supported anymore #877

Open
1 task
chitikjb opened this issue Oct 15, 2024 · 1 comment
Labels
bug This issue is a bug. p1 This is a high priority issue

Comments

@chitikjb
Copy link

Describe the bug

Starting on October 1, 2024, new accounts will not be able to create new launch configurations by using the console, API, CLI, and CloudFormation. https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html

This created an issue when I used aws-dotnet-deploy tool in my devops pipeline to deploy a .NET 8 webAPI to elastic beanstalk (linux) environment in a brand new AWS account. Currently the tool only supports LaunchConfiguration and not LaunchTemplates, that causes the issue.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

The deployment to go smoothly

Current Behavior

The deployment fails because LaunchConfigurations are not supported anymore in new aws accounts and the tool uses LaunchConfigurations in it's autoscaling group for load balanced EB deployments.

Reproduction Steps

use aws-dotnet-deploy tool to deploy a .NET 8 Web application/WebAPI to a load balanced Elastic Beanstalk environment.

Possible Solution

No response

Additional Information/Context

No response

Version used

1.26.1

Operating System and version

Amazon Linux 2

@chitikjb chitikjb added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Oct 15, 2024
@bhoradc bhoradc added p2 This is a standard priority issue needs-review and removed needs-triage This issue or PR still needs to be triaged. labels Oct 15, 2024
@ashishdhingra
Copy link
Contributor

Yes, this is something that we should address.

@ashishdhingra ashishdhingra added p1 This is a high priority issue and removed p2 This is a standard priority issue labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p1 This is a high priority issue
Projects
None yet
Development

No branches or pull requests

4 participants