Setting up cloud resources and flags manually
In this section, we will set up several lab resources using the AWS Management Console. While these can easily be created automatically with Terraform, we will prepare these manually and use the opportunity to discuss how these resources have been configured and dive deeper into the concepts, terminologies, and services as well.
Similar to what we have in Figure 7.11, we will set up a Quantum Ledger Database (QLDB) database resource along with a Simple Storage Service (S3) bucket:
Figure 7.11 – What we will set up and prepare in this section
We will then set up flags inside these resources—one flag inside the QLDB database resource and another flag stored inside the S3 bucket. If you are wondering what these flags look like, these are simply string values containing the word FLAG
stored somewhere inside the resources and components of the lab environment. Of course, we are simplifying things...