AWS Fundamentals Logo
AWS Fundamentals
AWS::ODB::CloudVmCluster

ODB CloudVmCluster

The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster

Properties

21 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CloudExadataInfrastructureId
string
Create-only
ClusterName
string
Create-only
CpuCoreCount
integer
Create-only
DataCollectionOptions
DataCollectionOptions
Create-only
DataStorageSizeInTBs
number
Create-only
DbNodes
Array<DbNode>
DbNodeStorageSizeInGBs
integer
Create-only
DbServers
Array<string>
Create-only
DisplayName
string
Create-only
GiVersion
string
Create-only
Hostname
string
Create-only
IsLocalBackupEnabled
boolean
Create-only
IsSparseDiskgroupEnabled
boolean
Create-only
LicenseModel
string
Create-only
MemorySizeInGBs
integer
Create-only
OdbNetworkId
string
Create-only
ScanListenerPortTcp
integer
Create-onlyWrite-only
SshPublicKeys
Array<string>
Create-only
SystemVersion
string
Create-only
Tags
Array<Tag>
TimeZone
string
Create-only

Return Values

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

AttributeTypeDescription
CloudVmClusterArnstringThe Amazon Resource Name (ARN) of the VM cluster.
CloudVmClusterIdstringThe unique identifier of the VM cluster.
ComputeModelstringThe OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute reso...
DiskRedundancystringThe type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
DomainstringThe domain of the VM cluster.
ListenerPortintegerThe port number configured for the listener on the VM cluster.
NodeCountintegerThe number of nodes in the VM cluster.
OcidstringThe OCID of the VM cluster.
OciResourceAnchorNamestringThe name of the OCI resource anchor for the VM cluster.
OciUrlstringThe HTTPS link to the VM cluster in OCI.
ScanDnsNamestringThe FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
ScanIpIdsArray<string>The OCID of the SCAN IP addresses that are associated with the VM cluster.
ShapestringThe hardware model name of the Exadata infrastructure that's running the VM cluster.
StorageSizeInGBsintegerThe amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
VipIdsArray<string>The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ODB::CloudVmCluster

Resources:
  MyResource:
    Type: AWS::ODB::CloudVmCluster
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

iam:CreateServiceLinkedRoleodb:CreateCloudVmClusterodb:TagResourceodb:GetCloudVmClusterodb:ListCloudVmClustersodb:ListTagsForResourcests:GetCallerIdentityec2:DescribeAvailabilityZones

read

odb:GetCloudVmClusterodb:ListTagsForResourceodb:ListDbNodesodb:GetDbNodests:GetCallerIdentity

update

odb:TagResourceodb:UntagResourceodb:GetCloudVmClusterodb:ListCloudVmClustersodb:ListTagsForResourceodb:ListDbNodesodb:GetDbNodests:GetCallerIdentity

delete

odb:DeleteCloudVmClusterodb:GetCloudVmClusterodb:ListCloudVmClustersodb:ListTagsForResourcests:GetCallerIdentityodb:DeleteDbNode

list

odb:ListCloudVmClustersodb:ListTagsForResourceodb:ListDbNodesodb:GetDbNodests:GetCallerIdentity

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceODB
Properties36
Required0
TaggingSupported
Primary IDCloudVmClusterArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

CloudExadataInfrastructureIdDataCollectionOptionsDataStorageSizeInTBsDbNodeStorageSizeInGBsOdbNetworkIdGiVersionClusterNameLicenseModelHostnameIsLocalBackupEnabledIsSparseDiskgroupEnabledSystemVersionTimeZoneScanListenerPortTcpSshPublicKeysCpuCoreCountDisplayNameMemorySizeInGBsDbServersDbNodes/*/DbServerId

External Links