0.1.75 • Published 1 year ago

@itsyndicate/backstage-plugin-aws-resources v0.1.75

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

AWS Resources

Description

The AWS Resources plugin provides a visual overview of various AWS resources, displaying their counts and categories. Users can view details for each resource type and navigate to specific AWS Console links for detailed resource management.

Functionality

  • Fetches and categorizes AWS resources (EC2, ECS, S3, RDS, etc.).
  • Provides resource counts and details for each AWS service.
  • Opens a dialog with specific resource details and links to the AWS Console.
  • Customizable to show resources from specific regions as defined in app-config.yaml.

Installation

From your Backstage directory:

  1. Add the plugin:

    yarn --cwd packages/app add @internal/backstage-plugin-aws-resources
  2. Example: Add the AWS Resources widget to packages/app/src/components/catalog/EntityPage.tsx:

    import { AwsResourcesWidget } from '@internal/backstage-plugin-aws-resources';
    // ...
    const entityPage = (
      <EntityLayout>
        <EntityLayout.Route path="/" title="Overview">
          <Grid container spacing={3}>
            ...
            <Grid item xs={12} md={6}>
              <AwsResourcesWidget />
            </Grid>
          </Grid>
        </EntityLayout.Route>
      </EntityLayout>
    );
0.1.75

1 year ago

0.1.70

1 year ago

0.1.65

1 year ago

0.1.50

1 year ago

0.1.45

1 year ago

0.1.40

1 year ago

0.1.35

1 year ago

0.1.30

1 year ago

0.1.25

1 year ago

0.1.20

1 year ago

0.1.15

1 year ago

0.1.10

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago