March 2018
Intermediate to advanced
408 pages
9h 37m
English
Make sure you have all three files under your Packt folder that was created in Step 3 – configure source content to deploy to the EC2 instance:
C:\
|-- Packt\
|-- appspec.yml
|-- before-install.bat
|-- index.html
Open the CLI and switch to the C:\Packt folder. Now, execute the following command to create the application called Packt_CodeDeploy_Demo on AWS CodeDeploy:
aws deploy create-application --application-name Packt_CodeDeploy_Demo
Once you execute this command successfully, it will generate the application ID:

Now, execute the following push command to ...
Read now
Unlock full access