- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Cloudcraft allows you to import your AWS and Azure cloud environments as live diagrams. By reverse-engineering the architecture in your cloud account, Cloudcraft can auto-generate new diagrams or enhance existing ones, saving you hours or even days of work.
Before you begin, connect your cloud account to Cloudcraft.
To scan and visualize your cloud architecture, create a new blueprint. A blueprint contains your diagram, a budget, and all the documentation you attach to individual components.
On the Live tab you have the ability to select your account, scan regions, generate layouts, and view all resources in your account.
If you have only added one AWS account to Cloudcraft, it is automatically selected. Otherwise, choose an account from the drop-down.
Below the Scan now button is a toggle that says Live or Snapshot, which tells the application which kind of diagram you want to create. If you select Live, the diagram continuously updates with information from your account. If you select Snapshot, a point-in-time image is created, which means the diagram will never update automatically.
This example uses the Live option. Enable the toggle for Live. The cog icon located to the right of the option provides additional customization settings for updating your diagram. For the purposes of this guide, it is recommended to leave it in the default state.
With the scan complete, the Auto layout button and all the supported components from your AWS account should appear. You can start adding them manually immediately, however, it’s recommended to let the application lay them out for you automatically.
You can achieve this in two ways:
The Auto layout feature is the most straightforward as it adds all components to the diagram and illustrates their connections and relationships. For instance, you can configure the Auto layout to only display EC2 instances while excluding all other components.
The diagram type for this documentation is Live, which means if you remove an EC2 instance from your AWS account, the change will be reflected in your diagram.
The Filtered Layout feature is a more advanced and powerful way to diagram your cloud architecture, as it allows you to create diagrams that match a pattern. For example, if you have many resources tagged with environment=production
and environment=staging
but only want components in production to be added to the diagram, you can filter by environment=production
and only components tagged with this exact combination of value and key are included.
The power of filters is available even if you do not tag your resources in your cloud provider. For example, to create a diagram with only EC2 instances that are powered down, you could use the filter ec2 !running
.
The following video depicts the power of Filtered layout. In AWS, our sales team tags several resources related to a Cloudcraft demo with the key Environment
and the value Demo
. To view what they want to demonstrate and how each component connects to each other, they can use the filter Environment=demo
in the search bar just below the Live tab.
Components labeled with Environment=demo
are displayed within their corresponding VPCs, subnets, and security groups, despite these resources not being tagged as such in AWS. The WAF, despite having identical tags, is positioned outside of the VPC because the AWS API does not indicate any linkage between the WAF and the rest of the components.
How components connect to each other is service dependent. Cloudcraft uses all available cloud APIs to discover relationships wherever possible.
A new dialog box allows you to decide which AWS components to include in your diagram. The dialog also includes an Options drop-down menu where you can choose one of three possible options:
These options tell the application what to do if you are using Auto layout on a diagram that already has components on it.
Since we are creating a new diagram, choose Replace existing components from the menu. Select Layout to automatically add all of the components in your inventory to the diagram along with their connections.
The diagram is customizable, allowing you to enhance its appearance using elements from the Design tab, all while observing real-time data pertaining to each component.
If you select a component, the Live feed dialog should appear in the lower-left corner of your screen and displays live information about the component you selected.
Cloudcraft has introduced a revamped live experience as part of our continuous commitment to enhance user experience and streamline the process of diagramming cloud infrastructure. This updated experience is accessible to all users and has been set as the standard experience for new users.
See Crafting Better Diagrams: Cloudcraft’s Live Diagramming and Filtering for more information.