Olaf Conijn
Olaf Conijn
Resource should allow settings the SupportLevel for an Account within the organization through a support ticket. This because it is currently not possible to automate this process. [org-formation](https://github.com/org-formation/org-formation-cli), but also...
Any type starts with version `0.1.0`. When implementing any of the below, you can increment minor with +1: Features (use category `feat` in commit): - Implement Create, Update and Delete...
The Community::CostExplorer::AnomalyMonitor allows users to set up an anomaly monitor Proposal to do so using the following resource types ``` yaml Type: Community::CostExplorer::AnomalyMonitor Properties: MonitorName: String # Name of the...
The Community::EC2::NoDefaultVpc resource can be used to remove the Default VPC. ``` yaml Type: Community::EC2::NoDefaultVPC Properties: DeleteDefaultVPC: true| false #default is true ``` If the resource is created or `DeleteDefaultVPC`...
Community::SecurityHub::Hub is a better [AWS::SecurityHub::Hub](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html) Loosely modeled after GuardDuty::Master and GuardDuty::Member. SecurityHub supports inviting multiple accounts at once, therefore Members (plural). Master resource goes into the Mester accounts. Member resource...
*Issue #, if available:* *Description of changes:*
Currently the organization.yml supports creation of AWS Accounts using the Organizations Service. This issue proposes to add support for Control Tower accounts. Control Tower accounts get created by "AWS Control...
[`AWS::Budgets::Budget`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-budgets-budget.html) does not handle changing attributes like `NotificationsWithSubscribers-Subscribers` well. **problem**: If Subscribers are added/removed from a `AWS::Budgets::Budget` resource updating the stack fails with an error `Resource Budget failed because Error...
To all users and contributors, As of Oct 26 2023, this project is no longer actively maintained. While the repository remains available for historical purposes and for any community members...