Skip to content

Commit

Permalink
Update aws-nuke config and version (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
nb1701 authored Apr 3, 2024
1 parent 27407f0 commit 9763f1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- id: get-nuke
name: Get aws-nuke
run: |
wget https://github.com/rebuy-de/aws-nuke/releases/download/v2.21.2/aws-nuke-v2.21.2-linux-amd64.tar.gz -O aws-nuke-v2.21.2-linux-amd64.tar.gz
tar -xzf aws-nuke-v2.21.2-linux-amd64.tar.gz
sudo mv aws-nuke-v2.21.2-linux-amd64 /aws-nuke
wget https://github.com/rebuy-de/aws-nuke/releases/download/v2.25.0/aws-nuke-v2.25.0-linux-amd64.tar.gz -O aws-nuke-v2.21.2-linux-amd64.tar.gz
tar -xzf aws-nuke-v2.25.0-linux-amd64.tar.gz
sudo mv aws-nuke-v2.25.0-linux-amd64 /aws-nuke
sudo chmod u+x /aws-nuke
- id: get-aws-creds
Expand Down
7 changes: 7 additions & 0 deletions e2e-test/nuke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ accounts:
- "e2e-test-runner -> AdministratorAccess"
- property: "RoleName"
regex: "^AWSReservedSSO_.+$"
OpsWorksUserProfile:
- type: contains
value: "arn:aws:sts::296877675213:assumed-role"
OSPackage:
- property: "PackageName"
type: regex
value: "^(analysis-\\w+|amazon-personalized-ranking)*"

0 comments on commit 9763f1f

Please sign in to comment.