We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb303c2 + 69178e3 commit 1ac2f12Copy full SHA for 1ac2f12
cloudformation/dle_cf_template.yaml
@@ -218,7 +218,6 @@ Resources:
218
EC2SSMInstanceProfile:
219
Type: "AWS::IAM::InstanceProfile"
220
Properties:
221
- InstanceProfileName: "EC2RoleForSSM"
222
Roles:
223
- Ref: "IamSSMRole"
224
LambdaExecutionRole:
@@ -315,7 +314,7 @@ Resources:
315
314
dle_config_path="/home/ubuntu/.dblab/engine/configs"
316
dle_meta_path="/home/ubuntu/.dblab/engine/meta"
317
postgres_conf_path="/home/ubuntu/.dblab/postgres_conf"
318
- dle_logs_path="home/ubuntu/.dblab/engine/logs"
+ dle_logs_path="/home/ubuntu/.dblab/engine/logs"
319
320
yq e -i '
321
.embeddedUI.host="" |
0 commit comments