AWS Fundamentals Logo
AWS Fundamentals
AWS::RDS::CustomDBEngineVersion

RDS CustomDBEngineVersion

Creates a custom DB engine version (CEV).

Properties

12 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Engine
string
RequiredCreate-only
EngineVersion
string
RequiredCreate-only
DatabaseInstallationFilesS3BucketName
string
Create-only
DatabaseInstallationFilesS3Prefix
string
Create-only
Description
string
ImageId
string
Create-only
KMSKeyId
string
Create-only
Manifest
string
Create-onlyWrite-only
SourceCustomDbEngineVersionIdentifier
string
Create-onlyWrite-only
Status
string
Tags
Array<Tag>
UseAwsProvidedLatestImage
boolean
Create-onlyWrite-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
DBEngineVersionArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::CustomDBEngineVersion

Resources:
  MyResource:
    Type: AWS::RDS::CustomDBEngineVersion
    Properties:
      Engine: "value"
      EngineVersion: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:CopySnapshotec2:DeleteSnapshotec2:DescribeSnapshotskms:CreateGrantkms:Decryptkms:DescribeKeykms:GenerateDataKeykms:ReEncrypt

read

rds:DescribeDBEngineVersions

update

rds:AddTagsToResourcerds:DescribeDBEngineVersionsrds:ModifyCustomDBEngineVersionrds:RemoveTagsFromResource

delete

rds:DeleteCustomDBEngineVersionrds:DescribeDBEngineVersions

list

rds:DescribeDBEngineVersions

Get the RDS Cheat Sheet

Everything you need to know about RDS on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRDS
Properties13
Required2
TaggingSupported
Primary IDEngine

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

EngineEngineVersionDatabaseInstallationFilesS3BucketNameDatabaseInstallationFilesS3PrefixImageIdKMSKeyIdManifestSourceCustomDbEngineVersionIdentifierUseAwsProvidedLatestImage

External Links