Is that OK? (Type 'yes' or 'no'): yes
Starting annex...
Annex started. Its identity with the cloud provider is
-'TestAnnex0_f2923fd1-3cad-47f3-8e19-fff9988ddacf'. It will take about three minutes for the new machines to join the pool.
+'MyFirstAnnex_f2923fd1-3cad-47f3-8e19-fff9988ddacf'. It will take about three minutes for the new machines to join the pool.
{endterm}
You won't need to know the annex's identity with the cloud provider unless something goes wrong.
@@ -141,7 +141,7 @@
Otherwise, wait a few minutes and run the following to make sure your annex has started up and joined the pool:
{term}
-$ condor_annex status -annex TestAnnexOne
+$ condor_annex status -annex MyFirstAnnex
Name OpSys Arch State Activity LoadAv
slot1@ip-172-31-15-209.ec2.internal LINUX X86_64 Unclaimed Idle 0.000
@@ -157,7 +157,7 @@
An annex (by default) will only runs jobs which (a) you submitted and (b) have MayUseAWS set to true. You can confirm this by running the following command:
{term}
-$ condor_annex -annex TestAnnexOne status -af:r START
+$ condor_annex -annex MyFirstAnnex status -af:r START
(MayUseAWS == true) && stringListMember(Owner,"tlmiller")
(MayUseAWS == true) && stringListMember(Owner,"tlmiller")
{endterm}