-
Notifications
You must be signed in to change notification settings - Fork 4.3k
describe-vpn-connection missing information #9421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @ankenyr, thanks for reaching out and for your patience.
A common nuance of AWS documentation is that when structures (such as I've reached out to the CLI example writer about addressing this. Thank you for bringing it to our attention! Ticket # for internal use : P225675113 |
Just to be clear, there is XML in the JSON. My question was if the XML is to be considered authoritative because it is not. For example if you change the diffie helman groups or the encryption/authentication algorithms, it is not reflected in the XML but would be reflected in the JSON. The following is an example I created where I have removed sensitive values
You can see I have changed What should the XML be used for if it is not accurate? For older VPNs that do not have tunneloptions, how should someone get the correct configuration of the VPN? |
I'm not sure I'm following here. The XML you're referring to (
Using |
Yea the
Is |
Describe the issue
In the doc page I linked, the example json does not have tunnelOptions which looks to me to be a non-optional field that must always be present. It also seems that when updating things like the encryption algorithm, authentication algorithm, and diffie-helman groups the XML does not reflect those changes and is instead static.
Can the documentation be updated to clarify a couple of things
Links
https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpn-connections.html
The text was updated successfully, but these errors were encountered: