Skip to content

Commit

Permalink
[IT-4228] New AWS account (#1317)
Browse files Browse the repository at this point in the history
Create new AWS account to run codeocean application

[1] https://docs.codeocean.com/admin-guide/deployment-guide
  • Loading branch information
zaro0508 authored Jan 9, 2025
1 parent 21846c9 commit 2bdadd1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions org-formation/organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Organization:
- !Ref DCAProdAccount
- !Ref DpeProdAccount
- !Ref OpenChallengesProdAccount
- !Ref CodeOceanProdAccount

PlatformOU:
Type: OC::ORG::OrganizationalUnit
Expand Down Expand Up @@ -650,6 +651,19 @@ Organization:
budget-alarm-threshold: 2000
budget-alarm-threshold-email-recipient: [email protected]

CodeOceanProdAccount:
Type: OC::ORG::Account
Properties:
AccountName: org-sagebase-codeocean-prod
RootEmail: [email protected]
Alias: org-sagebase-codeocean-prod
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 2bdadd1

Please sign in to comment.