Skip to content

Commit 7ace2a9

Browse files
author
Azat Safin
committed
hotfix max length of the wg-manage parameter
1 parent c0de5ed commit 7ace2a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lambdas/wg-manage-cognito/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def handler(event, context):
257257
Value="{}".format("\n".join(wg_conf_new.lines)),
258258
Type='SecureString',
259259
Overwrite=True,
260-
Tier='Standard',
260+
Tier='Advanced',
261261
DataType='text'
262262
)
263263
#print("WG EC2 Instance restart:{}".format(restart_instance()))

lambdas/wg-manage-iam/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def handler(event, context):
248248
Value="{}".format("\n".join(wg_conf_new.lines)),
249249
Type='SecureString',
250250
Overwrite=True,
251-
Tier='Standard',
251+
Tier='Advanced',
252252
DataType='text'
253253
)
254254
#Old method to update config, you can prefer to use it if you require immediate config update but tolerate instance restart,

0 commit comments

Comments
 (0)