-
Notifications
You must be signed in to change notification settings - Fork 323
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
[Fargate] [CloudFormation]: CloudFormation support for CWE #92
Comments
One would think that when AWS releases new abilities, they would include cloudformation support. We do everything with cloudformation as it's the only way to get stuff into production, since production is updated via automated processes only. When is this expected to be available? |
Yeah @DraakUSA, the disconnect between CloudFormation and AWS's own products is perplexing. AWS API changes get support in Terraform in only days after public release. Yet CloudFormation, which should have the inside scoop, can take weeks, or months, or just never support AWS API changes. There are some resources that have had tags support added, that have just never been updated to support tags in CloudFormation. |
It looks like the CloudWatch Events Rule's EcsParameters needs updated to support the new data types (LaunchType, NetworkConfiguration, PlatformVersion). Being able to create fargate task triggers in CWE Rules will be very useful. |
Since this still has the |
+1 - we currently have a Lambda hack to start Fargate containers and it's very annoying :( |
We also need to schedule Fargate container through Cloudformation. @mukaibot could you please share the lambda you're using ? Thanks in advance |
+1 |
+1 |
It looks like this is finally on their roadmap but they are tracking it with issue #392 |
Tell us about your request
Update the CloudFormation support for CloudWatch Events so that targets can be Fargate tasks.
Which service(s) is this request for?
Fargate
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Its currently not possible to create a CloudWatch Events rule target that starts a Fargate task using CloudFormation. ECS is supported, but the validation does not allow the properties required to make it work for Fargate.
Are you currently working around this issue?
Creating the rule with CFN, but manually setting up the target in the UI.
The text was updated successfully, but these errors were encountered: