Skip to content

Commit b2db451

Browse files
Merge branch 'main' into obi2oac-and-bip2oac
2 parents 078347e + fa4bbb1 commit b2db451

File tree

36 files changed

+251
-238
lines changed

36 files changed

+251
-238
lines changed

cloud-infrastructure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Copyright (c) 2023 Oracle and/or its affiliates.
88

99
Licensed under the Universal Permissive License (UPL), Version 1.0.
1010

11-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
11+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

cloud-infrastructure/compute-including-hpc/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Compute (Including HPC)
22

3-
This area is focused on the core Compute Service of Oracle Cloud Infrastructure (OCI) which includes and covers High Performance Computing (HPC), [Compute Hardware](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-hardware), and [Compute Software](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-software).
3+
This area is focused on the core Compute Service of Oracle Cloud Infrastructure (OCI) which includes and covers High Performance Computing (HPC), [Compute Hardware](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-hardware), and [Compute Software](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-software) residing on several CPU architectures.
44

5-
<pre>
6-
<img alt="Cloud Computing" src="images/ARM-logo.png" width="10%" style="float:right"> <img alt="Cloud Computing" src="images/AMD-logo.png" width="10%" style="float:right"> <img alt="Cloud Computing" src="images/Intel-logo.png" width="10%" style="float:right">
7-
</pre>
85

9-
Review date: 20.11.2023
6+
7+
<i>Review date: 23 January 2024</I>
108

119
# Useful Links
1210

cloud-infrastructure/compute-including-hpc/compute-hardware/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

33
This page has information about Oracle Cloud Infrastructure (OCI) Compute hardware components such as Intel, AMD, ARM, Confidential Compute, Roving Edge Infrastructure, and Compute on HPC.
44

5-
Review date: 20.11.2023
5+
<i>Review date: 23 January 2024</i>
66

77
# Useful Links
88

