Skip to content

Commit b75f6a4

Browse files
committed
Remove AWS mention
1 parent f0ce6b8 commit b75f6a4

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.doc_gen/metadata/vpc_gs_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ vpc_GettingStartedIpam:
2929
title: Get started using Amazon VPC IPAM using the CLI
3030
title_abbrev: Get started with Amazon VPC IPAM
3131
synopsis_list:
32-
- Set up and configure Amazon VPC IP Address Manager (IPAM) using the AWS CLI.
32+
- 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).
3434
- Retrieve the private scope ID for the IPAM.
3535
- Create a hierarchical structure of IPv4 pools (top-level, regional, and development pools).

tuts/008-vpc-private-servers-gs/vpc-private-servers-gs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
#!/bin/bash
25

36
# VPC with Private Subnets and NAT Gateways (IMDSv2 Compliant Version)

tuts/009-vpc-ipam-gs/vpc-ipam-gs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
#!/bin/bash
25

36
# IPAM Getting Started CLI Script - Version 7

0 commit comments

Comments
 (0)