Skip to content

Commit 92b8a0a

Browse files
committed
updated ami
1 parent ff35622 commit 92b8a0a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/stackql-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
with:
2424
python-version: '3.10'
2525

26-
- name: Install stackql-deploy
27-
shell: bash
28-
run: pip install -q stackql-deploy pyyaml || { echo "pip install failed"; exit 1; }
29-
3026
- name: Print StackQL Deploy Info
3127
uses: stackql/[email protected]
3228
with:
@@ -40,4 +36,4 @@ jobs:
4036
stack_env: 'dev'
4137
env_vars: 'AWS_REGION=us-east-1'
4238
show_queries: 'true'
43-
log_level: 'debug'
39+
# log_level: 'debug'

aws-stack/stackql_manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ resources:
121121
- name: instance_name
122122
value: "{{ stack_name }}-{{ stack_env }}-instance"
123123
- name: ami_id
124-
value: ami-030a5acd7c996ef60
124+
value: ami-012967cc5a8c9f891
125125
- name: instance_type
126126
value: t2.micro
127127
- name: instance_subnet_id

0 commit comments

Comments
 (0)