March 2018
Intermediate to advanced
376 pages
7h 25m
English
In this chapter, we looked at various methods of creating EC2 instances for our software deployment. Once an instance has been created, push the software jars into your instances. Use the private instance IP, username (ec2-user), and private key (test.pem) to connect to your machine. Once the testing is completed, make sure you terminate the test instances so you don't pay for them.
Later on in the chapter, we went through the creation of ELBs and ASGs using AWS CLI.
You can also try putting some workload into your ...