Skip to content

Commit

Permalink
Update updatebackendnew.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DevMadhup authored Aug 15, 2024
1 parent 8d59db3 commit 51d59e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Automations/updatebackendnew.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Set the Instance ID and path to the .env file
INSTANCE_ID="i-0f433f8da6532bfe4"
INSTANCE_ID="i-0c17c7f5409902582"

# Retrieve the public IP address of the specified EC2 instance
ipv4_address=$(aws ec2 describe-instances --instance-ids $INSTANCE_ID --query 'Reservations[0].Instances[0].PublicIpAddress' --output text)

0 comments on commit 51d59e4

Please sign in to comment.