Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amazon.aws.rds_cluster module should support storage_type values for Aurora standard and IO optimized #2038

Open
1 task done
abemusic opened this issue Apr 5, 2024 · 0 comments · May be fixed by #2063
Open
1 task done
Assignees
Labels
feature This issue/PR relates to a feature request jira

Comments

@abemusic
Copy link

abemusic commented Apr 5, 2024

Summary

I am trying to manage RDS aurora clusters (in provisioned mode, not serverless) and would like to enable IO optimized storage by setting storage_type: aurora-iopt1, but the module only allows for the single "io1" value. Allowing additional values for this attribute would allow us to enable/disable IO optimized mode for supported Aurora clusters.

Issue Type

Feature Idea

Component Name

rds_cluster

Additional Information

- name: Create Aurora RDS cluster
  amazon.aws.rds_cluster:
    state: present
    cluster_id: my-cluster
    engine: aurora-mysql
    engine_mode: provisioned
    engine_version: 8.0.mysql_aurora.3.04.1

    # Enable IO optimized mode when using aurora
    storage_type: aurora-iopt1

    # Enables standard mode when using aurora
    # storage_type: aurora

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@gravesm gravesm added feature This issue/PR relates to a feature request and removed needs_triage labels Apr 9, 2024
@mandar242 mandar242 self-assigned this Apr 24, 2024
@mandar242 mandar242 added the jira label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request jira
Projects
None yet
3 participants