awslabs / sandbox-accounts-for-events

"Sandbox Accounts for Events" allows to provide multiple, temporary AWS accounts to a number of authenticated users simultaneously via a browser-based GUI.
Apache License 2.0
172 stars 37 forks source link

account-reset-dce codebuild project #59

Closed AlexChesters closed 4 months ago

AlexChesters commented 4 months ago

Hi,

Where is the account-reset-dce CodeBuild project defined? I couldn't find any reference to it in source control other than documentation.

I'd like to update the runtime it uses (which is currently quite old, resulting in lengthy provisioning times).

moellr commented 4 months ago

That CodeBuild project is created by the underlying DCE project. When deploying "Sandbox Accounts for Events", it pulls the DCE project and deploys it as well.

It seems the CodeBuild project you are referencing can be found here: https://github.com/Optum/dce/blob/master/modules/reset_codebuild.tf and https://github.com/Optum/dce/tree/master/cmd/codebuild/reset

AlexChesters commented 4 months ago

ah thanks!