Getting familiar with the AWS Firewall Manager service
Firewall Manager is a security management service that allows us to configure Firewall rules across AWS applications and accounts that are within an organization’s AWS Organization.
When an application is deployed, security rules are established by the Firewall Manager, which are imposed and protected based on the underlying rules. Thereby, make sure that the resources (eg Security Group) infringing will be checked and removed automatically.
It is a central service that includes features such as creating security policies, imposing them, and automatically scanning the resources of a large system throughout.
The capabilities that Firewall Manager provides to Security Groups fall into three main categories:
Content
To be able to prepare and activate AWS Firewall Manager, for the first time using this service, we need to perform the following steps in turn:
Learn more about AWS Firewall Manager Prerequisites.
If your AWS account is already a member of AWS Organization, you can move on to the next step. If not, you will need to proceed with the AWS Organization setup.
Learn more about Creating & Managing AWS Organizations.
Get Started
button.Set administrator account
button.In the previous section, we enabled the AWS Config service from the AWS Console. However, we can quickly activate it through the initialization of a CloudFormation Stacksets.
Ingredients | Value (Required) |
---|---|
Stack Name | enable-aws-config |
Template URL | EnableAWSConfig.yml |
To be able to manage Network Firewall policies across AWS accounts, you need to enable resource sharing with AWS Organization through the AWS Resource Access Manager service.
Enable sharing with AWS Organizations
.Save Settings
button.Also, we can use AWS CLI to progress activation action.
aws ram enable-sharing-with-aws-organization
Learn more about Enable Sharing with AWS Organizations