99
- [Arm Based Compute](https://docs.oracle.com/en-us/iaas/Content/Compute/References/arm.htm)
1010
- [Confidential Computing](https://docs.oracle.com/en-us/iaas/Content/Compute/References/confidential_compute.htm) - data, and the application processing the data, are encrypted
1111
- [Oracle Blog - Oracle Cloud Infrastructure Bare Metal Shapes and Specifications](https://blogs.oracle.com/cloud-infrastructure/post/oracle-cloud-infrastructure-bare-metal-shapes-and-specifications)
1212
- [Dedicated VM Hosts](https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/dedicatedvmhosts.htm) - let you run Oracle Cloud Infrastructure Compute virtual machine (VM) instances on a dedicated server
13-
- [Changing the shape of a compute instance: X5 to X9, or VM.Standard2 series to Flexible instance](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/resizinginstances.htm#Changing_the_Shape_of_an_Instance)
1413
- [Deploy high-performance computing (HPC) on Oracle Cloud Infrastructure](https://docs.oracle.com/en/solutions/deploy-hpc-on-oci/index.html#GUID-F216B94E-33C5-44A6-92F8-2DE1E5880242)
1514
- [Oracle Roving Edge Infrastructure FAQ](https://www.oracle.com/cloud/roving-edge-infrastructure/faq/) - is an infrastructure service designed to host workloads and use cases that operate at the edge, in a disconnected manner.
1615

@@ -19,6 +18,7 @@ Review date: 20.11.2023
1918
- [What is an Oracle OCPU, Core, and VCPU?](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/what-is-ocpu-vcpu.md) - Oracle Compute Processing Unit - used for sizing and pricing for an Oracle Cloud resource
2019
- [Change the hostname of OCI Compute Instance Virtual Machine](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/rename-hostname.md) - explains how to change the hostname of an Oracle Linux Virtual Machine (VM) running on Oracle Cloud Infrastructure (OCI)
2120
- [OCI Compute shape naming convention](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources) ex VM Shape name with <b>A</b> refers to Ampere (ARM), <b>E</b> refers to AMD Epyc, <b>X</b> refers to Intel
21+
- [Migrate and change the Compute shape from VM.Standard2.x to flexible shape on OCI](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/Migrate-VM.Standard2%20to%20Flex%20shape.pdf)
2222

2323
# License
2424

cloud-infrastructure/fsdr/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Full Stack Disaster Recovery with OCI CLI for a Cold Standby Topology
2+
3+
Oracle Cloud Infrastructure Full Stack Disaster Recovery (Full Stack DR) provides a fully automated and comprehensive disaster recovery orchestration solution for all the layers of a full-stack cloud application, including infrastructure, database, and application. Using Full Stack DR, you can recover your full stack applications across OCI regions, or across availability domains within the same region.
4+
5+
Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a small-footprint tool that you can use on its own or with the Oracle Cloud Console to complete Oracle Cloud Infrastructure (OCI) tasks. The Command Line Interface (CLI) provides the same core functionality as the Oracle Cloud Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.
6+
7+
The CLI is built on the OCI SDK for Python and runs on Mac, Windows, or Linux. The Python code makes calls to Oracle Cloud Infrastructure APIs to provide the functionality implemented for the various services. These are REST APIs that use HTTPS requests and responses.
8+
9+
# Table of Contents
10+
11+
1. [Team Publications](#team-publications)
12+
2. [Useful Links](#useful-uinks)
13+
14+
## Team Publications
15+
16+
- [Automate Full Stack Disaster Recovery with OCI CLI for a Cold Standby Topology](https://docs.oracle.com/en/learn/full-stack-dr-oci-cli-command/#introduction)
17+
18+
19+
## Useful Links
20+
21+
- [Full Stack Disaster Recovery](https://www.oracle.com/in/cloud/full-stack-disaster-recovery/)
22+
23+
24+
# License
25+
26+
Copyright (c) 2023 Oracle and/or its affiliates.
27+
28+
Licensed under the Universal Permissive License (UPL), Version 1.0.
29+
30+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

cloud-infrastructure/storage/block-storage/README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,29 @@ High-performance block storage at any scale.
44

55
We've designed our storage platform as an ideal complement to Oracle compute and networking services to support the highest performance requirements. OCI Block Volume uses the latest NVMe SSDs and provides nonblocking network connectivity to every host. Oracle delivers a consistent, low-latency performance of up to 225 IOPS/GB to a maximum of 300,000 IOPS and 2,680 MB/sec of throughput per volume.
66

7+
Reviewed: 23.01.2024
78

89
# Table of Contents
910

1011
1. [Team Publications](#team-publications)
1112
2. [Useful Links](#useful-links)
1213

13-
## Team Publications
14+
# Team Publications
1415

15-
- [OCI provides native high availability and data resilience](asset/OCI.provides.native.high.availability.and.data.resilience)
16-
- [Make your cloud resilient against regional outages](asset/Make.your.cloud.resilient.against.regional.outages)
17-
- [Effortless Cloud Resilience – Automate your Disaster Recovery with Oracle Cloud Infrastructure](asset/Effortless.Cloud.Resilience)
18-
- [Cloud Resilience](asset/Cloud.Resilience)
19-
- [Cloud Resilience by default](asset/Cloud.Resilience.by.default)
20-
- [OCI Storage Health-Check](asset/OCI.Storage.Health-Check)
16+
- [OCI provides native high availability and data resilience](https://blogs.oracle.com/cloud-infrastructure/post/oci-provide-cloud-resilience-by-default)
17+
- [Make your cloud resilient against regional outages](https://www.youtube.com/watch?v=IVqLe_XH_AE)
18+
- [Effortless Cloud Resilience – Automate your Disaster Recovery with Oracle Cloud Infrastructure](https://www.youtube.com/watch?v=P3qWyjE9HMQ)
19+
- [Cloud Resilience](https://gitlab.com/hmielimo/cloud-resilience/-/blob/main/doc/cloud.resilience/README.md)
20+
- [Cloud Resilience by default](https://gitlab.com/hmielimo/cloud-resilience-by-default/)
21+
- [OCI Storage Health-Check](https://gitlab.com/hmielimo/oci-storage-health-check/)
2122
- Showcase section
22-
- [Showcase 1: Demonstrate block volume backup copy to a different region in a customer managed key environment.](asset/Showcase.1)
23-
- [Showcase 2: TRIM showcase](asset/Showcase.2)
24-
- [Showcase 3: boot/block volume security best practice](asset/Showcase.3)
25-
- [Showcase 4: boot/block volume individual (to a customer-managed bucket) backup and restore](asset/Showcase.4)
23+
- [Showcase 1: Demonstrate block volume backup copy to a different region in a customer managed key environment.](https://gitlab.com/hmielimo/cloud-resilience-by-default/-/tree/main/copy.customer.managed.key.backup)
24+
- [Showcase 2: TRIM showcase](showcase-2)
25+
- [Showcase 3: boot/block volume security best practice](showcase-3)
26+
- [Showcase 4: boot/block volume individual (to a customer-managed bucket) backup and restore](showcase-4)
2627

2728

28-
## Useful Links
29+
# Useful Links
2930

3031
- [OCI Block Storage documentation](https://docs.oracle.com/en-us/iaas/Content/Block/home.htm)
3132
- Oracle Block Storage documentation.
@@ -42,9 +43,6 @@ We've designed our storage platform as an ideal complement to Oracle compute and
4243
- [Oracle Cloud Infrastructure Vault: Block Volume Encryption](https://www.youtube.com/watch?v=3GBPIx4hlRU)
4344
- This video helps you to encrypt a block volume with the KMS Vault customer-managed encryption key.
4445

45-
46-
47-
4846
# License
4947

5048
Copyright (c) 2023 Oracle and/or its affiliates.

cloud-infrastructure/storage/block-storage/asset/Cloud.Resilience.by.default/README.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

cloud-infrastructure/storage/block-storage/asset/Cloud.Resilience/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

cloud-infrastructure/storage/block-storage/asset/Effortless.Cloud.Resilience/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

cloud-infrastructure/storage/block-storage/asset/Make.your.cloud.resilient.against.regional.outages/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

cloud-infrastructure/storage/block-storage/asset/OCI.Storage.Health-Check/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)