We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0de5ed commit 7ace2a9Copy full SHA for 7ace2a9
2 files changed
lambdas/wg-manage-cognito/app.py
@@ -257,7 +257,7 @@ def handler(event, context):
257
Value="{}".format("\n".join(wg_conf_new.lines)),
258
Type='SecureString',
259
Overwrite=True,
260
- Tier='Standard',
+ Tier='Advanced',
261
DataType='text'
262
)
263
#print("WG EC2 Instance restart:{}".format(restart_instance()))
lambdas/wg-manage-iam/app.py
@@ -248,7 +248,7 @@ def handler(event, context):
248
249
250
251
252
253
254
#Old method to update config, you can prefer to use it if you require immediate config update but tolerate instance restart,
0 commit comments