Sebastian Müller
Sebastian Müller
In addition to the custom account factory created with #314, we want to have a SSM Automatisch to close an AWS account. Tasks - [ ] Create SSM Automation to...
The first implementation of the custom account factory uses a naive approach in not validating the user's input. Tasks - [ ] Create lambda function to check uniqueness of desired...
As we use SSM Automation as a custom wrapper for native AWS functionality, we need to have an ADR document covering this decision. Refs #314
Based on the [Custom wrapper for AWS Control Tower Account Factory](https://sbstjn.com/blog/aws-control-tower-account-factory-wrapper/) blog post, we want to have a [SSM Automation](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation.html) to create new accounts. Based on the experiences of using...
As the rollout of the automated backups feature may fail, the bucket storing conformance packs should have `retain` as deletion policy. Otherwise, the rollback fails as well. refs #261
I want to retrieve the version of a superwerker installation. Currently, I need to retrieve the Stack's template first and then extract the version from the metadata. Having an output...
I copied the SCP from https://github.com/superluminar-io/aws-cloud-setup-with-adf/blob/master/Custom/scp.json#L44-L59. Is there more needed? refs #120 cc @tillkahlbrock
This PR adds information to the dashboard about the used superwerker version and if another/newer version is available on GitHub. To check this on a regular basis, the generator function...
### Describe the bug When the `aws-auth` entry in ConfigMap gets updated, the Windows-specific `eks:kube-proxy-windows` group mapping may get removed and existing Windows node groups end up in an unhealthy/degraded...