Skip to content

Commit

Permalink
Merge pull request #729 from guardian/mob/GET_STEAMPIPE_MERGED_AAAAAA…
Browse files Browse the repository at this point in the history
…AAAAAAAAA!!

Add Steampipe as a AWS ECS Service running 24/7
  • Loading branch information
AshCorr authored Jan 24, 2024
2 parents effc662 + 109680c commit 16314f3
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 16314f3

Please sign in to comment.