Skip to content

Commit

Permalink
feat(aws): support management resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Feb 29, 2020
1 parent c1e5aa8 commit db4dd6f
Show file tree
Hide file tree
Showing 21 changed files with 111 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
"iot": {
"Freertos": "FreeRTOS",
},
"management": {
"SystemsManager": "SSM",
"SystemsManagerParameterStore": "ParameterStore",
},
"migration": {
"ApplicationDiscoveryService": "ADS",
"CloudendureMigration": "CEM",
Expand Down
86 changes: 86 additions & 0 deletions diagrams/aws/management.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _AWS


class _Management(_AWS):
_type = "management"
_icon_dir = "resources/aws/management"


class AutoScaling(_Management):
_icon = "auto-scaling.png"


class Cloudformation(_Management):
_icon = "cloudformation.png"


class Cloudtrail(_Management):
_icon = "cloudtrail.png"


class Cloudwatch(_Management):
_icon = "cloudwatch.png"


class Codeguru(_Management):
_icon = "codeguru.png"


class CommandLineInterface(_Management):
_icon = "command-line-interface.png"


class Config(_Management):
_icon = "config.png"


class ControlTower(_Management):
_icon = "control-tower.png"


class LicenseManager(_Management):
_icon = "license-manager.png"


class ManagedServices(_Management):
_icon = "managed-services.png"


class ManagementConsole(_Management):
_icon = "management-console.png"


class Opsworks(_Management):
_icon = "opsworks.png"


class Organizations(_Management):
_icon = "organizations.png"


class ServiceCatalog(_Management):
_icon = "service-catalog.png"


class SystemsManagerParameterStore(_Management):
_icon = "systems-manager-parameter-store.png"


class SystemsManager(_Management):
_icon = "systems-manager.png"


class TrustedAdvisor(_Management):
_icon = "trusted-advisor.png"


class WellArchitectedTool(_Management):
_icon = "well-architected-tool.png"


# Aliases

SSM = SystemsManager
ParameterStore = SystemsManagerParameterStore
21 changes: 21 additions & 0 deletions docs/nodes/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,27 @@ Node classes list of aws provider.
- **diagrams.aws.network.TransitGateway**
- **diagrams.aws.network.VPC**

## aws.management

- **diagrams.aws.management.AutoScaling**
- **diagrams.aws.management.Cloudformation**
- **diagrams.aws.management.Cloudtrail**
- **diagrams.aws.management.Cloudwatch**
- **diagrams.aws.management.Codeguru**
- **diagrams.aws.management.CommandLineInterface**
- **diagrams.aws.management.Config**
- **diagrams.aws.management.ControlTower**
- **diagrams.aws.management.LicenseManager**
- **diagrams.aws.management.ManagedServices**
- **diagrams.aws.management.ManagementConsole**
- **diagrams.aws.management.Opsworks**
- **diagrams.aws.management.Organizations**
- **diagrams.aws.management.ServiceCatalog**
- **diagrams.aws.management.SystemsManagerParameterStore**, **ParameterStore** (alias)
- **diagrams.aws.management.SystemsManager**, **SSM** (alias)
- **diagrams.aws.management.TrustedAdvisor**
- **diagrams.aws.management.WellArchitectedTool**

## aws.storage

- **diagrams.aws.storage.Backup**
Expand Down
Binary file added resources/aws/management/auto-scaling.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 resources/aws/management/cloudformation.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 resources/aws/management/cloudtrail.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 resources/aws/management/cloudwatch.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 resources/aws/management/codeguru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 resources/aws/management/config.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 resources/aws/management/control-tower.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 resources/aws/management/license-manager.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 resources/aws/management/managed-services.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 resources/aws/management/management-console.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 resources/aws/management/opsworks.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 resources/aws/management/organizations.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 resources/aws/management/service-catalog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 resources/aws/management/systems-manager.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 resources/aws/management/trusted-advisor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db4dd6f

Please sign in to comment.