awscli 1.36.35__py3-none-any.whl → 1.36.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of awscli might be problematic. Click here for more details.

Files changed (53) hide show
  1. awscli/__init__.py +1 -1
  2. awscli/examples/ec2/associate-transit-gateway-multicast-domain.rst +1 -1
  3. awscli/examples/ec2/delete-verified-access-endpoint.rst +1 -1
  4. awscli/examples/ec2/describe-verified-access-endpoints.rst +2 -2
  5. awscli/examples/ec2/disable-address-transfer.rst +1 -1
  6. awscli/examples/ec2/disable-aws-network-performance-metric-subscription.rst +1 -1
  7. awscli/examples/ec2/disable-fast-launch.rst +2 -2
  8. awscli/examples/ec2/disable-image-block-public-access.rst +1 -1
  9. awscli/examples/ec2/disable-image-deprecation.rst +1 -1
  10. awscli/examples/ec2/disassociate-transit-gateway-multicast-domain.rst +1 -1
  11. awscli/examples/ec2/enable-address-transfer.rst +1 -1
  12. awscli/examples/ec2/enable-fast-launch.rst +2 -2
  13. awscli/examples/ec2/enable-image-deprecation.rst +3 -3
  14. awscli/examples/ec2/export-client-vpn-client-configuration.rst +43 -43
  15. awscli/examples/ec2/get-aws-network-performance-data.rst +1 -1
  16. awscli/examples/ec2/get-capacity-reservation-usage.rst +24 -24
  17. awscli/examples/ec2/get-coip-pool-usage.rst +1 -1
  18. awscli/examples/ec2/get-groups-for-capacity-reservation.rst +1 -1
  19. awscli/examples/ec2/get-network-insights-access-scope-analysis-findings.rst +60 -60
  20. awscli/examples/ec2/get-network-insights-access-scope-content.rst +35 -35
  21. awscli/examples/ec2/get-transit-gateway-multicast-domain-associations.rst +1 -1
  22. awscli/examples/ec2/get-transit-gateway-prefix-list-references.rst +28 -28
  23. awscli/examples/ec2/list-images-in-recycle-bin.rst +1 -1
  24. awscli/examples/ec2/list-snapshots-in-recycle-bin.rst +1 -1
  25. awscli/examples/ec2/modify-availability-zone-group.rst +1 -1
  26. awscli/examples/ec2/modify-capacity-reservation.rst +26 -24
  27. awscli/examples/ec2/modify-fleet.rst +1 -1
  28. awscli/examples/ec2/modify-hosts.rst +37 -35
  29. awscli/examples/ec2/modify-instance-capacity-reservation-attributes.rst +31 -29
  30. awscli/examples/ec2/modify-instance-maintenance-options.rst +2 -2
  31. awscli/examples/ec2/modify-instance-metadata-options.rst +5 -5
  32. awscli/examples/ec2/modify-instance-placement.rst +76 -80
  33. awscli/examples/ec2/modify-snapshot-tier.rst +3 -5
  34. awscli/examples/ec2/modify-transit-gateway-prefix-list-reference.rst +27 -27
  35. awscli/examples/ec2/modify-verified-access-endpoint.rst +2 -2
  36. awscli/examples/ec2/register-instance-event-notification-attributes.rst +2 -2
  37. awscli/examples/ec2/register-transit-gateway-multicast-group-members.rst +1 -1
  38. awscli/examples/ec2/register-transit-gateway-multicast-group-sources.rst +1 -1
  39. awscli/examples/ec2/restore-image-from-recycle-bin.rst +1 -1
  40. awscli/examples/ec2/restore-snapshot-from-recycle-bin.rst +1 -1
  41. awscli/examples/ec2/restore-snapshot-tier.rst +4 -4
  42. awscli/examples/ec2/search-transit-gateway-multicast-groups.rst +1 -1
  43. awscli/examples/ec2/start-network-insights-access-scope-analysis.rst +21 -21
  44. {awscli-1.36.35.dist-info → awscli-1.36.36.dist-info}/METADATA +2 -2
  45. {awscli-1.36.35.dist-info → awscli-1.36.36.dist-info}/RECORD +53 -53
  46. {awscli-1.36.35.data → awscli-1.36.36.data}/scripts/aws +0 -0
  47. {awscli-1.36.35.data → awscli-1.36.36.data}/scripts/aws.cmd +0 -0
  48. {awscli-1.36.35.data → awscli-1.36.36.data}/scripts/aws_bash_completer +0 -0
  49. {awscli-1.36.35.data → awscli-1.36.36.data}/scripts/aws_completer +0 -0
  50. {awscli-1.36.35.data → awscli-1.36.36.data}/scripts/aws_zsh_completer.sh +0 -0
  51. {awscli-1.36.35.dist-info → awscli-1.36.36.dist-info}/LICENSE.txt +0 -0
  52. {awscli-1.36.35.dist-info → awscli-1.36.36.dist-info}/WHEEL +0 -0
  53. {awscli-1.36.35.dist-info → awscli-1.36.36.dist-info}/top_level.txt +0 -0
