This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DATALAB-2409
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2409 by this push:
     new f27fb7d  [DATALAB-2409] - [AWS] SSN configure refactored
f27fb7d is described below

commit f27fb7d83e3af06cf8ef592d51e71d6f1bfc105e
Author: bodnarmykola <[email protected]>
AuthorDate: Thu Jul 29 12:19:43 2021 +0300

    [DATALAB-2409] - [AWS] SSN configure refactored
---
 infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py 
b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
index 07014c4..732e548 100644
--- a/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/aws/ssn_configure.py
@@ -83,6 +83,9 @@ if __name__ == "__main__":
             ssn_conf['tag_name'], ssn_conf['instance_name'], 
'ip_address').get('Private')))(
             ssn_conf['network_type']) if x == 'true' else 
'')(os.environ['conf_stepcerts_enabled'])
 
+
+        print('AWS SG ID: {}'.format(os.environ['aws_security_groups_ids']))
+
     except Exception as err:
         logging.error('Error: {0}'.format(err))
         datalab.fab.append_result("Failed to generate variables dictionary.", 
str(err))

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to