AWS cli documentation change
Summary
Added ExternalAuthorityConfiguration details for IPAM scope integration with third-party systems like Infoblox
Security assessment
Documents integration patterns with external IPAM systems using specific identifiers, improving security through better credential management practices. However, no specific vulnerabilities or security incidents are mentioned in the changes.
Diff
diff --git a/cli/latest/reference/ec2/delete-ipam-scope.md b/cli/latest/reference/ec2/delete-ipam-scope.md index faee370e6..488b7e7fb 100644 --- a//cli/latest/reference/ec2/delete-ipam-scope.md +++ b//cli/latest/reference/ec2/delete-ipam-scope.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -341,0 +342,22 @@ IpamScope -> (structure) +> +> 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>` . @@ -353 +375 @@ IpamScope -> (structure) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »