@@ -27,7 +27,7 @@ vpc_GettingStartedCLI:
2727
2828vpc_GettingStartedIpam :
2929 title : Get started using Amazon VPC IPAM using the CLI
30- title_abbrev : Get started with Amazon VPC IPAM
30+ title_abbrev : Get started with VPC IPAM
3131 synopsis_list :
3232 - Set up and configure Amazon VPC IP Address Manager (IPAM) using the CLI.
3333 - Create an IPAM with operating regions (e.g., us-east-1, us-west-2).
@@ -51,4 +51,26 @@ vpc_GettingStartedIpam:
5151 - tuts/009-vpc-ipam-gs/vpc-ipam-gs.sh
5252 services :
5353 ec2 : {
54- CreateIpam, CreateIpamPool, CreateVpc, DeleteIpam, DeleteIpamPool, DeleteVpc, DeprovisionIpamPoolCidr, DescribeIpamPools, DescribeIpams, DescribeVpcs, GetIpamPoolAllocations, GetIpamPoolCidrs, ProvisionIpamPoolCidr}
54+ CreateIpam, CreateIpamPool, CreateVpc, DeleteIpam, DeleteIpamPool, DeleteVpc, DeprovisionIpamPoolCidr, DescribeIpamPools, DescribeIpams, DescribeVpcs, GetIpamPoolAllocations, GetIpamPoolCidrs, ProvisionIpamPoolCidr}
55+
56+ vpc_GettingStartedPrivate :
57+ title : Create a VPC with private subnets and NAT gateways using the CLI
58+ title_abbrev : Create a VPC with private subnets and NAT gateways
59+ synopsis_list :
60+ - Create a VPC with private subnets and NAT gateways using the CLI.
61+ - Set up the necessary components including VPC, subnets, route tables, and NAT gateways.
62+ - Configure security groups and IAM roles for proper access and security.
63+ - Use CLI commands to automate the creation and configuration of these resources.
64+ category : Scenarios
65+ languages :
66+ Bash :
67+ versions :
68+ - sdk_version : 3
69+ github : tuts/008-vpc-private-servers-gs
70+ excerpts :
71+ - description :
72+ snippet_files :
73+ - tuts/008-vpc-private-servers-gs/vpc-private-servers-gs.sh
74+ services :
75+ ec2 : {
76+ AllocateAddress, AssociateRouteTable, AttachInternetGateway, AuthorizeSecurityGroupIngress, CreateInternetGateway, CreateLaunchTemplate, CreateNatGateway, CreateRoute, CreateRouteTable, CreateSecurityGroup, CreateSubnet, CreateVpc, CreateVpcEndpoint, DeleteAutoScalingGroup, DeleteInternetGateway, DeleteLaunchTemplate, DeleteLoadBalancer, DeleteNatGateway, DeleteRouteTable, DeleteSecurityGroup, DeleteSubnet, DeleteTargetGroup, DeleteVpc, DeleteVpcEndpoints, DescribeAvailabilityZones, DescribeImages, DescribePrefixLists, DetachInternetGateway, ReleaseAddress}
0 commit comments