-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathec2_aws_network_metadata.yaml
More file actions
24 lines (24 loc) · 1 KB
/
ec2_aws_network_metadata.yaml
File metadata and controls
24 lines (24 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ec2_GettingStarted_047:
title: Getting started with Network Firewall
title_abbrev: Getting started with Network Firewall
synopsis_list:
- Create rule groups
- Create a firewall policy
- Create a firewall
- Update route tables
- Clean up resources
category: Scenarios
languages:
Bash:
versions:
- sdk_version: 2
github_name: "Sample developer tutorials"
github: https://github.com/aws-samples/sample-developer-tutorials/tree/main/tuts/047-aws-network-firewall-gs
excerpts:
- description:
snippet_files:
- tuts/047-aws-network-firewall-gs/aws-network-firewall-gs.sh
services:
ec2: {CreateRoute, CreateRouteTable, DeleteRoute, DeleteRouteTable, DescribeInternetGateways, DescribeRouteTables, DescribeSubnets, DescribeVpcs}
network-firewall: {CreateFirewall, CreateFirewallPolicy, CreateRuleGroup, DeleteFirewall, DeleteFirewallPolicy, DeleteRuleGroup, DescribeFirewall}
sts: {GetCallerIdentity}