changed default LabInstanceProfile
This commit is contained in:
		@@ -18,7 +18,7 @@ region = 'us-east-1'
 | 
				
			|||||||
stackName = 'cloudcomp-counter-demo-stack'
 | 
					stackName = 'cloudcomp-counter-demo-stack'
 | 
				
			||||||
# keyName = 'srieger-pub'
 | 
					# keyName = 'srieger-pub'
 | 
				
			||||||
keyName = 'vockey'
 | 
					keyName = 'vockey'
 | 
				
			||||||
roleName = 'LabRole'
 | 
					roleName = 'LabInstanceProfile'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
################################################################################################
 | 
					################################################################################################
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@@ -56,3 +56,6 @@ response = cfClient.create_stack(
 | 
				
			|||||||
        },
 | 
					        },
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					print("You can observe the state of the stack using status.py, cli commands 'aws cloudformation ...' or the web "
 | 
				
			||||||
 | 
					      "console.")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user