Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 66d0b15

Browse files
authored
Merge pull request #29 from cloudify-examples/dev
change aws region
2 parents 7343a7f + c027f9c commit 66d0b15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_env.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def inputs(self):
5757
try:
5858
return {
5959
'password': os.environ['ECOSYSTEM_SESSION_PASSWORD'],
60-
'ec2_region_name': 'eu-central-1',
61-
'ec2_region_endpoint': 'ec2.eu-central-1.amazonaws.com',
62-
'availability_zone': 'eu-central-1b',
60+
'ec2_region_name': 'ap-southeast-1',
61+
'ec2_region_endpoint': 'ec2.ap-southeast-1.amazonaws.com',
62+
'availability_zone': 'ap-southeast-1b',
6363
'aws_secret_access_key': os.environ['AWS_SECRET_ACCESS_KEY'],
6464
'aws_access_key_id': os.environ['AWS_ACCESS_KEY_ID']
6565
}

0 commit comments

Comments
 (0)