Ivan Chekaldin

Results 4 issues of Ivan Chekaldin

### Summary `cloudwatchevent_rule` module always reports `Changed` = `True`. I believe this is caused to #1355. Output of boto3 `describe_rule` method only includes previously specified parameters. Therefore AWS `_rule_matches_aws` method...

bug
module
needs_triage
plugins

##### SUMMARY `sns_topic` currently fails with the following error if it has any cross account subscriptions: ``` Couldn't get subscription attributes for subscription arn:aws:sns:us-east-1:123412341234:my-sns-topic-name:555950dc-7c5f-416c-8f8e-e8f38eabfa54: An error occurred (AuthorizationError) when calling...

bug
module
community_review
plugins
backport-4

### Summary `cloudwatchevent_rule` module always reports `Changed` = `True`. I believe this is caused to ansible-collections/community.aws#1355. Output of boto3 `describe_rule` method only includes previously specified parameters. Therefore AWS `_rule_matches_aws` method...

bug
module
plugins
needs_verified

### Summary With the introduction of Transfer Acceleration support in #2046, `s3_bucket` module always fails in AWS GovCloud. I believe this is due to `get_bucket_accelerate_configuration` API call [here](https://github.com/ansible-collections/amazon.aws/blob/8d376986155cad278e96c449d8901dc4238af117/plugins/modules/s3_bucket.py#L1249) and the...

needs_triage