awscli/__init__.py CHANGED
@@ -18,7 +18,7 @@ A Universal Command Line Environment for Amazon Web Services.
18
18
 
19
19
  import os
20
20
 
21
- __version__ = '1.36.35'
21
+ __version__ = '1.36.36'
22
22
 
23
23
  #
24
24
  # Get our data path to be added to botocore's search path
@@ -25,4 +25,4 @@ Output::
25
25
  }
26
26
  }
27
27
 
28
- For more information, see `Managing multicast domains <https://docs.aws.amazon.com/vpc/latest/tgw/manage-domain.html>`__ in the *Transit Gateways Guide*.
28
+ For more information, see `Multicast domains <https://docs.aws.amazon.com/vpc/latest/tgw/multicast-domains-about.html>`__ in the *Transit Gateways Guide*.
@@ -34,4 +34,4 @@ Output::
34
34
  }
35
35
  }
36
36
 
37
- For more information, see `Verified Access endpoints <https://docs.aws.amazon.com/verified-access/latest/ug/verfied-access-endpoints.html>`__ in the *AWS Verified Access User Guide*.
37
+ For more information, see `Verified Access endpoints <https://docs.aws.amazon.com/verified-access/latest/ug/verified-access-endpoints.html>`__ in the *AWS Verified Access User Guide*.
@@ -1,6 +1,6 @@
1
1
  **To describe a Verified Access endpoint**
2
2
 
3
- The following ``delete-verified-access-endpoints`` example describes the specified Verified Access endpoint. ::
3
+ The following ``describe-verified-access-endpoints`` example describes the specified Verified Access endpoint. ::
4
4
 
5
5
  aws ec2 describe-verified-access-endpoints \
6
6
  --verified-access-endpoint-ids vae-066fac616d4d546f2
@@ -42,4 +42,4 @@ Output::
42
42
  ]
43
43
  }
44
44
 
45
- For more information, see `Verified Access endpoints <https://docs.aws.amazon.com/verified-access/latest/ug/verfied-access-endpoints.html>`__ in the *AWS Verified Access User Guide*.
45
+ For more information, see `Verified Access endpoints <https://docs.aws.amazon.com/verified-access/latest/ug/verified-access-endpoints.html>`__ in the *AWS Verified Access User Guide*.
@@ -15,4 +15,4 @@ Output::
15
15
  }
16
16
  }
17
17
 
18
- For more information, see `Transfer Elastic IP addresses <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro>`__ in the *Amazon VPC User Guide*.
18
+ For more information, see `Transfer Elastic IP addresses <https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithEIPs.html#transfer-EIPs-intro>`__ in the *Amazon VPC User Guide*.
@@ -14,4 +14,4 @@ Output::
14
14
  "Output": true
15
15
  }
16
16
 
17
- For more information, see `Manage subscriptions <https://docs.aws.amazon.com/network-manager/latest/infrastructure-performance/nmip-subscriptions-cw.html>`__ in the *Infrastructure Performance User Guide*.
17
+ For more information, see `Manage CloudWatch subscriptions using the CLI <https://docs.aws.amazon.com/network-manager/latest/infrastructure-performance/getting-started-nmip-cli.html>`__ in the *Infrastructure Performance User Guide*.
@@ -1,6 +1,6 @@
1
1
  **To discontinue fast launching for an image**
2
2
 
3
- The following ``disable-fast-launch`` example discontinues fast launching on the specified AMI, and cleans up existing pre-provisioned snapshots. ::
3
+ The following ``disable-fast-launch`` example discontinues Fast Launch for the specified AMI, and cleans up existing pre-provisioned snapshots. ::
4
4
 
