Skip to content

Commit

Permalink
adding license
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyin committed Jan 26, 2021
1 parent 7a22573 commit 117a44c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.

We welcome you to use the GitHub issue tracker to report bugs or suggest features.

When filing an issue, please check [existing open](https://github.com/aws-samples/sagemaker-studio-vpc-with-network-firewall/issues), or [recently closed](https://github.com/aws-samples/sagemaker-studio-vpc-with-network-firewall/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
When filing an issue, please check [existing open](https://github.com/aws-samples/amazon-sagemaker-studio-vpc-networkfirewall/issues), or [recently closed](https://github.com/aws-samples/amazon-sagemaker-studio-vpc-networkfirewall/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

* A reproducible test case or series of steps
Expand Down Expand Up @@ -41,7 +41,7 @@ GitHub provides additional document on [forking a repository](https://help.githu


## Finding contributions to work on
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/sagemaker-studio-vpc-with-network-firewall/labels/help%20wanted) issues is a great place to start.
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/amazon-sagemaker-studio-vpc-networkfirewall/labels/help%20wanted) issues is a great place to start.


## Code of Conduct
Expand All @@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif

## Licensing

See the [LICENSE](https://github.com/aws-samples/sagemaker-studio-vpc-with-network-firewall/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the [LICENSE](https://github.com/aws-samples/amazon-sagemaker-studio-vpc-networkfirewall/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
8 changes: 4 additions & 4 deletions cfn_templates/packaged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Resources:
Fn::GetAtt:
- S3
- Outputs.ModelBucketName
TemplateURL: https://s3.eu-west-1.amazonaws.com/ilyiny-sagemaker-demo-artefacts/fd5f4b9f56bf2d8b33f377fabb9d291a.template
TemplateURL: https://s3.us-west-2.amazonaws.com/ilyiny-sagemaker-demo-artefacts-us-west-2/fd5f4b9f56bf2d8b33f377fabb9d291a.template
S3:
Type: AWS::CloudFormation::Stack
DependsOn: VPC
Expand All @@ -57,7 +57,7 @@ Resources:
Fn::GetAtt:
- VPC
- Outputs.ModelBucketName
TemplateURL: https://s3.eu-west-1.amazonaws.com/ilyiny-sagemaker-demo-artefacts/56115a0619e778bdc0fa99c260aa02a7.template
TemplateURL: https://s3.us-west-2.amazonaws.com/ilyiny-sagemaker-demo-artefacts-us-west-2/56115a0619e778bdc0fa99c260aa02a7.template
VPC:
Type: AWS::CloudFormation::Stack
Properties:
Expand All @@ -76,7 +76,7 @@ Resources:
Fn::Sub: ${ProjectName}-${AWS::Region}-data
ModelBucketName:
Fn::Sub: ${ProjectName}-${AWS::Region}-models
TemplateURL: https://s3.eu-west-1.amazonaws.com/ilyiny-sagemaker-demo-artefacts/3d0d58eb15d519e575bfec9108c84606.template
TemplateURL: https://s3.us-west-2.amazonaws.com/ilyiny-sagemaker-demo-artefacts-us-west-2/3d0d58eb15d519e575bfec9108c84606.template
SageMakerStudio:
Type: AWS::CloudFormation::Stack
DependsOn: IAM
Expand All @@ -102,7 +102,7 @@ Resources:
Fn::GetAtt:
- IAM
- Outputs.ExecutionRoleArn
TemplateURL: https://s3.eu-west-1.amazonaws.com/ilyiny-sagemaker-demo-artefacts/08acff08f05c6a820d738e03da27c4c0.template
TemplateURL: https://s3.us-west-2.amazonaws.com/ilyiny-sagemaker-demo-artefacts-us-west-2/08acff08f05c6a820d738e03da27c4c0.template
Outputs:
VPCId:
Description: The ID of VPC where SageMaker Studio will reside
Expand Down
3 changes: 3 additions & 0 deletions functions/test/sagemakerdomain.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0

import time
import boto3
import logging
Expand Down
3 changes: 3 additions & 0 deletions functions/test/userprofile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT-0

import time
import boto3
import logging
Expand Down

0 comments on commit 117a44c

Please sign in to comment.