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:
Sebastian Rieger
2022-04-18 23:10:33 +02:00
parent b57045ecf7
commit 615f0ce0d4
2 changed files with 22 additions and 12 deletions

View File

@ -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..."
###########################################################################
#