5
5
  aws ec2 disable-fast-launch \
6
6
  --image-id ami-01234567890abcedf
@@ -23,4 +23,4 @@ Output::
23
23
  "StateTransitionTime": "2022-01-27T22:47:29.265000+00:00"
24
24
  }
25
25
 
26
- For more information about configuring a Windows AMI for faster launching, see `Configure your AMI for faster launching <https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/windows-ami-version-history.html#win-ami-config-fast-launch>`__ in the *Amazon EC2 User Guide*.
26
+ For more information, see `Configure EC2 Fast Launch settings for your Windows AMI <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/win-fast-launch-configure.html>`__ in the *Amazon EC2 User Guide*.
@@ -11,4 +11,4 @@ Output::
11
11
  "ImageBlockPublicAccessState": "unblocked"
12
12
  }
13
13
 
14
- For more information, see `Block public access to your AMIs <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis>`__ in the *Amazon EC2 User Guide*.
14
+ For more information, see `Block public access to your AMIs <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-public-access-to-amis.html>`__ in the *Amazon EC2 User Guide*.
@@ -12,4 +12,4 @@ Output::
12
12
  "Return": "true"
13
13
  }
14
14
 
15
- For more information, see `Deprecate an AMI <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html#deprecate-ami>` in the *Amazon EC2 User Guide*.
15
+ For more information, see `Deprecate an AMI <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html>`__ in the *Amazon EC2 User Guide*.
@@ -24,4 +24,4 @@ Output::
24
24
  }
25
25
  }
26
26
 
27
- For more information, see `Working with multicast <https://docs.aws.amazon.com/vpc/latest/tgw/working-with-multicast.html>`__ in the *Transit Gateways Guide*'.
27
+ For more information, see `Multicast domains <https://docs.aws.amazon.com/vpc/latest/tgw/multicast-domains-about.html>`__ in the *Transit Gateways Guide*'.
@@ -18,4 +18,4 @@ Output::
18
18
  }
19
19
  }
20
20
 
21
- For more information, see `Transfer Elastic IP addresses <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro>`__ in the *Amazon VPC User Guide*.
21
+ For more information, see `Transfer Elastic IP addresses <https://docs.aws.amazon.com/vpc/latest/userguide/WorkWithEIPs.html#transfer-EIPs-intro>`__ in the *Amazon VPC User Guide*.
@@ -1,6 +1,6 @@
1
1
  **To start fast launching for an image**
2
2
 
3
- The following ``enable-fast-launch`` example starts fast launching on the specified AMI and sets the maximum number of parallel instances to launch to 6. The type of resource to use to pre-provision the AMI is set to ``snapshot``, which is also the default value. ::
3
+ The following ``enable-fast-launch`` example configures the specified AMI for Fast Launch and sets the maximum number of parallel instances to launch to 6. The type of resource to use to pre-provision the AMI is set to ``snapshot``, which is also the default value. ::
4
4
 
5
5
  aws ec2 enable-fast-launch \
6
6
  --image-id ami-01234567890abcedf \
@@ -23,4 +23,4 @@ Output::
23
23
  "StateTransitionTime": "2022-01-27T22:16:03.199000+00:00"
24
24
  }
25
25
 
26
- For more information about configuring a Windows AMI for faster launching, see `Configure your AMI for faster launching <https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/windows-ami-version-history.html#win-ami-config-fast-launch>`__ in the *Amazon EC2 User Guide*.
26
+ For more information, see `Configure EC2 Fast Launch settings for your Windows AMI <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/win-fast-launch-configure.html>`__ in the *Amazon EC2 User Guide*.
@@ -1,10 +1,10 @@
1
- **Example 1: To deprecate an AMI**
1
+ **To deprecate an AMI**
2
2
 
3
3
  The following ``enable-image-deprecation`` example deprecates an AMI on a specific date and time. If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute. You must be the AMI owner to perform this procedure. ::
4
4
 
5
5
  aws ec2 enable-image-deprecation \
6
6
  --image-id ami-1234567890abcdef0 \
7
- --deprecate-at "2022-10-15T13:17:12.000Z"
7
+ --deprecate-at '2022-10-15T13:17:12.000Z'
8
8
 
9
9
  Output::
10
10
 
