Setup1: Login Aws console. And click to (Compute) EC2
Go to instance >Launch Instance>
Community AMIs>
Select Operating System(centos)>
t2.micro (Variable ECUs, 1 vCPUs, 2.5 GHz, Intel Xeon Family, 1 GiB memory, EBS only)
click (Next: Configure Instance Detail)
Click: Add Storage
Next : Configure Security Group
Create new security group(like Ip Tables in linux):
Rules with source of 0.0.0.0/0 allow all IP addresses to access your instance. We recommend setting security group rules to allow access from known IP addresses only
click Review And launch>click Launch
create new key pair for access your system with ssh(keypair name testing)
select new key pair> and set key pair name testing>click to download key pair> lounch instance>
Select public ip and access your instance>
convert .pem file with help of puttygen to .ppk for access to putty >
open putty
Set Ip address> and .ppk file > click to open >
click Enter> login as: root > clieck Enter
login successfully
sudo cat /home/bitnami/bitnami_application_password mysql password in aws Lightsail lamp
https://docs.bitnami.com/aws/components/phpmyadmin/?utm_source=bitnami&utm_medium=cloudimage&utm_campaign=aws
https://www.youtube.com/watch?time_continue=2&v=9VdcQLDmYII
s3cmd put -r noticeboard s3://bucketname/uploads/
this is command to upload directory in s3bucket