amazon.aws icon indicating copy to clipboard operation
amazon.aws copied to clipboard

rds option group module should support definition of IAM role with the options, SQLSERVER_BACKUP_RESTORE

Open joonhuang opened this issue 2 years ago • 3 comments

Summary

Current rds_option_group module doesn't support definition of IAM role when option is SQLSERVER_BACKUP_RESTORE and hitting error from AWS saying IAM role is required

Issue Type

Feature Idea

Component Name

rds_option_group

Additional Information

rds_option_group:
    state: present
    region: ap-south-1
    option_group_name: "{{ project_name }}-sqlserver-ex"
    engine_name: sqlserver-ex
    major_engine_version: "15.00"
    option_group_description: "Microsoft SQL Server Express Option Group"
    option: SQLSERVER_BACKUP_RESTORE
    s3_iam_role_arn: xxxxxx

Code of Conduct

  • [X] I agree to follow the Ansible Code of Conduct

joonhuang avatar Mar 17 '22 02:03 joonhuang

Files identified in the description:

  • [plugins/modules/rds_option_group.py](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/rds_option_group.py)

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot avatar Mar 17 '22 03:03 ansibullbot

cc @alinabuzachis @jillr @markuman @naslanidis @s-hertel @tremble click here for bot help

ansibullbot avatar Mar 17 '22 03:03 ansibullbot

cc @willthames click here for bot help

ansibullbot avatar Sep 28 '22 10:09 ansibullbot