@@ -13,4 +13,4 @@ Output::
13
13
  "Return": "true"
14
14
  }
15
15
 
16
- For more information, see `Deprecate an AMI <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html#deprecate-ami>` in the *Amazon EC2 User Guide*.
16
+ For more information, see `Deprecate an AMI <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html#deprecate-ami>`__ in the *Amazon EC2 User Guide*.
@@ -1,43 +1,43 @@
1
- **To export the client configuration**
2
-
3
- The following ``export-client-vpn-client-configuration`` example exports the client configuration for the specified Client VPN endpoint. In this example, the output is returned in text format to make it easier to read. ::
4
-
5
- aws ec2 export-client-vpn-client-configuration \
6
- --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde \
7
- --output text
8
-
9
- Output::
10
-
11
- client
12
- dev tun
13
- proto udp
14
- remote cvpn-endpoint-123456789123abcde.prod.clientvpn.ap-south-1.amazonaws.com 443
15
- remote-random-hostname
16
- resolv-retry infinite
17
- nobind
18
- persist-key
19
- persist-tun
20
- remote-cert-tls server
21
- cipher AES-256-GCM
22
- verb 3
23
- <ca>
24
- -----BEGIN CERTIFICATE-----
25
- MIICiTCCAfICCQD6m7oRw0uXOjANBgkqhkiG9w0BAQUFADCBiDELMAkGA1UEBhMC
26
- VVMxCzAJBgNVBAgTAldBMRAwDgYDVQQHEwdTZWF0dGxlMQ8wDQYDVQQKEwZBbWF6
27
- b24xFDASBgNVBAsTC0lBTSBDb25zb2xlMRIwEAYDVQQDEwlUZXN0Q2lsYWMxHzAd
28
- BgkqhkiG9w0BCQEWEG5vb25lQGFtYXpvbi5jb20wHhcNMTEwNDI1MjA0NTIxWhcN
29
- MTIwNDI0MjA0NTIxWjCBiDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYD
30
- VQQHEwdTZWF0dGxlMQ8wDQYDVQQKEwZBbWF6b24xFDASBgNVBAsTC0lBTSBDb25z
31
- b2xlMRIwEAYDVQQDEwlUZXN0Q2lsYWMxHzAdBgkqhkiG9w0BCQEWEG5vb25lQGFt
32
- YXpvbi5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMaK0dn+a4GmWIWJ
33
- 21uUSfwfEvySWtC2XADZ4nB+BLYgVIk60CpiwsZ3G93vUEIO3IyNoH/f0wYK8m9T
34
- rDHudUZg3qX4waLG5M43q7Wgc/MbQITxOUSQv7c7ugFFDzQGBzZswY6786m86gpE
35
- Ibb3OhjZnzcvQAaRHhdlQWIMm2nrAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAtCu4
36
- nUhVVxYUntneD9+h8Mg9q6q+auNKyExzyLwaxlAoo7TJHidbtS4J5iNmZgXL0Fkb
37
- FFBjvSfpJIlJ00zbhNYS5f6GuoEDmFJl0ZxBHjJnyp378OD8uTs7fLvjx79LjSTb
38
- NYiytVbZPQUQ5Yaxu2jXnimvw3rrszlaEXAMPLE=
39
- -----END CERTIFICATE-----
40
- </ca>
41
- reneg-sec 0
42
-
43
- For more information, see `Client VPN Endpoints <https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoints.html>`__ in the *AWS Client VPN Administrator Guide*.
1
+ **To export the client configuration**
2
+
3
+ The following ``export-client-vpn-client-configuration`` example exports the client configuration for the specified Client VPN endpoint. In this example, the output is returned in text format to make it easier to read. ::
4
+
5
+ aws ec2 export-client-vpn-client-configuration \
6
+ --client-vpn-endpoint-id cvpn-endpoint-123456789123abcde \
7
+ --output text
8
+
9
+ Output::
10
+
11
+ client
12
+ dev tun
13
+ proto udp
14
+ remote cvpn-endpoint-123456789123abcde.prod.clientvpn.ap-south-1.amazonaws.com 443
15
+ remote-random-hostname
16
+ resolv-retry infinite
17
+ nobind
18
+ persist-key
19
+ persist-tun
20
+ remote-cert-tls server
21
+ cipher AES-256-GCM
22
+ verb 3
23
+ <ca>
24
+ -----BEGIN CERTIFICATE-----
25
+ MIICiTCCAfICCQD6m7oRw0uXOjANBgkqhkiG9w0BAQUFADCBiDELMAkGA1UEBhMC
26
+ VVMxCzAJBgNVBAgTAldBMRAwDgYDVQQHEwdTZWF0dGxlMQ8wDQYDVQQKEwZBbWF6
27
+ b24xFDASBgNVBAsTC0lBTSBDb25zb2xlMRIwEAYDVQQDEwlUZXN0Q2lsYWMxHzAd
28
+ BgkqhkiG9w0BCQEWEG5vb25lQGFtYXpvbi5jb20wHhcNMTEwNDI1MjA0NTIxWhcN
29
+ MTIwNDI0MjA0NTIxWjCBiDELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAldBMRAwDgYD
30
+ VQQHEwdTZWF0dGxlMQ8wDQYDVQQKEwZBbWF6b24xFDASBgNVBAsTC0lBTSBDb25z
31
+ b2xlMRIwEAYDVQQDEwlUZXN0Q2lsYWMxHzAdBgkqhkiG9w0BCQEWEG5vb25lQGFt
32
+ YXpvbi5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMaK0dn+a4GmWIWJ
33
+ 21uUSfwfEvySWtC2XADZ4nB+BLYgVIk60CpiwsZ3G93vUEIO3IyNoH/f0wYK8m9T
34
+ rDHudUZg3qX4waLG5M43q7Wgc/MbQITxOUSQv7c7ugFFDzQGBzZswY6786m86gpE
35
+ Ibb3OhjZnzcvQAaRHhdlQWIMm2nrAgMBAAEwDQYJKoZIhvcNAQEFBQADgYEAtCu4
36
+ nUhVVxYUntneD9+h8Mg9q6q+auNKyExzyLwaxlAoo7TJHidbtS4J5iNmZgXL0Fkb
37
+ FFBjvSfpJIlJ00zbhNYS5f6GuoEDmFJl0ZxBHjJnyp378OD8uTs7fLvjx79LjSTb
38
+ NYiytVbZPQUQ5Yaxu2jXnimvw3rrszlaEXAMPLE=
39
+ -----END CERTIFICATE-----
40
+ </ca>
41
+ reneg-sec 0
42
+
43
+ For more information, see `Client VPN endpoint configuration file export <https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-endpoint-export.html>`__ in the *AWS Client VPN Administrator Guide*.
@@ -66,4 +66,4 @@ Output::
66
66
  ]
67
67
  }
68
68
 
69
- For more information, see `Monitor network performance <https://docs.aws.amazon.com/network-manager/latest/infrastructure-performance/getting-started-nmip-console.html>`__ in the *Infrastructure Performance User Guide*.
69
+ For more information, see `Monitor network performance <https://docs.aws.amazon.com/network-manager/latest/infrastructure-performance/nmip-performance-cli.html>`__ in the *Infrastructure Performance User Guide*.
@@ -1,24 +1,24 @@
1
- **To view capacity reservation usage across AWS accounts**
2
-
3
- The following ``get-capacity-reservation-usage`` example displays usage information for the specified capacity reservation. ::
4
-
5
- aws ec2 get-capacity-reservation-usage \
6
- --capacity-reservation-id cr-1234abcd56EXAMPLE
7
-
8
- Output::
9
-
10
- {
11
- "CapacityReservationId": "cr-1234abcd56EXAMPLE ",
12
- "InstanceUsages": [
13
- {
14
- "UsedInstanceCount": 1,
15
- "AccountId": "123456789012"
16
- }
17
- ],
18
- "AvailableInstanceCount": 4,
19
- "TotalInstanceCount": 5,
20
- "State": "active",
21
- "InstanceType": "t2.medium"
22
- }
23
-
24
- For more information, see `Viewing Shared Capacity Reservation Usage <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservation-sharing.html#shared-cr-usage>`__ in the *Amazon Elastic Compute Cloud User Guide for Linux Instances*.
1
+ **To view capacity reservation usage across AWS accounts**
2
+
3
+ The following ``get-capacity-reservation-usage`` example displays usage information for the specified capacity reservation. ::
4
+
5
+ aws ec2 get-capacity-reservation-usage \
6
+ --capacity-reservation-id cr-1234abcd56EXAMPLE
7
+
8
+ Output::
9
+
10
+ {
11
+ "CapacityReservationId": "cr-1234abcd56EXAMPLE ",
12
+ "InstanceUsages": [
13
+ {
14
+ "UsedInstanceCount": 1,
15
+ "AccountId": "123456789012"
16
+ }
17
+ ],
18
+ "AvailableInstanceCount": 4,
19
+ "TotalInstanceCount": 5,
20
+ "State": "active",
21
+ "InstanceType": "t2.medium"
22
+ }
23
+
24
+ For more information, see `Shared Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservation-sharing.html>`__ in the *Amazon EC2 User Guide*.
@@ -27,4 +27,4 @@ Output::
27
27
  "LocalGatewayRouteTableId": "lgw-rtb-059615ef7dEXAMPLE"
