AWS Shared Responsibility and Services
40 Questions
0 Views

AWS Shared Responsibility and Services

Created by
@GodlikeZebra

Questions and Answers

Which responsibilities does AWS have within the shared responsibility model? (Select 2)

  • Securing the hardware, software, facilities, and networks that run all products and services. (correct)
  • Obtaining industry certifications and independent third-party attestations. (correct)
  • Providing client-side data encryption and data integrity authentication.
  • Configuration of the operating system, network, and firewall.
  • What can S3 be used for in a web application? (Select 2)

  • Store static content such as images, video, CSS, JavaScript, etc. (correct)
  • Serve as a backend database for web applications.
  • Distribute dynamic web content only.
  • Host a robust CDN to deliver entire web sites with dynamic, static, and streaming content. (correct)
  • What are AWS edge locations used for? (Select 2)

  • Hosting applications directly.
  • Delaying content delivery to optimize performance.
  • Reducing the load on the origin by caching responses. (correct)
  • Delivering content with low latency. (correct)
  • Why are fewer subnets of larger sizes preferred over higher numbers of subnets of smaller sizes? (Select 2)

    <p>Workload placement is simplified with fewer subnets.</p> Signup and view all the answers

    Which of the following is not an AWS managed database service?

    <p>AWS CodeCommit</p> Signup and view all the answers

    Which statements regarding Amazon Virtual Private Cloud (VPC) are true? (Select 2)

    <p>Subnets can span Availability Zones.</p> Signup and view all the answers

    Which of the following is NOT true about internet gateways?

    <p>They can limit outgoing bandwidth to instances.</p> Signup and view all the answers

    What is a benefit of using Amazon S3 for web hosting?

    <p>It provides unlimited bandwidth for content delivery.</p> Signup and view all the answers

    What occurs when automated backups are enabled for a DB instance in Amazon RDS?

    <p>A full daily snapshot is performed during the preferred backup window.</p> Signup and view all the answers

    Which term describes the process of increasing hardware power to scale up databases?

    <p>Vertical scaling</p> Signup and view all the answers

    Which of the following actions can be performed using IAM? (Select all that apply)

    <p>Manage AWS users and groups</p> Signup and view all the answers

    Following best security practices, how should the account root user be utilized?

    <p>It should be rarely used.</p> Signup and view all the answers

    What does Total Cost of Ownership (TCO) include?

    <p>Direct and indirect costs associated with ownership</p> Signup and view all the answers

    Can an EFS volume be mounted concurrently to multiple EC2 instances?

    <p>Yes, it can be mounted to multiple instances simultaneously.</p> Signup and view all the answers

    Which URI should be used to view all categories of instance metadata from within a running instance?

    <p><a href="http://169.254.169.254/latest/meta-data">http://169.254.169.254/latest/meta-data</a></p> Signup and view all the answers

    What term is used to describe SaaS solutions that share computing resources behind the scenes?

    <p>Multitenant solutions</p> Signup and view all the answers

    What scaling method involves increasing servers to accommodate database demand?

    <p>Horizontal scaling</p> Signup and view all the answers

    Where are manual database snapshots stored?

    <p>Amazon Simple Storage Service (Amazon S3)</p> Signup and view all the answers

    For running monthly reports that process large datasets efficiently, which EC2 purchasing option should be preferred?

    <p>Reserved</p> Signup and view all the answers

    What is the bare minimum requirement for ensuring high availability in a solution?

    <p>Multi-AZ</p> Signup and view all the answers

    If resources are provisioned across multiple Availability Zones, what will be the impact of issues in one zone?

    <p>Resources in another zone will not be affected.</p> Signup and view all the answers

    What is the main advantage of placing a cache in front of your Amazon RDS instance?

    <p>Increased speed of reads from your database</p> Signup and view all the answers

    Can IAM policies be assigned to IAM roles?

    <p>Yes, they can be attached to roles</p> Signup and view all the answers

    In Amazon DynamoDB, what describes an attribute?

    <p>A name-value pair</p> Signup and view all the answers

    Which family of Amazon EC2 instances is most suitable for a small website project with a database?

    <p>General Purpose (t2, m4, m3)</p> Signup and view all the answers

    Which statement about route tables is NOT true?

    <p>Each subnet can have a maximum of five route tables associated with it.</p> Signup and view all the answers

    What is Amazon Glacier primarily used for?

    <p>Durable storage for data archiving and backup</p> Signup and view all the answers

    Which EC2 purchase type allows users to bid for unused compute capacity?

    <p>Spot</p> Signup and view all the answers

    Which EC2 purchase type allows you to run instances on isolated hardware?

    <p>Dedicated</p> Signup and view all the answers

    What does high availability ensure for an application?

    <p>Ensuring that your application is available at least 99.99% of the time.</p> Signup and view all the answers

    What best describes Amazon EC2?

    <p>Analogous to a cloud-based server</p> Signup and view all the answers

    What does a virtual machine offer compared to a container?

    <p>Higher overhead during creation</p> Signup and view all the answers

    AWS highly recommends provisioning your compute resources across ____________ Availability Zones.

    <p>Multiple</p> Signup and view all the answers

    Each Availability Zone is designed to be isolated from failures in other Availability Zones.

    <p>True</p> Signup and view all the answers

    ___________ act as a firewall for associated Amazon EC2 instances, controlling both inbound and outbound traffic at the instance level.

    <p>Security groups</p> Signup and view all the answers

    An AMI is a template used to launch a:

    <p>EC2 instance</p> Signup and view all the answers

    Fault tolerance refers to:

    <p>The built-in redundancy of an application's components.</p> Signup and view all the answers

    A cost-effective purchase type for predictable workloads is:

    <p>Reserved Instances</p> Signup and view all the answers

    Amazon RDS is suitable for an application that requires:

    <p>High durability</p> Signup and view all the answers

    Amazon Elastic Block Store (EBS) storage:

    <p>Can persist independently of the life of the instance.</p> Signup and view all the answers

    Study Notes

    AWS Shared Responsibility Model

    • AWS is responsible for securing hardware, software, facilities, and networks.
    • AWS also obtains industry certifications and independent third-party attestations.

    Amazon S3 Use Cases

    • S3 can store static content, including images, videos, CSS, and JavaScript.
    • It is capable of distributing both static and dynamic web content as well as hosting a CDN for comprehensive web delivery.

    AWS Edge Locations

    • Edge locations reduce load on the origin by caching responses.
    • They deliver content with low latency.

    Subnetting Preferences

    • Fewer subnets of larger sizes simplify workload placement.
    • With fewer subnets, there's a lower chance of running out of IP addresses.

    AWS Managed Database Services

    • AWS CodeCommit is not an AWS managed database service.
    • Amazon RDS, Amazon Redshift, and Amazon DynamoDB are examples of AWS managed database services.

    Amazon VPC

    • A private subnet is for resources not accessible over the Internet.
    • Subnets define a range of IP addresses within a VPC.

    Internet Gateways

    • Internet gateways are highly available and allow attached subnets to access the public Internet.
    • They are redundant by default but have a set bandwidth limit.

    EC2 Instance Types for Project

    • General Purpose (t2, m4, m3) instances are ideal for simple websites with small databases.

    Route Tables in VPCs

    • Each subnet in a VPC must be associated with a route table.
    • Each VPC comes with a default route table upon creation.

    Amazon Glacier

    • Amazon Glacier is designed for durable storage for data archiving and backup.

    EC2 Purchase Types

    • Spot Instances allow bidding for unused compute capacity.
    • Dedicated Instances run on isolated hardware.

    High Availability

    • High availability ensures applications have redundant components and aim for minimal downtime.

    Amazon EC2 Description

    • Amazon EC2 is analogous to a cloud-based server.

    Security Groups

    • Security groups filter traffic based on TCP, UDP, and ICMP protocols.
    • They are stateful, enforcing rules at the instance level.

    On-Demand EC2 Instances

    • On-Demand Instances allow payment by the hour without long-term commitments.

    Virtual Machine vs. Container

    • Virtual machines have more overhead than containers and are slower to create.

    Automated Backups for RDS

    • When automated backups are enabled, Amazon RDS conducts full daily snapshots during a specified backup window.

    Vertical vs. Horizontal Scaling

    • Vertical scaling increases hardware power for databases.
    • Horizontal scaling involves adding more servers.

    IAM Capabilities

    • IAM can create and manage users, utilize corporate identities for secure access, and control permissions for resources.

    Root User Security Best Practices

    • Following best practices, the root user should not be used frequently.

    Total Cost of Ownership (TCO)

    • TCO encompasses all costs, both direct and indirect, related to owning equipment.

    EFS Volume Accessibility

    • EFS volumes can be concurrently mounted to multiple EC2 instances.

    Instance Metadata Access

    • Access instance metadata using the URI: http://169.254.169.254/latest/meta-data.

    SaaS Solutions

    • Many SaaS solutions are multitenant, meaning customers may share computing resources.

    Identifying S3 Bucket Names

    • In the URL http://mycontainer.s3.amazonaws.com/AprilStuff/ProjectPlan.docx, the bucket name is "mycontainer".

    Amazon VPC Functionality

    • VPC allows adding network security layers via private subnets and defining custom network topologies.

    Security Groups Role

    • Security groups act as a firewall for associated EC2 instances, regulating inbound and outbound traffic.

    Amazon Machine Image (AMI)

    • An AMI is a template for launching an EC2 instance.

    RDS as a Managed Service

    • Amazon RDS is a managed database service.

    Fault Tolerance Definition

    • Fault tolerance refers to an application's ability to restore lost data quickly and maintain functionality despite failures.

    Amazon EBS Characteristics

    • Amazon EBS storage can persist independently of the instance's lifecycle.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Explore the essential components of the AWS shared responsibility model, various Amazon S3 use cases, and AWS managed database services. This quiz also covers subnetting preferences and the role of AWS edge locations in improving performance. Test your knowledge of AWS cloud architecture and services.

    More Quizzes Like This

    Use Quizgecko on...
    Browser
    Browser