-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from ritza-co/update-dependency-mapping
DOCS-202 update images and add instructions
- Loading branch information
Showing
10 changed files
with
55 additions
and
26 deletions.
There are no files selected for viewing
26 changes: 0 additions & 26 deletions
26
...terprise-application-dependency-mapping/cloud-application-dependency-mapping.md
This file was deleted.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
...erprise-application-dependency-mapping/cloud-application-dependency-mapping.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: "Cloud Application Dependency Mapping" | ||
sidebar_position: 2 | ||
--- | ||
|
||
import ThemedImage from '@theme/ThemedImage' | ||
import useBaseUrl from '@docusaurus/useBaseUrl' | ||
|
||
In v18.06.00, you can now map connections between your on-prem and AWS databases. Cloud Application Dependency Mapping can help customers with hybrid environments to better understand their infrastructure, improve troubleshooting, ease migration frustrations, and optimize resource utilization, ultimately leading to better performance and cost savings. | ||
|
||
Currently, we support the following AWS Databases: RDS, DynamoDB and Redshift | ||
|
||
### How to Configure | ||
|
||
After you've discovered your on-prem and cloud databases, navigate to **Resources > Databases > Cloud Databases**. | ||
|
||
Select the database you would like to use as your starting point. Once you've opened the database, you will see the information we have discovered for that database (image 1). | ||
|
||
<ThemedImage | ||
alt="Resource properties tab" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/cloud-dependency-mapping/resource-properties-light.png'), | ||
dark: useBaseUrl('/assets/images/cloud-dependency-mapping/resource-properties-dark.png'), | ||
}} | ||
/> | ||
<br/><br/> | ||
|
||
Toggle to the **Resource Map** tab and you will see the relational information we have found. Click on the **diagram icon** at the top right of a resource block to reveal the resources contained within the block on the map. | ||
|
||
<ThemedImage | ||
alt="Resource map tab" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/cloud-dependency-mapping/resource-map-tab-light.png'), | ||
dark: useBaseUrl('/assets/images/cloud-dependency-mapping/resource-map-tab-dark.png'), | ||
}} | ||
/> | ||
<br/><br/> | ||
|
||
Search and explore related resources by clicking on the **magnifying glass icon** at the bottom right of a resource block. When clicked a compass icon is displayed in its place. | ||
|
||
Hover to the right of a list item's name to reveal three actions. Search within that list item by clicking on the **magnifying glass icon**, highlight the items on the map by clicking on the **crosshair icon**, and display the items on the map by clicking on the **branch icon**. | ||
|
||
<ThemedImage | ||
alt="Expanded dependency details" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/cloud-dependency-mapping/resource-map-search-light.png'), | ||
dark: useBaseUrl('/assets/images/cloud-dependency-mapping/resource-map-search-dark.png'), | ||
}} | ||
/> | ||
|
||
### Limitations | ||
|
||
- Currently DB to DB connections | ||
- Only AWS is currently supported | ||
- When connecting via a VPN, the results will be limited. |
Binary file added
BIN
+85.2 KB
static/assets/images/cloud-dependency-mapping/resource-map-expanded-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+82.7 KB
static/assets/images/cloud-dependency-mapping/resource-map-expanded-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+110 KB
static/assets/images/cloud-dependency-mapping/resource-map-search-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+106 KB
static/assets/images/cloud-dependency-mapping/resource-map-search-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+49.7 KB
static/assets/images/cloud-dependency-mapping/resource-map-tab-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+64.7 KB
static/assets/images/cloud-dependency-mapping/resource-map-tab-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+75.3 KB
static/assets/images/cloud-dependency-mapping/resource-properties-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+80.9 KB
static/assets/images/cloud-dependency-mapping/resource-properties-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.