Skip to content

Commit

Permalink
Merge pull request #20 from andrewkrug/andrewkrug/updates_q1
Browse files Browse the repository at this point in the history
Adds content updates post re:Invent for 2023
  • Loading branch information
andrewkrug committed Feb 20, 2023
2 parents a78a54c + 8e03077 commit e83bec0
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 4 deletions.
72 changes: 72 additions & 0 deletions .github/styles/Vocab/allow.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
ACLs
APIs
Antisiphon
Authy
Cloudformation
Cloudmapper
Cloudtrail
Cloudwatch
Config
Cryptocurrency
Dockerfile
Hashicorp
Hygeine
IPs
Krug
Makefile
Nginx
OUs
Partitioner
SCPs
Serverless
Stacksets
URl
Uncheck
VMware
Vehent
athena
attackbot
aws
bucketfrom
captial
cdk
cli
cloudformation
cloudmapper
cloudtrail
cloudtrailanalysis
cloudwatch
config
errors,
execed
exfiltration
finidng
github
hello_world
hygeine
misconfiguration
partitioner
productionadmin
reddit
sav
securityaudit
securityauditors
seeeing
serverless
sso
stacksets
sthat
subnets
sudo
teardown
tfstate
unfederatedAdministrator
unfederatedadministrator
virtualenv
vm
vmWare
webauthn
yml
csv
sts
jpgs
6 changes: 6 additions & 0 deletions .github/styles/spelling/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: spelling
message: "'%s' is a typo!"
level: error
ignore:
# Locate at StylesPath/Vocab/allow.txt
- Vocab/allow.txt
13 changes: 13 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Linting
on: [pull_request]

jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Vale
uses: errata-ai/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
5 changes: 5 additions & 0 deletions .vale.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
StylesPath = ".github/styles"
MinAlertLevel = suggestion

[*.md]
BasedOnStyles = spelling # consider enabling write-good later
2 changes: 1 addition & 1 deletion labs/01-lesson/02/02-setting-up-your-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ is a guardrail setup by the policy we just applied when the first user was creat

<img src="images/14-a.png" height="150">

15. Finally let's stop entering usernames and passwords in the web console. Try `aws-vault login unfederatedadmin` and your browser will open inside of the role you've just exec'ed into. Pretty Cool!
15. Finally let's stop entering usernames and passwords in the web console. Try `aws-vault login unfederatedadmin` and your browser will open inside of the role you've just assumed. Pretty Cool!

<img src="images/console-login-animation.gif">

Expand Down
2 changes: 1 addition & 1 deletion supplemental/01-04/attackbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ attackbot$ sam local start-api
attackbot$ curl http://localhost:3000/
```

The SAM CLI reads the application template to determine the API's routes and the functions that they invoke. The `Events` property on each function's definition includes the route and method for each path.
The SAM CLI reads the application template to determine the API routes and the functions that they invoke. The `Events` property on each function's definition includes the route and method for each path.

```yaml
Events:
Expand Down
4 changes: 2 additions & 2 deletions supplemental/05-01/nuke-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
regions:
- eu-west-1
- global
- us-west-2
- us-east-1

account-blacklist:
- "999999999999" # production
Expand Down

0 comments on commit e83bec0

Please sign in to comment.