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

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

Open joonhuang opened this issue 2 years ago • 2 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