/tmp/
|--WordPress/
|-- appspec.yml
|-- scripts/
| |-- change_permissions.sh
| |-- create_test_db.sh
| |-- install_dependencies.sh
| |-- start_server.sh
| |-- stop_server.sh
|-- wp-admin/
| |-- (variable files...)
|-- wp-content/
| |-- (variable files...)
|-- wp-includes/
| |-- (variable files...)
|-- index.php
|-- license.txt
|-- readme.html
|-- (variable files ending with .php...)
cd /tmp/WordPress
aws deploy create-application --application-name WordPress_App
aws deploy push \
--application-name WordPress_App\
--s3-location s3://bucketname/WordPressApp.zip \
--ignore-hidden-files
Access the CodeDeploy interface
In the Applicaiton interface