Mounting the EFS File System
Learn to modify the WordPress instance to mount the EFS file system.
The EFS file system is set up now, but we still need to move the data and tell our WordPress instance how to use it. To move the data, we need to mount the EFS file system and copy the content of the wp-content
folder to the EFS file system.
Moving the data
Let’s follow the steps below to move the data.
Step 1: Get EFS file system ID
We will need the EFS file system ID in a later step, so it’s a good idea to retrieve it now. Later, we’ll be logged in via SSH and won’t be able to easily access it
To get the EFS file system ID, we can use the describe-file-systems
command that we already used in the last lesson:
Get hands-on with 1400+ tech skills courses.