From f77269cc24c9267ca07455953c31f438ae2a4524 Mon Sep 17 00:00:00 2001 From: mikolajpaterka Date: Sun, 29 Jan 2023 00:22:54 +0100 Subject: [PATCH] 5 final 2.0 --- 5/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5/main.py b/5/main.py index 8425b4c..cc4042b 100644 --- a/5/main.py +++ b/5/main.py @@ -1,7 +1,7 @@ from credencials_aws import aws_access_key_id, aws_secret_access_key, aws_session_token, DEFAULT_VPC import boto3 -INDEKS = "lastchance2" +INDEKS = "444455" key_name = f"{INDEKS}-key" security_group_name = f"{INDEKS}-security-group"