Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudformation/ds_admin_detective.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Resources:
Properties:
FunctionName: SageMakerVPCEnforcer
Description: Detective control to enforce VPC attachment of SageMaker resources
Runtime: python3.7
Runtime: python3.12
Code: vpc_detective_control.zip
Handler: inspect_sagemaker_resource.lambda_handler
MemorySize: 320
Expand Down
1 change: 1 addition & 0 deletions cloudformation/ds_env_studio_user_profile_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Resources:
- 'sagemaker:CreateExperiment'
- 'sagemaker:CreateModelPackage'
- 'sagemaker:CreateModelPackageGroup'
- 'sagemaker:CreatePresignedDomainUrl'
- 'sagemaker:CreateTrial'
- 'sagemaker:CreateTrialComponent'
- 'sagemaker:CreateApp'
Expand Down