aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

Parameters: [WPDirectory, EfsCopyDataFrom] must have values #58

Open nitinsharma123 opened 5 years ago

nitinsharma123 commented 5 years ago

getting this error while creating stack from cloudformation.

ion-girloanta commented 5 years ago

Undocumented parameter in "aws-refarch-wordpress-03-efsfilesystem.yaml".

dave-gil commented 5 years ago

should a WPDirectory not be optional?

badcrocodile commented 4 years ago

aws-refarch-wordpress-03-efsfilesystem.yaml here on GitHub shows significant diffs compared to the S3 version referenced by aws-refarch-wordpress-master-newvpc.yaml (https://s3.amazonaws.com/aws-refarch/wordpress/latest/templates/aws-refarch-wordpress-03-efsfilesystem.yaml). The version on GitHub contains the problematic WPDirectory parameter. I wish I knew which version is most up-to-date. I think it's the broken one here, which leads me to problem 2 which is I don't know how to fix it.

jaylong255 commented 4 years ago

@badcrocodile not sure if you ever made any progress here. if you fork the repo and then edit the TemplateURL parameter for efsfilesystem near the bottom under resources, it should at least get you past the efs tier. i'm not sure if there are others that need to be updated. looks like removed those two fields altogether. they also made some edits to one of the bash scripts, but i haven't read through that yet.

krishnu9 commented 2 years ago

@jaylong255 So, shall i use the TemplateURL for efsfilesystem yaml file in this github repo or the one in the s3?