No problem with that. The RDS service also stores data on the EFS volume. Volume is the only way to store data. All the other services like EFS, S3 also store their data on EB S volumes.@@crazy_gamers_0079
Hello Sir I have followed the video exactly but when I try switch user to root. It gives authentication failure as I am passing the password as "postgres". How can I resolve it please help?
Sir just got the video that I wanted. Your teaching is great.
this video is very helpful for me thank you sir
thanks for your feedabck
great sir, thanks
Thanks its worked for me......
Great!
Sir, if deploy postgresql in AWS ec2 , where will the data be stored? Please let me know this. 🙏🙏🙏🙏🙏
The data will be stored on the local EBS volume which is attached to the EC2 instance.
@@AWSTrainingByGauravAgrawal so there will no problem with that . Storing the data on Ebs.Thanku sir for replying
No problem with that. The RDS service also stores data on the EFS volume. Volume is the only way to store data. All the other services like EFS, S3 also store their data on EB S volumes.@@crazy_gamers_0079
it gives me connection timeout error what to do ?
You have to enable port 5432 from security group
Thank you Sir.
Hello Sir I have followed the video exactly but when I try switch user to root. It gives authentication failure as I am passing the password as "postgres". How can I resolve it please help?
try command sudo -i after logging in as ec2-user in putty
Thanks a lot
for connection ip address is public or private
public
Authentication failure aa rha hai
Sir wht we shoult type in retype password
Same password
sudo dnf install -y postgresql14.x86_64 postgresql14-server
i can't download this version
you can use the following command - sudo dnf install postgresql15.x86_64 postgresql15-server -y