rmahroua

Results 3 issues of rmahroua

##### SUMMARY This PR extends the `cloudformation_stack_set` module by adding a `purge_stack_instances` module parameter. Currently, the module is not idempotent because removing an account from the list of accounts doesn't...

feature
module
needs_triage
community_review
plugins

##### SUMMARY The current [`aws_config_aggregator` module](https://docs.ansible.com/ansible/5/collections/community/aws/aws_config_aggregator_module.html) has both `account_sources` and `organization_source` parameters listed as required. However, the Config service API [doesn't have any of these two parameters as required](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/config/client/put_configuration_aggregator.html). This...

##### SUMMARY Boto3 in `1.26.144` version add support for AWS Config [recording strategies](https://boto3.amazonaws.com/v1/documentation/api/1.26.144/reference/services/config/client/put_configuration_recorder.html#). Recording strategies allow for more granular control on how Config recorders record AWS resources. This update add...