AWS Fundamentals Logo
AWS Fundamentals
AWS::ODB::CloudExadataInfrastructure

ODB CloudExadataInfrastructure

The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure

Properties

11 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AvailabilityZone
string
Create-only
AvailabilityZoneId
string
Create-only
ComputeCount
integer
Create-only
CustomerContactsToSendToOCI
Array<CustomerContact>
Create-only
DatabaseServerType
string
Create-only
DisplayName
string
Create-only
MaintenanceWindow
MaintenanceWindow
Shape
string
Create-only
StorageCount
integer
Create-only
StorageServerType
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ActivatedStorageCountintegerThe number of storage servers requested for the Exadata infrastructure.
AdditionalStorageCountintegerThe number of storage servers requested for the Exadata infrastructure.
AvailableStorageSizeInGBsintegerThe amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
CloudExadataInfrastructureArnstringThe Amazon Resource Name (ARN) for the Exadata infrastructure.
CloudExadataInfrastructureIdstringThe unique identifier for the Exadata infrastructure.
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...
CpuCountintegerThe total number of CPU cores that are allocated to the Exadata infrastructure.
DataStorageSizeInTBsnumberThe size of the Exadata infrastructure's data disk group, in terabytes (TB).
DbNodeStorageSizeInGBsintegerThe size of the Exadata infrastructure's local node storage, in gigabytes (GB).
DbServerIdsArray<string>The list of database server identifiers for the Exadata infrastructure.
DbServerVersionstringThe software version of the database servers (dom0) in the Exadata infrastructure.
MaxCpuCountintegerThe total number of CPU cores available on the Exadata infrastructure.
MaxDataStorageInTBsnumberThe total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
MaxDbNodeStorageSizeInGBsintegerThe total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
MaxMemoryInGBsintegerThe total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
MemorySizeInGBsintegerThe amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
OcidstringThe OCID of the Exadata infrastructure.
OciResourceAnchorNamestringThe name of the OCI resource anchor for the Exadata infrastructure.
OciUrlstringThe HTTPS link to the Exadata infrastructure in OCI.
StorageServerVersionstringThe software version of the storage servers on the Exadata infrastructure.
TotalStorageSizeInGBsintegerThe total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.

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::CloudExadataInfrastructure

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

Required IAM Permissions

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

create

odb:CreateCloudExadataInfrastructureec2:DescribeAvailabilityZonesiam:CreateServiceLinkedRoleodb:ListCloudExadataInfrastructuresodb:GetCloudExadataInfrastructureodb:ListDbServersodb:TagResourcests:GetCallerIdentity

read

odb:GetCloudExadataInfrastructureodb:ListDbServerssts:GetCallerIdentityodb:ListTagsForResource

update

odb:UpdateCloudExadataInfrastructureodb:TagResourceodb:UntagResourceodb:ListCloudExadataInfrastructuresodb:GetCloudExadataInfrastructureodb:ListDbServerssts:GetCallerIdentityodb:ListTagsForResource

delete

odb:DeleteCloudExadataInfrastructureodb:ListCloudExadataInfrastructuresodb:GetCloudExadataInfrastructureodb:ListDbServerssts:GetCallerIdentityodb:ListTagsForResource

list

odb:ListCloudExadataInfrastructuressts:GetCallerIdentityodb:ListTagsForResourceodb:ListDbServers

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
Properties32
Required0
TaggingSupported
Primary IDCloudExadataInfrastructureArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

AvailabilityZoneAvailabilityZoneIdShapeDatabaseServerTypeStorageServerTypeDisplayNameComputeCountCustomerContactsToSendToOCIStorageCount

External Links