diff --git a/dist/idp-deploy.yaml b/dist/idp-deploy.yaml index 0ff5c63..efbbcbd 100644 --- a/dist/idp-deploy.yaml +++ b/dist/idp-deploy.yaml @@ -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