https://github.com/awslabs/backstage-plugins-for-aws
AWS plugins for Backstage
https://github.com/awslabs/backstage-plugins-for-aws
aws backstage backstage-plugin
Last synced: 4 months ago
JSON representation
AWS plugins for Backstage
- Host: GitHub
- URL: https://github.com/awslabs/backstage-plugins-for-aws
- Owner: awslabs
- License: apache-2.0
- Created: 2023-12-26T20:16:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T02:45:27.000Z (about 1 year ago)
- Last Synced: 2025-04-05T03:24:47.582Z (about 1 year ago)
- Topics: aws, backstage, backstage-plugin
- Language: TypeScript
- Homepage:
- Size: 12.5 MB
- Stars: 95
- Watchers: 6
- Forks: 17
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Backstage plugins for AWS
Welcome to the AWS plugins for Backstage project! The goal of this project is to provide granular, composable plugins for [backstage.io](https://backstage.io) that integrate to various AWS services, as well as providing utility functions to make it easier to create custom plugins.
## Usage
To understand how to start using these plugins in your Backstage environment please see the [Getting Started](./docs/getting-started.md) guide.
For detailed documentation regarding each plugin please see below:
| Plugin | Documentation | Description |
| ------------------------- | --------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| Scaffolder actions | [Link](./plugins/core/scaffolder-actions/README.md) | Custom scaffolder actions related to AWS services. |
| Amazon ECS | [Link](./plugins/ecs/README.md) | Shows information related to Amazon Elastic Container Service services and tasks. |
| Amazon ECR | [Link](./plugins/ecr/README.md) | Shows information related to Amazon Elastic Container Registry repositories and images. |
| AWS CodePipeline | [Link](./plugins/codepipeline/README.md) | Show the status of AWS CodePipeline pipelines on the entity page. |
| AWS CodeBuild | [Link](./plugins/codebuild/README.md) | Show the status of AWS CodeBuild projects on the entity page. |
| AWS Config catalog module | [Link](./plugins/core/catalog-config/README.md) | Module that implements an entity provider to ingest AWS resources in to the Backstage catalog. |
| Generative AI | [Link](./plugins/genai/README.md) | Build assistants powered by Generative AI |
| Cost Insights for AWS | [Link](./plugins/cost-insights/README.md) | An implementation of the Cost Insights plugin that provides AWS cost information |
| AWS Security Hub | [Link](./plugins/securityhub/README.md) | View and manage AWS Security Hub findings for your resources on the entity page. |
## Security
For information about contributing and reporting security issues, see [CONTRIBUTING](CONTRIBUTING.md).
## License
This project is licensed under the Apache-2.0 License.