Skip to content

Commit

Permalink
README edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyin committed Jan 26, 2021
1 parent 2c65171 commit 1e4ce31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ The access is denied because the S3 VPC endpoint policy doesn't allow access to

Now add the follwing statement to the S3 VPC endpoint policy:
```json
{
{
"Effect": "Allow",
"Principal": "*",
"Action": [
Expand All @@ -431,7 +431,8 @@ Here we show how the internet inbound or outbound access can be controled with A

The solution deploys a [network firewall policy](https://docs.aws.amazon.com/network-firewall/latest/developerguide/firewall-policies.html) with a stateful rule group with a deny domain list. This policy is attached to the network firewall.
All inbound and outbound internet traffic is allowed now, except for `.kaggle.com` domain, which is on the deny list.
First, we try to access the `https://kaggle.com/`. Open the same or a new notebook in the SageMaker Studio and try to download the front page from `kaggle.com`:
First, we try to access the `https://kaggle.com/`.
- Open the same or a new notebook in the SageMaker Studio and try to download the front page from `kaggle.com`:
```
!wget https://kaggle.com/
```
Expand Down

0 comments on commit 1e4ce31

Please sign in to comment.