Managing SecurityHub across multiple accounts in AWS organization

0

Hi,

In AWS organization using control tower, we are trying to utilize the Security hub, couple of observations is even though we designate a member as Delegated admin account, we are observing limitations like we can't enable/disable a given security standard/control across all member accounts, and can enable/disable the security hub across multiple regions. This could have been very useful feature for customer as they scale in number of aws accounts get created via AFT.

I am looking for guidance if this can be achieved via Infrastructure as code through terraform so that we can automate and scale instead of depending on manual update via scripts each time across n number of accounts and managing the state .

Thanks.

4 Antworten
3

Here is a blog showing you how to automate enabling a Security Hub standard across your org using CloudFormation StackSets. https://aws.amazon.com/blogs/security/enable-security-hub-pci-dss-standard-across-your-organization-and-disable-specific-controls/

You can create the StackSet with Terraform. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudformation_stack_set

profile pictureAWS
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Monat
1

This blog will show you how to use CloudFormation StackSets to automate the deployment of a Security Hub standard across your organization. https://aws.amazon.com/blogs/security/enable-security-hub-pci-dss-standard-across-your-organization-and-disable-specific-controls/

profile pictureAWS
beantwortet vor 8 Monaten
profile picture
EXPERTE
überprüft vor einem Monat
  • Thanks this is very useful.

0

I don't know about Terraform but you can use CloudFormation StackSets applied to the Organization so stacks are created automatically as accounts are added. You'd still need to take action to add new Regions though.

EXPERTE
beantwortet vor einem Jahr
0

We are using this solution https://github.com/aws-samples/aws-security-hub-cross-account-controls-disabler for disabling and enabling the controls for members' accounts. It is working really well

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen