AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-10 · Documentation low

File: cli/latest/reference/ec2/describe-ipam-scopes.md

Summary

Added ExternalAuthorityConfiguration documentation for IPAM scope descriptions

Security assessment

Provides visibility into external system integrations which helps audit access controls, but the changes appear to be feature documentation rather than addressing a security flaw. The Infoblox identifier format specification improves integration security clarity.

Diff

diff --git a/cli/latest/reference/ec2/describe-ipam-scopes.md b/cli/latest/reference/ec2/describe-ipam-scopes.md
index f0d9f944d..d20c89e39 100644
--- a//cli/latest/reference/ec2/describe-ipam-scopes.md
+++ b//cli/latest/reference/ec2/describe-ipam-scopes.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.32 Command Reference](../../index.html) »
@@ -451,0 +452,22 @@ IpamScopes -> (list)
+>> 
+>> ExternalAuthorityConfiguration -> (structure)
+>>
+>>> The external authority configuration for this IPAM scope, if configured.
+>>> 
+>>> The configuration that links an Amazon VPC IPAM scope to an external authority system. It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
+>>> 
+>>> In IPAM, an external authority is a third-party IP address management system that provides CIDR blocks when you provision address space for top-level IPAM pools. This allows you to use your existing IP management system to control which address ranges are allocated to Amazon Web Services while using Amazon VPC IPAM to manage subnets within those ranges.
+>>> 
+>>> Type -> (string)
+>>>
+>>>> The type of external authority managing this scope. Currently supports `Infoblox` for integration with Infoblox Universal DDI.
+>>>> 
+>>>> Possible values:
+>>>> 
+>>>>   * `infoblox`
+>>>> 
+
+>>> 
+>>> ExternalResourceIdentifier -> (string)
+>>>
+>>>> The identifier for the external resource managing this scope. For Infoblox integrations, this is the Infoblox resource identifier in the format `<version>.identity.account.<entity_realm>.<entity_id>` .
@@ -463 +485 @@ IpamScopes -> (list)
-  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.32 Command Reference](../../index.html) »