I am developing a Laravel 5.6 application on my computer locally with the virtual machine homestad
I want to publish my application on an AWS instance but I want to have exactly the same configuration of my local machine on the AWS instance, how can I ask AWS to take my configuration file from my local environment to create the new one? instance and I can not forget to install absolutely nothing.
I know I can manually configure my machine but I really want to have the same environment locally and in the cloud.
thanks