AWS::ODB::CloudVmClusterThe AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster
21 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CloudVmClusterArn | string | The Amazon Resource Name (ARN) of the VM cluster. |
CloudVmClusterId | string | The unique identifier of the VM cluster. |
ComputeModel | string | The 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... |
DiskRedundancy | string | The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy. |
Domain | string | The domain of the VM cluster. |
ListenerPort | integer | The port number configured for the listener on the VM cluster. |
NodeCount | integer | The number of nodes in the VM cluster. |
Ocid | string | The OCID of the VM cluster. |
OciResourceAnchorName | string | The name of the OCI resource anchor for the VM cluster. |
OciUrl | string | The HTTPS link to the VM cluster in OCI. |
ScanDnsName | string | The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster. |
ScanIpIds | Array<string> | The OCID of the SCAN IP addresses that are associated with the VM cluster. |
Shape | string | The hardware model name of the Exadata infrastructure that's running the VM cluster. |
StorageSizeInGBs | integer | The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster. |
VipIds | Array<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. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ODB::CloudVmCluster
Resources:
MyResource:
Type: AWS::ODB::CloudVmCluster
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateServiceLinkedRoleodb:CreateCloudVmClusterodb:TagResourceodb:GetCloudVmClusterodb:ListCloudVmClustersodb:ListTagsForResourcests:GetCallerIdentityec2:DescribeAvailabilityZonesodb:GetCloudVmClusterodb:ListTagsForResourceodb:ListDbNodesodb:GetDbNodests:GetCallerIdentityodb:TagResourceodb:UntagResourceodb:GetCloudVmClusterodb:ListCloudVmClustersodb:ListTagsForResourceodb:ListDbNodesodb:GetDbNodests:GetCallerIdentityodb:DeleteCloudVmClusterodb:GetCloudVmClusterodb:ListCloudVmClustersodb:ListTagsForResourcests:GetCallerIdentityodb:DeleteDbNodeodb:ListCloudVmClustersodb:ListTagsForResourceodb:ListDbNodesodb:GetDbNodests:GetCallerIdentityOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCloudVmClusterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CloudExadataInfrastructureIdDataCollectionOptionsDataStorageSizeInTBsDbNodeStorageSizeInGBsOdbNetworkIdGiVersionClusterNameLicenseModelHostnameIsLocalBackupEnabledIsSparseDiskgroupEnabledSystemVersionTimeZoneScanListenerPortTcpSshPublicKeysCpuCoreCountDisplayNameMemorySizeInGBsDbServersDbNodes/*/DbServerId