Skip to content

Commit

Permalink
add Service Catalog VPCE
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyin committed Apr 10, 2021
1 parent d22753d commit 2b41c54
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 88 deletions.
13 changes: 13 additions & 0 deletions cfn_templates/vpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,19 @@ Resources:
ServiceName: !Sub 'com.amazonaws.${AWS::Region}.ecr.api'
VpcId: !Ref VPC

VPCEndpointServiceCatalog:
Type: 'AWS::EC2::VPCEndpoint'
Properties:
VpcEndpointType: Interface
PrivateDnsEnabled: true
SubnetIds:
- !Ref SageMakerStudioSubnet
SecurityGroupIds:
- !Ref VPCEndpointsSecurityGroup
ServiceName: !Sub 'com.amazonaws.${AWS::Region}.servicecatalog'
VpcId: !Ref VPC


Outputs:
VPCId:
Description: The ID of VPC where SageMaker Studio will reside
Expand Down
Loading

0 comments on commit 2b41c54

Please sign in to comment.