-
Notifications
You must be signed in to change notification settings - Fork 302
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
Launch Templates vs Launch Configurations #1153
Comments
Hi. My understanding is this tool and repo are deprecated. I doubt we will see AWS make an official code update. When one follows these conditions:
...then I think the tool will continue to work with no changes. The official blog post on this, sdk docs, and yesterday's email you received all suggest this to me. Definitely check independent for your own projects. Next, a quick look at the code shows the embedded CloudFormation template
|
@diablodale, thanks for the reply. |
Docker themselves added an ability to push to ECS using their native docker-compose. Perhaps that has enough features to meet your needs. https://www.docker.com/blog/docker-compose-from-local-to-amazon-ecs/ or 3rd party https://github.com/compose-x/ecs_composex/ |
Summary
I received a message from AWS
We have identified that one or more of your accounts uses Amazon EC2 Auto Scaling launch configurations. After December 31, 2022 no new Amazon Elastic Compute Cloud (Amazon EC2) instance types will be added to launch configurations. After this date, existing launch configurations will continue to work, but new EC2 instances will only be supported through launch templates. In 2021, through email notifications, console banners, documentation updates, re:Post banners, and a blog post [1], AWS announced that Amazon EC2 Auto Scaling would stop adding new EC2 instance types to launch configurations [2] by the end of 2022. Launch templates [3] exceed launch configurations in functionality. In addition to supporting all new EC2 instance types, launch templates provides a simple way to combine multiple instance types and purchase options, configure instance networking settings, use these settings with other AWS services, and maintain versions of these settings. You can convert your launch configurations to launch templates using the AWS Management Console
Is it possible to configure Launch Templates using AWS ECS cli?
Description
I'm using below commands:
Expected Behavior
To create Launch Templates instead of Launch Configurations
Observed Behavior
Deprecated Launch Configuration created
The text was updated successfully, but these errors were encountered: