Skip to content

Commit

Permalink
ec2 cb: update rw templates
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh3460 committed Dec 19, 2024
1 parent 6835fcb commit 45aa523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ metadata:
spec:
imageURL: https://PLACEHOLDER
alias: AWS EC2 Health For Region {{match_resource.resource.region}} in Account {{match_resource.resource.account_id}}
asMeasuredBy: The number of old EC2 instances in region {{match_resource.resource.region}} and account {{match_resource.resource.account_id}}
asMeasuredBy: The number of unused and unpatched EC2 instances in region {{match_resource.resource.region}} and account {{match_resource.resource.account_id}}
configProvided:
- name: SLX_PLACEHOLDER
value: SLX_PLACEHOLDER
owners:
- {{workspace.owner_email}}
statement: Helps identify aged EC2 instances in the region for proactive resource cleanup and cost optimization.
statement: Helps identify unused and unpatched EC2 instances in the region {{match_resource.resource.region}} for proactive resource cleanup and security.
additionalContext:
region: "{{match_resource.resource.region}}"
account_id: "{{match_resource.resource.account_id}}"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{% include "common-annotations.yaml" %}
spec:
location: {{default_location}}
description: Runs tasks to identify and triage old AWS EC2 Instances.
description: Runs tasks to identify and triage unused and unpatched AWS EC2 Instances.
codeBundle:
{% if repo_url %}
repoUrl: {{repo_url}}
Expand Down

0 comments on commit 45aa523

Please sign in to comment.