The minimal set of options to start an annex follows:
 
 {term}
-$ condor_annex --project-name MyFirstAnnex --count 3 --expiry "2017-01-20 17:18:19 --instance-types FIXME --image-ids FIXME --spot-prices FIXME"
+$ condor_annex --project-id MyFirstAnnex --instances 3 --expiry "2017-01-20 17:18:19 --instance-types FIXME --image-ids FIXME --spot-prices FIXME"
 {endterm}
 
 _[The collector address and the password file path are both extracted from the command environment's HTCondor configuration.  The password file is uploaded to a private S3 bucket managed by condor_annex; the location is passed into the custom AMI via the usual instance contextualization methods.]_