How to create folder specific FTP in amazon lightsail - directory

I have AWS lightsail account, I have hosted 3 domains in the same instance. Now I want to give FTP access to one of the developer but I want him to see only domain specific files.
I don't want him to land on root directory. I have already googled this and found no solution, I have already seen the lightsail console also without any luck
Is there any solution for his?

Related

Cpanel alternative for WordPress on AWS lightsail?

I hired a developer to stand up my website. I had already created a WordPress install on AWS lightsail. The developer says he needs cpanel in order to finish the work (header/footer code, configuration etc...). I was hoping to do this as cheaply as possible and it seems like cpanel would add $15 a month. Is it really needed? Any alternatives?
Looked at AWS docs on alternatives but didn't find anything.
cPanel is a hosting control panel to manage a website and server. It seems that you have already hosted and configured your server without cPanel. For developers, they should be able to manage and customize your website using FTP and WordPress admin details and it does not require from Development point of view.
Even if you are planning to add cPanel to your server, you will have to reinstall your server from scratch because cPanel requires a fresh server without any software, data or website.

Run a WordPress website running on Google Cloud Platform as a subdomain of a primary website also running on GCP?

I have two active installations of WordPress on two different instances of the google cloud platform. Now I wanna know if there is a way to make one of them a subdomain of the other.
The easy solution is to change the configuration of your domains. You don't need to change any files or move your domain files.
GO to the Domain settings, add a subdomain to your desired domain, then point it to the directory of the second website.
It should work, let me know if you got any issues I'm happy to help.

How to access my wordpress files in EC2 without using filezilla or other FTP?

I need to change some lines in the wp-config.php code so I can change the URL of my wordpress site.
The thing is that I am completely new to Amazon Web Service and EC2. I am looking for something like File Manager in CPanel, but I can't find anything and they always say that you should connect by FTP using filezilla, for example, but I can't connect my FileZilla because it's giving me an error.
How can I acces my wordpress files without using FTP as filezilla?
I doubt but you may have to use FTP or SFTP method to connect and access your files.
The filezilla must be giving you can error due to an step missed by you.
You can see below video tutorial which explains steps to connect EC2 using FileZilla.
https://www.youtube.com/watch?v=e9BDvg42-JI

Move WordPress site from Yahoo Small Business

I am trying to move a site from Yahoo Small Business to a local hosting company. I am able to log in to the host with FileZilla.
I have also downloaded the files from YSB and have them locally. But the local hosting company gave me a test host and I cannot access cPanel to upload the files. Also, when I try to put the url.com/cpanel I get directed to the home page of the current site still listed with Yahoo. I have imported the files from my computer to the new host via Filezilla, but I'm not seeing anything and can't log in.
I am unable to change the DNS of Yahoo to the test host.
Any advice would be greatly appreciated!
I agree with #yohoprashant that you will need to do a few work arounds until you migrate your DNS. Most hostign companies will give you a temporary URL (IP address) and which should give you access to cPanel and testing your initiatl WordPress install. 111.111.111.111/cpanel
Wordpress has a great step by step that you should be able to follow once you get the basic WorkdPress install either through the download or cPanel install. Check it out here: https://codex.wordpress.org/Moving_WordPress

How do I access Wordpress core files like wp-content on google cloud after doing one click install?

I have experience installing wordpress websites on hosting where we have a cpanel to access the core files. What is the equivalent on Google Cloud?
I have tried to find a solution to this and I have installed gcloud and Filezilla. With gcloud, I was able to get public and private keys. However, when I added the private key to Filezilla, I have not been able to connect to the Wordpress host IP address. Any help would be appreciated.
If you use this click-to deploy and you want use a different tool instead of gcloud read here.
After you connect to the VM, as described here, you find WP files in
4. Creates a data disk and mounts it in the /wordpress directory (A symlink points from /var/www to this directory)

Resources