Skip to content

Commit

Permalink
IT-3924: Create dev account for Synapse LLM (#1227)
Browse files Browse the repository at this point in the history
* Create dev account for Synapse LLM

* Fixes per review
  • Loading branch information
xschildw authored Sep 30, 2024
1 parent 4eebc77 commit a047396
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions org-formation/organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Organization:
- !Ref SynapseDevAccount
- !Ref SynapseDWAccount
- !Ref SynapseProdAccount
- !Ref SynapseLlmDevAccount

BridgeOU:
Type: OC::ORG::OrganizationalUnit
Expand Down Expand Up @@ -619,6 +620,20 @@ Organization:
budget-alarm-threshold: 2000
budget-alarm-threshold-email-recipient: [email protected]

# Synapse Large Language Model dev account: hosts development Bedrock-related resources
SynapseLlmDevAccount:
Type: OC::ORG::Account
Properties:
AccountName: org-sagebase-synapsellm-dev
RootEmail: [email protected]
Alias: org-sagebase-synapsellm-dev
Tags:
<<: !Include ./_default_org_tags.yaml
AccountOwner: [email protected]
CostCenter: NO PROGRAM / 000000
budget-alarm-threshold: 2000
budget-alarm-threshold-email-recipient: [email protected]

#------------ Personal Accounts -----------
BuA2aDwAccount:
Type: OC::ORG::Account
Expand Down

0 comments on commit a047396

Please sign in to comment.