How to create access and upload data to AWS Light Sail instance 2021

Опубликовано: 17 Март 2026
на канале: DevOps Article
2,368
20

How to create AWS Lightsail instance, How to access it and How to upload data to Lightsail instance-2021.

With the help of this videos you can easily create AWS lightsail instance, you can connect to phpmyadmin from mac and linux machines and you can also able to setup FileZilla settings to upload your data to lightsail instance.

Steps:
1.Login to AWS account and find the service LightSail
2.Create your LightSail instance:-
3.Select AZ
4. Pick instance type
5. Select required software platforms
6. Create and download SSH key
7. Choose pricing model according to your requirements
8. Provide name (Unique) to LightSail instance
9. Connect LightSail instance and get server password
10.Create SSH tunnel between your Mac, Linux machine to access “phpmyadmin”
11. Connect to LightSail instance by using connect option: and check the default password with the below command
$cat bitnami_credentials
Command to change ssh file permission $chmod 600 Your-SSH-Key.pem
Command to create SSH tunnel from your Mac/Linux to AWS Lightsail
$ssh -i /location_to_private_key -L 8888:127.0.0.1:80
bitnami@AWS_SERVER_IP_ADDRESS
OR
$ssh -i /location_to_private_key -L 8888:127.0.0.1:443 bitnami@AWS_SERVER_IP_ADDRESS

URL to access phpmyadmin- http://localhost:8888/phpmyadmin/

How to setup FileZilla to connect LightSail server- Check the video for this.

To learn more, you can visit to:
https://devopsarticle.com/