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

rds_cluster: Add support for Aurora Serverless v2 #1476

Closed
1 task done
gootdude opened this issue Apr 26, 2023 · 4 comments · Fixed by #1839
Closed
1 task done

rds_cluster: Add support for Aurora Serverless v2 #1476

gootdude opened this issue Apr 26, 2023 · 4 comments · Fixed by #1839
Labels
feature This issue/PR relates to a feature request module module waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@gootdude
Copy link
Contributor

Summary

Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster:

https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html

Issue Type

Feature Idea

Component Name

rds_cluster

Additional Information

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@gravesm gravesm added waiting_on_contributor Needs help. Feel free to engage to get things unblocked and removed needs_triage labels May 2, 2023
@ansibullbot
Copy link

Files identified in the description:

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
Copy link

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module labels Jul 12, 2023
@mandar242 mandar242 assigned mandar242 and unassigned mandar242 Aug 3, 2023
@SCLogo
Copy link

SCLogo commented Aug 24, 2023

Maybe it would be better in rds_cluster.
this is the only missing part to able to create serverless clusters with that module.

@alinabuzachis
Copy link
Contributor

@gootdude Thank you for this feature idea. Will you be willing to add this functionality and open a Pull Request? Thanks.

abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Sep 18, 2023
…oups (ansible-collections#1476)

feat(elasticache): support for redis6.x group family for parameter groups

SUMMARY
AWS cache parameters groups can now be of type redis6.x. This PR adds to the module elasticache_parameter_group support to pass this new family group.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
Impacted component: elasticache_parameter_group module.

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Felix Fontein <[email protected]>
Reviewed-by: Gonéri Le Bouder <[email protected]>
Reviewed-by: Alina Buzachis <None>
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Sep 18, 2023
…oups (ansible-collections#1476)

feat(elasticache): support for redis6.x group family for parameter groups

SUMMARY
AWS cache parameters groups can now be of type redis6.x. This PR adds to the module elasticache_parameter_group support to pass this new family group.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
Impacted component: elasticache_parameter_group module.

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Felix Fontein <[email protected]>
Reviewed-by: Gonéri Le Bouder <[email protected]>
Reviewed-by: Alina Buzachis <None>
abikouo pushed a commit to abikouo/amazon.aws that referenced this issue Oct 24, 2023
…oups (ansible-collections#1476)

feat(elasticache): support for redis6.x group family for parameter groups

SUMMARY
AWS cache parameters groups can now be of type redis6.x. This PR adds to the module elasticache_parameter_group support to pass this new family group.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
Impacted component: elasticache_parameter_group module.

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Felix Fontein <[email protected]>
Reviewed-by: Gonéri Le Bouder <[email protected]>
Reviewed-by: Alina Buzachis <None>
softwarefactory-project-zuul bot pushed a commit that referenced this issue Dec 15, 2023
rds_cluster: add support for ServerlessV2ScalingConfiguration

SUMMARY

Fixes #1476
Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

rds_cluster
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: GomathiselviS
patchback bot pushed a commit that referenced this issue Jan 10, 2024
rds_cluster: add support for ServerlessV2ScalingConfiguration

SUMMARY

Fixes #1476
Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html

ISSUE TYPE

Feature Pull Request

COMPONENT NAME

rds_cluster
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: GomathiselviS
(cherry picked from commit ee3cd0b)
softwarefactory-project-zuul bot pushed a commit that referenced this issue Jan 10, 2024
…#1943)

[PR #1839/ee3cd0be backport][stable-7] rds_cluster: add support for ServerlessV2ScalingConfiguration

This is a backport of PR #1839 as merged into main (ee3cd0b).
SUMMARY

Fixes #1476
Add support for ServerlessV2ScalingConfiguration in create_db_cluster and modify_db_cluster
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ServerlessV2ScalingConfiguration.html
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

rds_cluster
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
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 module module waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants