Skip to content

Commit 626ea64

Browse files
lift-fsdr
1 parent f5343a3 commit 626ea64

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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.

0 commit comments

Comments
 (0)