Skip to content

Commit 1be1c69

Browse files
committed
Change aws profile
1 parent 5008b2e commit 1be1c69

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/ansible/playbooks/api/roles/api/tasks

1 file changed

+1
-1
lines changed

infrastructure/ansible/playbooks/api/roles/api/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- name: Get the ip address of the prometheus production server
1515
command: aws ec2 describe-instances \
1616
--region eu-central-1 \
17-
--profile dump-monitoring \
17+
--profile ddays-app \
1818
--filters "Name=tag:Project,Values=dump-monitoring" "Name=tag:Environment,Values=production" \
1919
--query 'Reservations[0].Instances[0].PublicIpAddress' \
2020
--output text

0 commit comments

Comments
 (0)