28
28
  }
29
29
 
30
- For more information, see `Customer-owned IP addresses <https://docs.aws.amazon.com/outposts/latest/userguide/outposts-networking-components.html#ip-addressing>`__ in the *AWS Outposts User Guide*.
30
+ For more information, see `Customer-owned IP addresses <https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing>`__ in the *AWS Outposts User Guide for Outposts racks*.
@@ -16,4 +16,4 @@ Output::
16
16
  ]
17
17
  }
18
18
 
19
- For more information, see `Working with Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/capacity-reservations-using.html>`__ in the *Amazon Elastic Compute Cloud User Guide for Linux Instances*.
19
+ For more information, see `Capacity Reservation groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-cr-group.html>`__ in the *Amazon EC2 User Guide*.
@@ -1,60 +1,60 @@
1
- **To get the findings of Network Insights access scope analysis**
2
-
3
- The following ``get-network-insights-access-scope-analysis-findings`` example gets the selected scope analysis findings in your AWS account. ::
4
-
5
- aws ec2 get-network-insights-access-scope-analysis-findings \
6
- --region us-east-1 \
7
- --network-insights-access-scope-analysis-id nis \
8
- --nis-123456789111
9
-
10
- Output::
11
-
12
- {
13
- "NetworkInsightsAccessScopeAnalysisId": "nisa-123456789222",
14
- "AnalysisFindings": [
15
- {
16
- "NetworkInsightsAccessScopeAnalysisId": "nisa-123456789222",
17
- "NetworkInsightsAccessScopeId": "nis-123456789111",
18
- "FindingComponents": [
19
- {
20
- "SequenceNumber": 1,
21
- "Component": {
22
- "Id": "eni-02e3d42d5cceca67d",
23
- "Arn": "arn:aws:ec2:us-east-1:936459623503:network-interface/eni-02e3d32d9cceca17d"
24
- },
25
- "OutboundHeader": {
26
- "DestinationAddresses": [
27
- "0.0.0.0/5",
28
- "11.0.0.0/8",
29
- "12.0.0.0/6",
30
- "128.0.0.0/3",
31
- "16.0.0.0/4",
32
- "160.0.0.0/5",
33
- "168.0.0.0/6",
34
- "172.0.0.0/12"
35
- "8.0.0.0/7"
36
- ],
37
- "DestinationPortRanges": [
38
- {
39
- "From": 0,
40
- "To": 65535
41
- }
42
- ],
43
- "Protocol": "6",
44
- "SourceAddresses": [
45
- "10.0.2.253/32"
46
- ],
47
- "SourcePortRanges": [
48
- {
49
- "From": 0,
50
- "To": 65535
51
- }
52
- ]
53
- }, [etc]
54
- ]
55
- }
56
- }
57
- ]
58
- }
59
-
60
- For more information, see `Getting started with Network Access Analyzer using the AWS CLI <https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/getting-started-cli-naa.html>`__ in the *Network Access Analyzer Guide*.
1
+ **To get the findings of Network Insights access scope analysis**
2
+
3
+ The following ``get-network-insights-access-scope-analysis-findings`` example gets the selected scope analysis findings in your AWS account. ::
4
+
5
+ aws ec2 get-network-insights-access-scope-analysis-findings \
6
+ --region us-east-1 \
7
+ --network-insights-access-scope-analysis-id nis \
8
+ --nis-123456789111
9
+
10
+ Output::
11
+
12
+ {
13
+ "NetworkInsightsAccessScopeAnalysisId": "nisa-123456789222",
14
+ "AnalysisFindings": [
15
+ {
16
+ "NetworkInsightsAccessScopeAnalysisId": "nisa-123456789222",
17
+ "NetworkInsightsAccessScopeId": "nis-123456789111",
18
+ "FindingComponents": [
19
+ {
20
+ "SequenceNumber": 1,
21
+ "Component": {
22
+ "Id": "eni-02e3d42d5cceca67d",
23
+ "Arn": "arn:aws:ec2:us-east-1:936459623503:network-interface/eni-02e3d32d9cceca17d"
24
+ },
25
+ "OutboundHeader": {
26
+ "DestinationAddresses": [
27
+ "0.0.0.0/5",
28
+ "11.0.0.0/8",
29
+ "12.0.0.0/6",
30
+ "128.0.0.0/3",
31
+ "16.0.0.0/4",
32
+ "160.0.0.0/5",
33
+ "168.0.0.0/6",
34
+ "172.0.0.0/12"
35
+ "8.0.0.0/7"
36
+ ],
37
+ "DestinationPortRanges": [
38
+ {
39
+ "From": 0,
40
+ "To": 65535
41
+ }
42
+ ],
43
+ "Protocol": "6",
44
+ "SourceAddresses": [
45
+ "10.0.2.253/32"
46
+ ],
47
+ "SourcePortRanges": [
48
+ {
49
+ "From": 0,
50
+ "To": 65535
51
+ }
52
+ ]
53
+ }, [etc]
54
+ ]
55
+ }
56
+ }
57
+ ]
58
+ }
59
+
60
+ For more information, see `Getting started with Network Access Analyzer using the AWS CLI <https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/getting-started-cli.html>`__ in the *Network Access Analyzer Guide*.
@@ -1,35 +1,35 @@
1
- **To get Network Insights access scope content**
2
-
3
- The following ``get-network-insights-access-scope-content`` example gets the content of the selected scope analysis ID in your AWS account. ::
4
-
5
- aws ec2 get-network-insights-access-scope-content \
6
- --region us-east-1 \
7
- --network-insights-access-scope-id nis-123456789222
8
-
9
- Output::
10
-
11
- {
12
- "NetworkInsightsAccessScopeContent": {
13
- "NetworkInsightsAccessScopeId": "nis-123456789222",
14
- "MatchPaths": [
15
- {
16
- "Source": {
17
- "ResourceStatement": {
18
- "ResourceTypes": [
19
- "AWS::EC2::NetworkInterface"
20
- ]
21
- }
22
- },
23
- "Destination": {
24
- "ResourceStatement": {
25
- "ResourceTypes": [
26
- "AWS::EC2::InternetGateway"
27
- ]
28
- }
29
- }
30
- }
31
- ]
32
- }
33
- }
34
-
35
- For more information, see `Getting started with Network Access Analyzer using the AWS CLI <https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/getting-started-cli-naa.html>`__ in the *Network Access Analyzer Guide*.
1
+ **To get Network Insights access scope content**
2
+
3
+ The following ``get-network-insights-access-scope-content`` example gets the content of the selected scope analysis ID in your AWS account. ::
4
+
5
+ aws ec2 get-network-insights-access-scope-content \
6
+ --region us-east-1 \
7
+ --network-insights-access-scope-id nis-123456789222
8
+
9
+ Output::
10
+
11
+ {
12
+ "NetworkInsightsAccessScopeContent": {
13
+ "NetworkInsightsAccessScopeId": "nis-123456789222",
14
+ "MatchPaths": [
15
+ {
16
+ "Source": {
17
+ "ResourceStatement": {
18
+ "ResourceTypes": [
19
+ "AWS::EC2::NetworkInterface"
20
+ ]
21
+ }
22
+ },
23
+ "Destination": {
24
+ "ResourceStatement": {
25
+ "ResourceTypes": [
26
+ "AWS::EC2::InternetGateway"
27
+ ]
28
+ }
29
+ }
30
+ }
31
+ ]
32
+ }
33
+ }
34
+
35
+ For more information, see `Getting started with Network Access Analyzer using the AWS CLI <https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/getting-started-cli.html>`__ in the *Network Access Analyzer Guide*.
@@ -57,4 +57,4 @@ Output::
57
57
  ]
