Skip to content

Commit

Permalink
Added new ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Aug 30, 2024
1 parent b709467 commit 108256d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Automations/updatebackendnew.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

INSTANCE_ID="i-04a0bc2c60be79498"
INSTANCE_ID="i-0ce861f5c11dcfbc6"

ipv4_address=$(aws ec2 describe-instances --instance-ids $INSTANCE_ID --query 'Reservations[0].Instances[0].PublicIpAddress' --output text)

Expand Down
2 changes: 1 addition & 1 deletion Automations/updatefrontendnew.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

INSTANCE_ID="i-04a0bc2c60be79498"
INSTANCE_ID="i-0ce861f5c11dcfbc6"

ipv4_address=$(aws ec2 describe-instances --instance-ids $INSTANCE_ID --query 'Reservations[0].Instances[0].PublicIpAddress' --output text)

Expand Down

0 comments on commit 108256d

Please sign in to comment.