Skip to content

Instantly share code, notes, and snippets.

@devenes
Created May 5, 2022 02:22
Show Gist options
  • Save devenes/89af8832de47176c7f98c5ec6af71f7f to your computer and use it in GitHub Desktop.
Save devenes/89af8832de47176c7f98c5ec6af71f7f to your computer and use it in GitHub Desktop.
AWS Practice Questions

AWS

Practice Questions

  • True or False: The AWS CloudFormation change sets feature can be used to preview the changes in a CloudFormation stack before applying an Update Stack call, and a user is 100 percent resilient against deletion accidents in their stack operations if they use change sets.

    • False
  • True or False: Operational best practices include consulting the AWS Documentation for Update Requires on the attributes of resources that will be changed, and using DeletionPolicy: Retain or DeletionPolicy: Snapshot on resources used for storing customer data.

    • True
  • True or False: The AWS CloudFormation drift detection feature can detect if code running on the instances matches the code that was initially deployed by the stack.

    • False
  • True or False: AWS Systems Manager is a managed AWS service that provides a suite of tools for managing both Amazon EC2 instances and AWS infrastructure.

    • True
  • Which AWS Systems Manager feature is used to interactively access the OS of an Amazon EC2 instance?

    • Session Manager
  • True or False: AWS Systems Manager documents (SSM documents) provide blueprints of architecture actions that can be orchestrated across an AWS Cloud environment.

    • True
  • Which statement about Amazon CloudWatch metrics is correct?

    • Custom metrics can be used to collect any kind of infrastructure or application-related information.
  • True or False: The CloudWatch agent is already installed in Amazon Linux 2 by default.

    • True
  • True or False: Amazon CloudWatch monitoring can be used only for infrastructure-related topics, such as CPU utilization and memory consumption.

    • False
  • True or False: AWS Config is a service that can be used to assess, audit, and evaluate the configurations of AWS resources.

    • True
  • True or False: VPC Flow Logs is the most efficient way to diagnose application failures, such as a malformed POST in an HTTP request.

    • False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment