February 2018
Beginner
290 pages
7h 28m
English
Once the credentials are stored, we have to create a controller in AWS in order to start using Juju. The command to bootstrap the AWS Cloud is as follows:
juju bootstrap <cloud> <controller name>
So, we will execute the script and wait for the controller to come online. In essence, the system makes an API call to the AWS Cloud to spin an instance, then connects to it, and finally runs configuration management to configure the instance:

We can also see that in the AWS Cloud, a machine has been spun up:

Now the ...
Read now
Unlock full access