speedup AWS image selection by referencing ami directly, listing all images as done in the libcloud examples, takes several minutes now
This commit is contained in:
		@@ -33,9 +33,9 @@ def main():
 | 
			
		||||
    # access_id = getpass.win_getpass("Enter your access_id:")
 | 
			
		||||
    # secret_key = getpass.win_getpass("Enter your secret_key:")
 | 
			
		||||
    # session_token = getpass.win_getpass("Enter your session_token:")
 | 
			
		||||
    access_id = "ASIAU..."
 | 
			
		||||
    secret_key = "7lafW..."
 | 
			
		||||
    session_token = "IQoJb3JpZ...EMb//..."
 | 
			
		||||
    access_id = "ASIAX..."
 | 
			
		||||
    secret_key = "eGwE12j..."
 | 
			
		||||
    session_token = "FwoGZXIvYXdzEK///////////wEaDE..."
 | 
			
		||||
 | 
			
		||||
    ###########################################################################
 | 
			
		||||
    #
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user