Checking the configuration using the CLI
To check the configuration, open the CLI Console and enter the following commands:
config system sdn-connector
edit "<connector-name>"
show
The output should resemble the following:
config system sdn-connector
edit "<connector-name>"
set access-key "<example-access-key>"
set secret-key ENC <example-secret-key>
set region "us-west-2"
set vpc-id "vpc-e1e4b587"
set update-interval 1
next
end