AWS::RDS::DBShardGroupCreates a new DB shard group for Aurora Limitless Database. You must enable Aurora Limitless Database to create a DB shard group. Valid for: Aurora DB clusters only
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DBClusterIdentifier | string | RequiredCreate-only |
MaxACU | number | Required |
ComputeRedundancy | integer | |
DBShardGroupIdentifier | string | Create-only |
MinACU | number | Write-only |
PubliclyAccessible | boolean | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DBShardGroupResourceId | string | - |
Endpoint | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::DBShardGroup
Resources:
MyResource:
Type: AWS::RDS::DBShardGroup
Properties:
DBClusterIdentifier: "my-dbclusteridentifier"
MaxACU: 1
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rds:AddTagsToResourcerds:CreateDBShardGrouprds:DescribeDBClustersrds:DescribeDBShardGroupsrds:ListTagsForResourcerds:DescribeDBShardGroupsrds:ListTagsForResourcerds:AddTagsToResourcerds:DescribeDBShardGroupsrds:DescribeDBClustersrds:RemoveTagsFromResourcerds:ModifyDBShardGrouprds:ListTagsForResourcerds:DeleteDBShardGrouprds:DescribeDBClustersrds:DescribeDbShardGroupsrds:DescribeDBShardGroupsrds:ListTagsForResourceEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicDBShardGroupIdentifierThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DBClusterIdentifierDBShardGroupIdentifierPubliclyAccessible