Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different approach for zone outage scenario implementation #730

Open
agabriel81 opened this issue Nov 4, 2024 · 0 comments
Open

Different approach for zone outage scenario implementation #730

agabriel81 opened this issue Nov 4, 2024 · 0 comments

Comments

@agabriel81
Copy link

Adds a new feature in the zone scenario where the AWS deny-all network ACL is already created by the customer and the kraken zone outage scenario will only assign / replace the deny-all network ACL and revert back to the original AWS network ACL at the end of the scenario.
So, for example, having a configuration like this one:

  zone-outage:
    cloud-type: aws
    duration: 50
    vpc-id: vpc-085cf4c0a30d56b2d
    subnet-id: subnet-0c858b2ac477e4489
    nacl-id: XXX-1234asdf-XXX
    region: eu-central-1

it will assign the customer pre-created deny-all network ACL with ID XXX-1234asdf-XXX to the subnet subnet-0c858b2ac477e4489 and revert back to the original network ACL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant