{term}systemctl enable condor-annex-ec2{endterm}
 *: {term}rm /etc/condor/50ec2.config{endterm}
 *: Edit =/usr/libexec/condor/condor-annex-ec2= so that it _only_ sets =EC2PublicIP= and =EC2InstanceID=: remove from after the "Annex-specific code begins here" comment (line 103) all the way down to =echo "done."= (line 252); leave that line but remove next line and change the return to return 0.
+*: Either start the condor-annex-ec2 service now, and verify that =/etc/condor/config.d/49ec2.config= exists and is correct, or reboot at the end of the
+instructions (and then verify the file).  The configuration above does not work, otherwise.
 *: Run {term}condor_store_cred -c add -f `condor_config_val SEC_PASSWORD_FILE`{endterm} as root to create the pool password file.
 *: Make sure the password file (run =condor_config_val SEC_PASSWORD_FILE= to find it) is owned by root and has 600 permissions afterwards.
 *: Then copy the pool password file to =~ec2-user/.condor= and chown it to that user.