1: AWS will display a list of stacks; wait for the one you just created to enter the "CREATE_COMPLETE" state. You may need to refresh (use the circling-arrow button) to update the list.
1: Select the stack you just created (click on the status rather than the name), and then select the "Outputs" tab.
1: Copy the long string labelled "odiLeaseFunctionARN"; where you see =odiLeaseFunctionARN= in the following instructions, replace it with the string you copied here.
+1: Copy the long string labelled "sfrLeaseFunctionARN"; where you see =sfrLeaseFunctionARN= in the following instructions, replace it with the string you copied here.
{subsection: Create a security group}
@@ -284,10 +285,8 @@
{file: LOCALDIR/condor_config.local}
# These following lines are common to all accounts, and are included
# here in case you want to try using a different region. You'll also
-# have to change the default AMI, or specify a different on when
+# have to change the default AMI, or specify a different one when
# invoking condor_annex.
-#
-# FIXME: Add these to the param table defaults?
ANNEX_DEFAULT_EC2_URL = https://ec2.us-east-1.amazonaws.com
ANNEX_DEFAULT_CWE_URL = https://events.us-east-1.amazonaws.com
ANNEX_DEFAULT_LAMBDA_URL = https://lambda.us-east-1.amazonaws.com
@@ -304,12 +303,13 @@
ANNEX_DEFAULT_ODI_INSTANCE_TYPE = m4.large
ANNEX_DEFAULT_ODI_IMAGE_ID = ami-aacfc2bd
-# The instance profile must "point" to the S3_CONFIG_PATH.
ANNEX_DEFAULT_ODI_INSTANCE_PROFILE_ARN = instanceProfileARN
ANNEX_DEFAULT_ODI_S3_CONFIG_PATH = privateBucketName/config.tar.gz
ANNEX_DEFAULT_ODI_LEASE_FUNCTION_ARN = odiLeaseFunctionArn
ANNEX_DEFAULT_ODI_KEY_NAME = annex-key-pair
ANNEX_DEFAULT_ODI_SECURITY_GROUP_IDS = securityGroupID
+
+ANNEX_DEFAULT_ODI_LEASE_FUNCTION_ARN = sfrLeaseFunctionArn
{endfile}
You're ready to run =condor_annex=! Return to HowToUseCondorAnnexWithOnDemandInstances.