[New]: create-db-shard-group terraform resource required for Aurora PostgreSQL limitless clusters #40920
Labels
new-resource
Introduces a new resource.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/rds
Issues and PRs that pertain to the rds service.
Description
The AWS CLI currently supports the create-db-shard-group operation for configuring shard groups in Aurora PostgreSQL limitless clusters. However, the Terraform AWS provider does not provide native support for this functionality. This feature is required so users can provision Aurora PostgreSQL RDS cluster with Limitless, which provides sharding capability for scalable database workloads. The lack of Terraform support requires users to rely on manual AWS CLI or SDK calls, which disrupts the Infrastructure-as-Code workflow.
Adding this resource to the Terraform AWS provider will enable users to fully automate the provisioning and management of Aurora PostgreSQL limitless clusters with sharding capabilities.
Requested Resource(s) and/or Data Source(s)
Resource Name: aws_rds_db_shard_group
Potential Terraform Configuration
References
AWS CLI Documentation: create-db-shard-group
AWS RDS Aurora Limitless: Documentation: https://aws.amazon.com/blogs/aws/amazon-aurora-postgresql-limitless-database-is-now-generally-available/
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: