Skip to content

Commit

Permalink
Merge pull request #545 from jasonrandrews/spelling
Browse files Browse the repository at this point in the history
spelling updates
  • Loading branch information
jasonrandrews authored Oct 24, 2023
2 parents 7e25d93 + d3d1d0e commit 999f745
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

13 changes: 13 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1615,3 +1615,16 @@ drcachesim
dynamorio
mispredicted
lookaside
devel
glibc
procps
PACBTI
gatord
awscli
dns
Borycki
Dawid
rg
pds
WebApp
AllowAnyCustom
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ template:
default: us-east-1
```
Edit the `__main__.py` file to change the availabilty zone of your network subnet
Edit the `__main__.py` file to change the availability zone of your network subnet

```python
subnet = aws.ec2.Subnet("p1-subnet",
Expand All @@ -134,7 +134,7 @@ subnet = aws.ec2.Subnet("p1-subnet",
})
```

Note: The security groups created by this script are lot less restrictive, to simplify the deployment process and to remove addtional complexities. Please modify the ingress/egress rules as per your organizations' policy.
Note: The security groups created by this script are lot less restrictive, to simplify the deployment process and to remove additional complexities. Please modify the ingress/egress rules as per your organizations' policy.

```python
group = aws.ec2.SecurityGroup('p1-security-grouup',
Expand Down

0 comments on commit 999f745

Please sign in to comment.