58
58
  }
59
59
 
60
- For more information, see `Managing multicast domains <https://docs.aws.amazon.com/vpc/latest/tgw/manage-domain.html>`__ in the *Transit Gateways Guide*.
60
+ For more information, see `Multicast domains <https://docs.aws.amazon.com/vpc/latest/tgw/multicast-domains-about.html>`__ in the *Transit Gateways Guide*.
@@ -1,28 +1,28 @@
1
- **To get prefix list references in a transit gateway route table**
2
-
3
- The following ``get-transit-gateway-prefix-list-references`` example gets the prefix list references for the specified transit gateway route table, and filters by the ID of a specific prefix list. ::
4
-
5
- aws ec2 get-transit-gateway-prefix-list-references \
6
- --transit-gateway-route-table-id tgw-rtb-0123456789abcd123 \
7
- --filters Name=prefix-list-id,Values=pl-11111122222222333
8
-
9
- Output::
10
-
11
- {
12
- "TransitGatewayPrefixListReferences": [
13
- {
14
- "TransitGatewayRouteTableId": "tgw-rtb-0123456789abcd123",
15
- "PrefixListId": "pl-11111122222222333",
16
- "PrefixListOwnerId": "123456789012",
17
- "State": "available",
18
- "Blackhole": false,
19
- "TransitGatewayAttachment": {
20
- "TransitGatewayAttachmentId": "tgw-attach-aabbccddaabbccaab",
21
- "ResourceType": "vpc",
22
- "ResourceId": "vpc-112233445566aabbc"
23
- }
24
- }
25
- ]
26
- }
27
-
28
- For more information, see `Prefix list references <https://docs.aws.amazon.com/vpc/latest/tgw/tgw-prefix-lists.html>`__ in the *Transit Gateways Guide*.
1
+ **To get prefix list references in a transit gateway route table**
2
+
3
+ The following ``get-transit-gateway-prefix-list-references`` example gets the prefix list references for the specified transit gateway route table, and filters by the ID of a specific prefix list. ::
4
+
5
+ aws ec2 get-transit-gateway-prefix-list-references \
6
+ --transit-gateway-route-table-id tgw-rtb-0123456789abcd123 \
7
+ --filters Name=prefix-list-id,Values=pl-11111122222222333
8
+
9
+ Output::
10
+
11
+ {
12
+ "TransitGatewayPrefixListReferences": [
13
+ {
14
+ "TransitGatewayRouteTableId": "tgw-rtb-0123456789abcd123",
15
+ "PrefixListId": "pl-11111122222222333",
16
+ "PrefixListOwnerId": "123456789012",
17
+ "State": "available",
18
+ "Blackhole": false,
19
+ "TransitGatewayAttachment": {
20
+ "TransitGatewayAttachmentId": "tgw-attach-aabbccddaabbccaab",
21
+ "ResourceType": "vpc",
22
+ "ResourceId": "vpc-112233445566aabbc"
23
+ }
24
+ }
25
+ ]
26
+ }
27
+
28
+ For more information, see `Prefix list references <https://docs.aws.amazon.com/vpc/latest/tgw/create-prefix-list-reference.html>`__ in the *Transit Gateways Guide*.
@@ -18,4 +18,4 @@ Output::
18
18
  ]
19
19
  }
20
20
 
21
- For more information, see `Recover AMIs from the Recycle Bin <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-amis.html>`__ in the *Amazon Elastic Compute Cloud User Guide*.
21
+ For more information, see `Recover deleted AMIs from the Recycle Bin <https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-amis.html>`__ in the *Amazon EBS User Guide*.
@@ -19,4 +19,4 @@ Output::
19
19
  ]
20
20
  }
21
21
 
22
- For more information about Recycle Bin for Amazon EBS, see `Recover snapshots from the Recycle Bin <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin-working-with-snaps.html>`__ in the *Amazon EC2 User Guide*.
22
+ For more information about Recycle Bin, see `Recover deleted snapshots from the Recycle Bin <https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-snaps.html>`__ in the *Amazon EBS User Guide*.
@@ -12,4 +12,4 @@ Output::
12
12
  "Return": true
13
13
  }
14
14
 
15
- For more information, see `Regions and Zones <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>`__ in the *Amazon Elastic Compute Cloud User Guide for Linux Instances*.
15
+ For more information, see `Regions and Zones <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html>`__ in the *Amazon EC2 User Guide*.