1: Check the box next to "I acknowledge" (down near the bottom) and click the "Create" button (where the "Next" button was). 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 "LeaseFunctionARN"; where you see =LeaseFunctionARN= in the following instructions, replace it with the string you copied here. +1: Copy the long string labelled "odiLeaseFunctionARN"; where you see =odiLeaseFunctionARN= in the following instructions, replace it with the string you copied here. {subsection: Create a security group} @@ -217,7 +217,7 @@ # 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 = leaseFunctionArn +ANNEX_DEFAULT_ODI_LEASE_FUNCTION_ARN = odiLeaseFunctionArn ANNEX_DEFAULT_ODI_KEY_NAME = annex-key-pair ANNEX_DEFAULT_ODI_SECURITY_GROUP_IDS = securityGroupID {endfile}