diff --git a/examples/manifests/deployment.yaml b/examples/manifests/deployment.yaml index f79722f4..b666b6eb 100644 --- a/examples/manifests/deployment.yaml +++ b/examples/manifests/deployment.yaml @@ -14,8 +14,6 @@ groups: path: manifests/sagemaker-model-package-group-modules.yaml - name: promote-models path: manifests/sagemaker-model-package-promote-pipeline-modules.yaml - - name: storage - path: examples/manifests/storage-modules.yaml targetAccountMappings: - alias: primary diff --git a/examples/manifests/storage-modules.yaml b/examples/manifests/storage-modules.yaml deleted file mode 100644 index 31a65a55..00000000 --- a/examples/manifests/storage-modules.yaml +++ /dev/null @@ -1,75 +0,0 @@ -name: ecr-mlflow -path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.7.0&depth=1 -targetAccount: primary -parameters: - - name: image-tag-mutability - value: MUTABLE ---- -name: ecr-sagemaker-kernel -path: git::https://github.com/awslabs/idf-modules.git//modules/storage/ecr?ref=release/1.7.0&depth=1 -targetAccount: primary -parameters: - - name: image-tag-mutability - value: MUTABLE ---- -name: buckets -path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets?ref=release/1.7.0&depth=1 -targetAccount: primary -parameters: - - name: encryption-type - value: SSE - - name: retention-type - value: RETAIN ---- -name: mlflow-mysql -path: git::https://github.com/awslabs/idf-modules.git//modules/database/rds?ref=release/1.7.0&depth=1 -targetAccount: primary -parameters: - - name: vpc-id - valueFrom: - moduleMetadata: - group: networking - name: networking - key: VpcId - - name: subnet-ids - valueFrom: - moduleMetadata: - group: networking - name: networking - key: PrivateSubnetIds - - name: engine - value: mysql - - name: engine-version - value: 8.0.35 - - name: instance-type - value: t3.small - - name: database-name - value: mlflowdb - - name: admin-username - value: admin - - name: credential-rotation-days - value: 30 - - name: removal-policy - value: DESTROY ---- -name: opensearch -path: git::https://github.com/awslabs/idf-modules.git//modules/storage/opensearch/ -targetAccount: primary -targetRegion: us-east-1 -parameters: - - name: encryption-type - value: SSE - - name: retention-type - value: RETAIN - - name: vpc-id - valueFrom: - moduleMetadata: - group: networking - name: networking - key: VpcId - - name: private-subnet-ids - valueFrom: - moduleMetadata: - group: networking - name: networking - key: PrivateSubnetIds \ No newline at end of file