Skip to content

Commit

Permalink
Add Steampipe as a AWS ECS Service running 24/7
Browse files Browse the repository at this point in the history
We can now call Steampipe using Grafana

Co-authored-by: Akash Askoolum <akash1810@users.noreply.github.com>
Co-authored-by: Julia Branke <80390930+JuliaBrigitte@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 24, 2024
1 parent effc662 commit 109680c
Show file tree
Hide file tree
Showing 7 changed files with 948 additions and 3 deletions.
2 changes: 2 additions & 0 deletions packages/cdk/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ new ServiceCatalogue(app, 'ServiceCatalogue-PROD', {
stack: 'deploy',
stage: 'PROD',
env: { region: 'eu-west-1' },
steampipeDomainName: 'steampipe.gutools.co.uk',
});

new ServiceCatalogue(app, 'ServiceCatalogue-CODE', {
Expand All @@ -18,4 +19,5 @@ new ServiceCatalogue(app, 'ServiceCatalogue-CODE', {
env: { region: 'eu-west-1' },
schedule: Schedule.rate(Duration.days(30)),
rdsDeletionProtection: false,
steampipeDomainName: 'steampipe.code.dev-gutools.co.uk',
});
Loading

0 comments on commit 109680c

Please sign in to comment.