I am running a wordpress site within EC2. Some of the plugins I am attempting to use are requiring my server credentials. I can only SSH into my server right now using my .pem key. I can also use this key and logon through port 22 with filezilla to achieve an SFTP experience. However, there are no "FTP Users" configured.
Within the security group, I can open port 23, but I am unsure of where to setup users (or how). Is this something that's done within apache, or the aws console? And from there, could someone provide documentation on how to setup FTP accounts?