Appendix

How AWS data and security services are used to help an EC2 compute instance deliver its network-facing application:
- VPCs encompass all the AWS resources in an application deployment.
- There are two kinds of subnets: private and public. They can be located in separate availability zones and are used to manage
and, where needed, isolate resources.
- Security groups’ rules control the movement of data between resources.
- The EC2 Amazon Machine Image (AMI) acts as a template for replicating precise operating system environments.
- The Simple Storage Service (S3) bucket can store and deliver data for both backup and delivery to users.
- Elastic ...