AWS ec2 documentation change
Summary
Added PowerShell V5 example for creating network ACLs
Security assessment
Documents network ACL creation which is a security control, but doesn't provide security-specific guidance
Diff
diff --git a/ec2/latest/devguide/example_ec2_CreateNetworkAcl_section.md b/ec2/latest/devguide/example_ec2_CreateNetworkAcl_section.md index b47f74f37..f69d6eb5b 100644 --- a//ec2/latest/devguide/example_ec2_CreateNetworkAcl_section.md +++ b//ec2/latest/devguide/example_ec2_CreateNetworkAcl_section.md @@ -81,0 +82,24 @@ PowerShell + + + + +**Tools for PowerShell V5** + + +**Example 1: This example creates a network ACL for the specified VPC.** + + + New-EC2NetworkAcl -VpcId vpc-12345678 + + +**Output:** + + + Associations : {} + Entries : {Amazon.EC2.Model.NetworkAclEntry, Amazon.EC2.Model.NetworkAclEntry} + IsDefault : False + NetworkAclId : acl-12345678 + Tags : {} + VpcId : vpc-12345678 + + * For API details, see [CreateNetworkAcl](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_.