Book Image

AWS Certified Solutions Architect Practice Tests: Associate SAA–C01 Exam

By : BRETT MCLAUGHLIN
Book Image

AWS Certified Solutions Architect Practice Tests: Associate SAA–C01 Exam

By: BRETT MCLAUGHLIN

Overview of this book

With five unique practice tests, covering the five AWS Certified Solutions Architect Associate Exam objective domains, PLUS one additional practice exam,?AWS Certified Solutions Architect Practice Tests provides?a total of 1,000 practice test questions to make sure you are prepared for exam day. Coverage of all exam objective domains includes: Design Resilient Architectures, Define Performant Architectures, Specify Secure Applications and Architectures, Design Cost-Optimized Architectures, Define Operationally Excellent Architectures.
Table of Contents (13 chapters)

Review Questions

  1. When creating a new security group, which of the following are true? (Choose two.)

    1. All inbound traffic is allowed by default.
    2. All outbound traffic is allowed by default.
    3. Connections that are allowed in must also explicitly be allowed back out.
    4. Connections that are allowed in are automatically allowed back out.
  2. You have a government-regulated system that will store a large amount of data on S3 standard. You must encrypt all data and preserve a clear audit trail for traceability and third-party auditing. Security policies dictate that encryption must be consistent across the entire data store. Which of the following encryption approaches would be best?

    1. SSE-C
    2. SSE-KMS
    3. SSE-C
    4. Encrypt the data prior to upload to S3 and decrypt the data when returning it to the client.
  3. You are creating a bastion host to allow SSH access to a set of EC2 instances in a private subnet within your organization’s VPC. Which of the following should be done as part of configuring...