Skip to content

Commit

Permalink
Setup for levvel AWS infrastructure to test comanage appliance builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 14, 2016
1 parent 69bae96 commit 224ec99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/perms.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

aws_acct_id="823003027569"
bucket="internet2-tier-appliance-us-west-1"
aws_acct_id="750790314930"
bucket="internet2-appliance-us-west-1"
vagrant_key=$(aws s3api list-objects --bucket $bucket --query 'reverse(sort_by(Contents[?contains(Key, `vagrant`)], &LastModified))[0].[Key]' --output text | tr -d '\n' )
ova_key=$(aws s3api list-objects --bucket $bucket --query 'reverse(sort_by(Contents[?contains(Key, `ova`)], &LastModified))[0].[Key]' --output text | tr -d '\n' )

Expand Down

0 comments on commit 224ec99

Please sign in to comment.