Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display of Amazon autoscaling groups #171

Open
xlr-8 opened this issue Mar 10, 2022 · 0 comments
Open

Display of Amazon autoscaling groups #171

xlr-8 opened this issue Mar 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@xlr-8
Copy link

xlr-8 commented Mar 10, 2022

Amazon ASG (auto scaling groups) define a group of instances to create.

An ASG is defined by the autoscaling group itself and linked to a LaunchConfig (or template).

This component is expected to be displayed but will never have associated security group to it.
An ASG simply define the number of instance to create and target a launch config which define "how" create them.
Then the ASG schedule X instaces based on it such as.

 +---------+             +-----------------+
 |         |             |                 |
 |   ASG   +------------->   LaunchConfig  |
 |         |             |                 |
 +----+----+             +-----------------+
      |
      |
      |
      |
+-----v-------+
|             |
|  Instances  |
|             |
+-------------+

The actual security group to create a link can be found in 2 places. On the created instances themself or in the used launch config.
By not having this element, we are rendering incomplete/misleading architecture diagram.

@xlr-8 xlr-8 added the enhancement New feature or request label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant