This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ODB::CloudExadataInfrastructure
The AWS::ODB::CloudExadataInfrastructure
resource creates an Exadata infrastructure. An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::ODB::CloudExadataInfrastructure", "Properties" : { "AvailabilityZone" :
String
, "AvailabilityZoneId" :String
, "ComputeCount" :Integer
, "CustomerContactsToSendToOCI" :[ CustomerContact, ... ]
, "DatabaseServerType" :String
, "DisplayName" :String
, "Shape" :String
, "StorageCount" :Integer
, "StorageServerType" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::ODB::CloudExadataInfrastructure Properties: AvailabilityZone:
String
AvailabilityZoneId:String
ComputeCount:Integer
CustomerContactsToSendToOCI:- CustomerContact
DatabaseServerType:String
DisplayName:String
Shape:String
StorageCount:Integer
StorageServerType:String
Tags:- Tag
Properties
AvailabilityZone
-
The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
Required: Conditional
Type: String
Minimum:
1
Maximum:
255
Update requires: Replacement
AvailabilityZoneId
-
The AZ ID of the AZ where the Exadata infrastructure is located.
Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
Required: Conditional
Type: String
Minimum:
1
Maximum:
255
Update requires: Replacement
ComputeCount
-
The number of database servers for the Exadata infrastructure.
Required when creating an Exadata infrastructure.
Required: Conditional
Type: Integer
Update requires: Replacement
CustomerContactsToSendToOCI
-
The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
Required: No
Type: Array of CustomerContact
Update requires: Replacement
DatabaseServerType
-
The database server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.Required: No
Type: String
Pattern:
^[a-zA-Z0-9_\/.=-]+$
Minimum:
1
Maximum:
255
Update requires: Replacement
DisplayName
-
The user-friendly name for the Exadata infrastructure.
Required when creating an Exadata infrastructure.
Required: Conditional
Type: String
Pattern:
^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
Minimum:
1
Maximum:
255
Update requires: Replacement
Shape
-
The model name of the Exadata infrastructure.
Required when creating an Exadata infrastructure.
Required: Conditional
Type: String
Pattern:
^[a-zA-Z0-9_\/.=-]+$
Minimum:
1
Maximum:
255
Update requires: Replacement
StorageCount
-
The number of storage servers that are activated for the Exadata infrastructure.
Required when creating an Exadata infrastructure.
Required: Conditional
Type: Integer
Update requires: Replacement
StorageServerType
-
The storage server model type of the Exadata infrastructure. For the list of valid model names, use the
ListDbSystemShapes
operation.Required: No
Type: String
Pattern:
^[a-zA-Z0-9_\/.=-]+$
Minimum:
1
Maximum:
255
Update requires: Replacement
-
Tags to assign to the Exadata Infrastructure.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the unique identifier of the Exadata infrastructure. For example:
{ "Ref": "myExadataInfrastructure" }
For the Exadata infrastructure myExadataInfrastructure
, Ref
returns the unique identifier of the Exadata infrastructure.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
ActivatedStorageCount
-
The number of storage servers requested for the Exadata infrastructure.
AdditionalStorageCount
-
The number of storage servers requested for the Exadata infrastructure.
AvailableStorageSizeInGBs
-
The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
CloudExadataInfrastructureArn
-
The Amazon Resource Name (ARN) for the Exadata infrastructure.
CloudExadataInfrastructureId
-
The unique identifier for the Exadata infrastructure.
ComputeModel
-
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 resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
CpuCount
-
The total number of CPU cores that are allocated to the Exadata infrastructure.
DataStorageSizeInTBs
-
The size of the Exadata infrastructure's data disk group, in terabytes (TB).
DbNodeStorageSizeInGBs
-
The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
DbServerIds
-
The list of database server identifiers for the Exadata infrastructure.
DbServerVersion
-
The software version of the database servers (dom0) in the Exadata infrastructure.
MaxCpuCount
-
The total number of CPU cores available on the Exadata infrastructure.
MaxDataStorageInTBs
-
The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
MaxDbNodeStorageSizeInGBs
-
The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
MaxMemoryInGBs
-
The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
MemorySizeInGBs
-
The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
Ocid
-
The OCID of the Exadata infrastructure.
OciResourceAnchorName
-
The name of the OCI resource anchor for the Exadata infrastructure.
OciUrl
-
The HTTPS link to the Exadata infrastructure in OCI.
StorageServerVersion
-
The software version of the storage servers on the Exadata infrastructure.
TotalStorageSizeInGBs
-
The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.