Skip to content
Open
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
15 changes: 0 additions & 15 deletions dist/idp-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,21 +400,6 @@ Resources:
DomainId: !GetAtt StudioDomain.DomainId
UserProfileName: !Ref UserProfileName

DataScienceApp:
Type: AWS::SageMaker::App
DependsOn: UserProfile
Properties:
AppName: instance-event-engine-datascience-ml-t3-medium
AppType: KernelGateway
DomainId: !GetAtt StudioDomain.DomainId
ResourceSpec:
InstanceType: ml.t3.medium
SageMakerImageArn: !FindInMap
- RegionMap
- !Ref 'AWS::Region'
- datascience
UserProfileName: !Ref UserProfileName

### S3 Bucket For A2I
A2IBucket:
Type: AWS::S3::Bucket
Expand Down