Skip to content

Commit

Permalink
Add mgmt deploy action for event bus rules
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent 0ae6be3 commit ca90bc4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 203 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/deploy-eventrules-org-sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ jobs:
role-to-assume: arn:aws:iam::048723829744:role/PRX-GHA-AccessRole
role-session-name: gha-deploy-org-sink-rules

# TODO Deploy stack set to management account
- name: Deploy to management account
working-directory: event-rules/org-sink-rules
run: |
template_body=$(cat template.yml)
aws cloudformation update-stack-set \
--stack-set-name org-sink-event-rules-management-account \
--capabilities CAPABILITY_NAMED_IAM \
--template-body "$template_body" \
--operation-preferences FailureTolerancePercentage=100,MaxConcurrentPercentage=100,ConcurrencyMode=SOFT_FAILURE_TOLERANCE,RegionConcurrencyType=PARALLEL
- name: Update stack set
working-directory: event-rules/org-sink-rules
Expand Down
2 changes: 0 additions & 2 deletions devops/tooling/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions devops/tooling/cfn-custom-resources/README.md

This file was deleted.

190 changes: 0 additions & 190 deletions devops/tooling/cfn-custom-resources/template.yml

This file was deleted.

0 comments on commit ca90bc4

Please sign in to comment.