June 2018
Beginner
578 pages
13h 39m
English
If we are working on a new deployment, then we need to perform the following tasks:
All of these tasks are defined in roles/ec2/tasks/new_deployment.yml, so let's start working on these tasks by looking at how we can find the correct AMI to use.
We can't simply supply an AMI ID here as each region has a different ID, and also each AMI is regularly updated to make sure it is patched. To get around this, we can run the following tasks: ...
Read now
Unlock full access