Steps to deploy standalone CPE in AWS
1)Deploy workflow device with deployment type as Baremetal.
2) Manually create an EC2 instance on AWS with required number of NICs and proper security group attached and also Public IP available on Controller if Controller is on Internet transport.
3) Add match address exception for Director Northbound and Southbound IP in /etc/ssh/sshd_config file in FlexVNF. Format will be as below:
Match Address 10.234.0.1/32,10.234.1.1/32
PasswordAuthentication yes
Match all
After this use staging.py script to do manual ztp on branch.