Skip to content

Commit 01dea10

Browse files
minor changes
1 parent 92d3383 commit 01dea10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/guides/ram-sharing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ Now that we have a VPC Lattice Service Network and Service in **<span style="col
5151
</figure>
5252

5353

54-
1. Change your AWS profile to **<span style="color:green">Account A</span>**. You can verify that `my-hotel` Service Network resource is available in **<span style="color:red">Account B</span>**:
54+
1. Switch back to **<span style="color:green">Account A</span>**, retrieve the Service Network ID.
5555

5656
```bash
5757
SERVICE_NETWORK_ID=$(aws vpc-lattice list-service-networks --query "items[?name=="\'my-hotel\'"].id" | jq -r '.[]')
5858
echo $SERVICE_NETWORK_ID
5959
```
6060

61-
1. Now choose an Amazon VPC in **<span style="color:red">Account B</span>**, and attach it to the `my-hotel` Service Network.
61+
1. Switch to **<span style="color:red">Account B</span>** and verify that `my-hotel` Service Network resource is available in **<span style="color:red">Account B</span>** (referring to the `SERVICE_NETWORK_ID` retrived in the previous step).
62+
63+
1. Now choose an Amazon VPC in **<span style="color:red">Account B</span>** to attach to the `my-hotel` Service Network.
6264

6365
```sh
6466
VPC_ID=<your_vpc_id>
6.38 KB
Loading

0 commit comments

Comments
 (0)