Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[promoted]Merge pull request ansible-collections#547 from oukooveu/main
feat(kafka): aws_msk_config and aws_msk_cluster modules have been added SUMMARY Modules for Amazon Managed Streaming for Apache Kafka (Amazon MSK) have been added. There are two modules: aws_msk_config for managing MSK configuration and aws_msk_cluster -- for clusters. ISSUE TYPE New Module Pull Request COMPONENT NAME aws_msk_config aws_msk_cluster ADDITIONAL INFORMATION All MSK cluster related operations are time consuming, for example create takes 20-30 minutes, update Kafka version -- more than one hour, update configuration -- 10-15 minutes. Integration tests work in my own account, please let me know if I can help with an evidences. REFERENCES Related aws-terminator PR: mattclay/aws-terminator#143 Boto3: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kafka.html Reviewed-by: Mark Chappell <None> Reviewed-by: Daniil Kupchenko <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Gonéri Le Bouder <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@3bfcfe3
- Loading branch information