updated demo4 to support AWS Academy lab setup
This commit is contained in:
@ -10,20 +10,15 @@ from libcloud.compute.types import Provider, NodeState
|
||||
|
||||
home = expanduser("~")
|
||||
|
||||
# reqs:
|
||||
# services: EC2 (nova, glance, neutron)
|
||||
# resources: 2 instances (m1.small), 2 elastic ips (1 keypair, 2 security groups)
|
||||
|
||||
|
||||
# default region
|
||||
# region_name = 'eu-central-1'
|
||||
# region_name = 'ap-south-1'
|
||||
|
||||
# AWS Educate only allows us-east-1 see our AWS classroom at https://www.awseducate.com
|
||||
# e.g., https://www.awseducate.com/student/s/launch-classroom?classroomId=a1v3m000005mNm6AAE
|
||||
|
||||
# AWS Academy Labs only allow us-east-1 see our AWS Academy Lab Guide, https://awsacademy.instructure.com/login/
|
||||
region_name = 'us-east-1'
|
||||
|
||||
# keypairs are kept and not deleted, they do not cost anything anyway
|
||||
|
||||
|
||||
def main():
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user