To follow these instructions you must already have an AWS account.
 
+{section: Log into AWS}
+
+The first step is to log in to {link: https://console.aws.amazon.com/ec2/home?#KeyPairs:sort=keyName AWS}.
+
 {section: Overview}
 
 The general approach will be to use the Marketplace entry to start a _head node_, which will be the brains of the new HTCondor pool, as well as be where you'll log in to and submit jobs from.  Once the head node is up and running, you'll use =condor_annex= to add cloud resources to your new pool.  Then you can start running jobs, and when they're done, shut everything down.
@@ -21,10 +25,6 @@
 4:: The Cloud Resources
 4:: The Head Node
 
-{section: Log into AWS}
-
-The first step is to log in to {link: https://console.aws.amazon.com/ec2/home?#KeyPairs:sort=keyName AWS}.
-
 {section: 1 Launch HTCondor in the Cloud}
 
 In this section, you'll launch HTCondor in the Cloud by starting a head node.  A head node needs an address and, for security, a lock.  AWS will automatically provide the address, but you need to do a little work to make sure the lock is one for which you have a key.  For technical reasons, AWS refers to these lock/key pairs as just "key pairs".  If you already have one (if, for instance, you're following these instructions a second time), you can skip to section 1.2, but creating another key pair won't cause problems.