Markus Bergholz

Results 147 comments of Markus Bergholz

> @markuman I guess this is fixed now, right? I think there is nothing to fix....I would call it "_optimization_" ... that was not made yet. But because `rds_instance` has...

everyone who is bored can join

> @markuman where are waiters needed here? are there specific test cases I can look at to validate the waiters do their job? I see for scaling down services yes....

something else that might be need to be discussed is the format of the task_definition. The input format is documented like this: https://github.com/ansible-collections/community.aws/blob/main/plugins/modules/ecs_service.py#L214 ```yml task_definition: 'new_cluster-task:1' ``` But the output...

This issue must be move to amazon.aws since the `ec2_instance` module is located there now. cc @alinabuzachis @tremble

@sebastien-rosset @celik0311 Does one of you have some time to implement the `tags` parameter here?

A new parameter `tags_resource_type` must be introduced. https://github.com/ansible-collections/community.aws/blob/main/plugins/modules/ec2_launch_template.py#L456-L459

> @markuman Can I take on this issue? Yes, of course!

@akamanzi yes, exactly. basically you must complete four things. 1. `create_file_system`. easy 2. `update_file_system` * it must be possible to enable/disable the backup feature on existing EFS * but take...