AWS LightSail with Bitnami Wordpress Installation
This post is about launching a WordPress installation in AWS Lightsail. Here we launch a bitnami WordPress in basic lightsail bundle also use bitnami credentials to login the WordPress console.
- From the Lightsail console home page click Create Instance
- Name the instance myWordpressSite
- Click Create instance
Accessing shell
Now click on the terminal/shell button to access the terminal in the browser.
You can also ssh using the pem file which can be downloaded from the account section(see this). If using ssh then the username for WordPress would bitnami.
Get WordPress admin credentials
Once you access the shell in any of the above methods in bitnami home directory we can see bitnami credentials file where the username and password for WordPress admin are situated.
You can see the credentials with cat command
Now copy the public IP and paste it in browser
now navigate to /wp-admin
http://<ip>/wp-admin
now this will redirect to login page of wordpress console
now with the creds from the file, you can log in
So that's it we have now launched a WordPress installation in AWS lightsail. Lightsail also offers several features light CloudFront distribution, static IP, DNS management via lightsail …
Hope this post helped you create WordPress instance in LightSail. Support this post with your valuable claps and follow for more.