From 6e295a0913347e73ac4f8059613399919d12ce63 Mon Sep 17 00:00:00 2001 From: letthem Date: Wed, 4 Mar 2026 15:21:40 +0900 Subject: [PATCH 1/3] feat: Add AWS Cost Insights plugin to marketplace Signed-off-by: letthem --- microsite/data/plugins/aws-cost-insights.yaml | 10 ++++++++++ .../static/img/aws-cost-insights-logo.svg | 20 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 microsite/data/plugins/aws-cost-insights.yaml create mode 100644 microsite/static/img/aws-cost-insights-logo.svg diff --git a/microsite/data/plugins/aws-cost-insights.yaml b/microsite/data/plugins/aws-cost-insights.yaml new file mode 100644 index 0000000000..cf62bcb914 --- /dev/null +++ b/microsite/data/plugins/aws-cost-insights.yaml @@ -0,0 +1,10 @@ +--- +title: AWS Cost Insights +author: letthem +authorUrl: https://github.com/letthem +category: FinOps +description: Visualize AWS EC2 costs from S3 CUR data with resource insights and cost forecasting. +documentation: https://github.com/letthem/backstage-plugin-cost-insights +iconUrl: /img/aws-cost-insights-logo.svg +npmPackageName: '@letthem/backstage-plugin-aws-cost-insights' +addedDate: '2026-03-04' diff --git a/microsite/static/img/aws-cost-insights-logo.svg b/microsite/static/img/aws-cost-insights-logo.svg new file mode 100644 index 0000000000..f901cf6c03 --- /dev/null +++ b/microsite/static/img/aws-cost-insights-logo.svg @@ -0,0 +1,20 @@ + + + + + + +
+ + + + +
+ + + + + + + +
From 478cafe9928b10f95ea5a0ae8254912b47a8d1ff Mon Sep 17 00:00:00 2001 From: letthem Date: Wed, 4 Mar 2026 17:11:00 +0900 Subject: [PATCH 2/3] microsite: add status field to AWS Cost Insights plugin Signed-off-by: letthem --- microsite/data/plugins/aws-cost-insights.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/microsite/data/plugins/aws-cost-insights.yaml b/microsite/data/plugins/aws-cost-insights.yaml index cf62bcb914..623e4c05f6 100644 --- a/microsite/data/plugins/aws-cost-insights.yaml +++ b/microsite/data/plugins/aws-cost-insights.yaml @@ -8,3 +8,4 @@ documentation: https://github.com/letthem/backstage-plugin-cost-insights iconUrl: /img/aws-cost-insights-logo.svg npmPackageName: '@letthem/backstage-plugin-aws-cost-insights' addedDate: '2026-03-04' +status: active From 4987665d31246602808a406c24ffbf0696168f06 Mon Sep 17 00:00:00 2001 From: letthem Date: Wed, 11 Mar 2026 13:29:41 +0900 Subject: [PATCH 3/3] chore: trigger Signed-off-by: letthem