| name | cis-aws-database-7.1 |
| description | Ensure Network Architecture Planning |
| category | cis-database |
| version | 2.0.0 |
| author | cyberstrike-official |
| tags | ["cis","aws","database","documentdb","network","vpc","architecture"] |
| cis_id | 7.1 |
| cis_benchmark | CIS AWS Database Services Benchmark v2.0.0 |
| tech_stack | ["aws"] |
| cwe_ids | [] |
| chains_with | ["cis-aws-database-7.2","cis-aws-database-7.5"] |
| prerequisites | [] |
| severity_boost | {} |
7.1 Ensure Network Architecture Planning (Manual)
Description
Plan the network architecture to isolate your DocumentDB instances within a secure Virtual Private Cloud (VPC). Configure appropriate security groups and network access control lists (ACLs) to control inbound and outbound traffic to your DocumentDB instances.
Rationale
Depending on how the network is established between devices, which then helps secure data when transferring it from one server to another.
Impact
The way the users design their network sets the performance for the system and how it would interact with servers.
Audit Procedure
Using AWS Console
-
Understand Amazon VPC Basics
- Familiarize yourself with Amazon Virtual Private Cloud (VPC) and its concepts.
- Learn about VPC components, including subnets, route tables, and security groups.
-
Determine VPC Requirements for DocumentDB
- Identify the specific networking requirements for your Amazon DocumentDB deployment.
- Consider factors such as network availability, fault tolerance, and security requirements.
-
Create a New VPC or Use an Existing VPC
- Decide whether to create a new VPC dedicated to Amazon DocumentDB or use an existing VPC.
- If creating a new VPC, follow the steps to create a VPC in the AWS Management Console.
-
Configure Subnets
- Determine the number and size of subnets needed for your DocumentDB deployment.
- Create the required subnets within your VPC, ensuring proper availability zone distribution.
-
Set Up Routing
- Configure the route tables associated with your subnets.
- Ensure that the route tables have the necessary routes for proper network connectivity.
-
Configure Security Groups
- Create or configure security groups to control inbound and outbound traffic to your DocumentDB instances.
- Define the necessary inbound rules to allow access from authorized sources.
-
Plan Connectivity Options
- Decide how your DocumentDB instances will connect to your VPC and other resources.
- Determine if you need to set up VPC peering, VPN connections, or AWS Direct Connect for connectivity.
-
Consider High Availability and Fault Tolerance
- Evaluate your requirements for high availability and fault tolerance.
- Design your network architecture to ensure that DocumentDB instances are deployed across multiple availability zones for resilience.