I'm trying to spin up an 8000v using an AWS Cloud template. The 1000v documentation says you can pass some initial configuration commands through the UserData parameter using ios-config? e.g.
ios-config-1="username cisco priv 15 pass ciscoxyz"
ios-config-2="ip scp server enable"
ios-config-3="ip domain lookup"
ios-config-4="ip domain name cisco.com”
Does the Catalyst support that? Has anyone been able to use that?