AWS Fundamentals Logo
AWS Fundamentals
AWS::ODB::CloudAutonomousVmCluster

ODB CloudAutonomousVmCluster

The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster

Properties

16 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AutonomousDataStorageSizeInTBs
number
Create-only
CloudExadataInfrastructureId
string
Create-only
CpuCoreCountPerNode
integer
Create-only
DbServers
Array<string>
Create-only
Description
string
Create-only
DisplayName
string
Create-only
IsMtlsEnabledVmCluster
boolean
Create-only
LicenseModel
string
Create-only
MaintenanceWindow
MaintenanceWindow
Create-only
MemoryPerOracleComputeUnitInGBs
integer
Create-only
OdbNetworkId
string
Create-only
ScanListenerPortNonTls
integer
Create-only
ScanListenerPortTls
integer
Create-only
Tags
Array<Tag>
TimeZone
string
Create-only
TotalContainerDatabases
integer
Create-only

Return Values

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

AttributeTypeDescription
AutonomousDataStoragePercentagenumberThe percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
AvailableAutonomousDataStorageSizeInTBsnumberThe available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
AvailableContainerDatabasesintegerThe number of Autonomous CDBs that you can create with the currently available storage.
AvailableCpusnumberThe number of CPU cores available for allocation to Autonomous Databases.
CloudAutonomousVmClusterArnstringThe Amazon Resource Name (ARN) for the Autonomous VM cluster.
CloudAutonomousVmClusterIdstringThe unique identifier of the Autonomous VM cluster.
ComputeModelstringThe compute model of the Autonomous VM cluster: ECPU or OCPU.
CpuCoreCountintegerThe total number of CPU cores in the Autonomous VM cluster.
CpuPercentagenumberThe percentage of total CPU cores currently in use in the Autonomous VM cluster.
DataStorageSizeInGBsnumberThe total data storage allocated to the Autonomous VM cluster, in GB.
DataStorageSizeInTBsnumberThe total data storage allocated to the Autonomous VM cluster, in TB.
DbNodeStorageSizeInGBsintegerThe local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
DomainstringThe domain name for the Autonomous VM cluster.
ExadataStorageInTBsLowestScaledValuenumberThe minimum value to which you can scale down the Exadata storage, in TB.
HostnamestringThe hostname for the Autonomous VM cluster.
MaxAcdsLowestScaledValueintegerThe minimum value to which you can scale down the maximum number of Autonomous CDBs.
MemorySizeInGBsintegerThe total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
NodeCountintegerThe number of database server nodes in the Autonomous VM cluster.
NonProvisionableAutonomousContainerDatabasesintegerThe number of Autonomous CDBs that can't be provisioned because of resource constraints.
OcidstringThe Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
OciResourceAnchorNamestringThe name of the OCI resource anchor associated with this Autonomous VM cluster.
OciUrlstringThe URL for accessing the OCI console page for this Autonomous VM cluster.
ProvisionableAutonomousContainerDatabasesintegerThe number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
ProvisionedAutonomousContainerDatabasesintegerThe number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
ProvisionedCpusnumberThe number of CPU cores currently provisioned in the Autonomous VM cluster.
ReclaimableCpusnumberThe number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
ReservedCpusnumberThe number of CPU cores reserved for system operations and redundancy.
ShapestringThe shape of the Exadata infrastructure for the Autonomous VM 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::CloudAutonomousVmCluster

Resources:
  MyResource:
    Type: AWS::ODB::CloudAutonomousVmCluster
    Properties:
      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:DescribeAvailabilityZonesiam:CreateServiceLinkedRoleodb:CreateCloudAutonomousVmClusterodb:GetCloudAutonomousVmClusterodb:ListCloudAutonomousVmClustersodb:ListTagsForResourceodb:TagResourcests:GetCallerIdentity

read

odb:GetCloudAutonomousVmClusterodb:ListTagsForResourcests:GetCallerIdentity

update

odb:TagResourceodb:UntagResourceodb:GetCloudAutonomousVmClusterodb:ListCloudAutonomousVmClustersodb:ListTagsForResourcests:GetCallerIdentity

delete

odb:DeleteCloudAutonomousVmClusterodb:GetCloudAutonomousVmClusterodb:ListCloudAutonomousVmClustersodb:ListTagsForResourcests:GetCallerIdentity

list

odb:ListCloudAutonomousVmClustersodb:ListTagsForResourcests: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
Properties44
Required0
TaggingSupported
Primary IDCloudAutonomousVmClusterArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

OdbNetworkIdCloudExadataInfrastructureIdDbServersIsMtlsEnabledVmClusterMemoryPerOracleComputeUnitInGBsScanListenerPortNonTlsScanListenerPortTlsTimeZoneAutonomousDataStorageSizeInTBsDisplayNameCpuCoreCountPerNodeDescriptionLicenseModelMaintenanceWindowTotalContainerDatabases

External Links