-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
bugThis issue is a bug.This issue is a bug.documentationThis is a problem with documentation.This is a problem with documentation.ec2p3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.
Description
Describe the issue
When issuing describe-route-tables
, as part of the Routes of a specific table, I'm receiving the following rule:
{
"DestinationCidrBlock": "192.168.100.0/24",
"Origin": "Advertisement",
"State": "active"
}
The "Advertisement" origin is not part of built-in RouteOrigin option, there is no clear documentation of when it is used. Reading around the internet suggests it is due to BGP Advertisement of routes. Which seems plausible given the name and lack of "target" in the rule. If this is correct, is it possible to document it and provide into on where the advertising BGP "router" id is stored, or how it can be retrieved?
Links
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-route-tables.html
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.documentationThis is a problem with documentation.This is a problem with documentation.ec2p3This is a minor priority issueThis is a minor priority issueservice-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.