June 2024 AWS Video Questions Flashcards
Which AWS service will host a MariaDB database with the least amount of operational overhead?
Amazon RDS
Amazon RDS supports hosting relational databases, including MariaDB. Migrating data from one MariaDB instance to another would involve minimal operational overhead compared to other options.
Which AWS Cloud design principle is a company using when it implements AWS CloudTrail?
Accountability and Traceability
Accountability and Traceability means being able to track and monitor actions within your AWS environment. CloudTrail provides this by logging API calls, allowing you to see who did what and when.
Which AWS service continuously monitors accounts, workloads, and S3 buckets for malicious activity?
Amazon GuardDuty
Amazon GuardDuty is specifically designed for continuous threat detection across AWS accounts, workloads, and data stores like S3.
What task should a company perform to become more responsive to customer inquiries according to the AWS Cloud Adoption Framework?
Realign teams to focus on products and value streams.
Realigning teams to focus on products and value streams aligns with the CAF’s emphasis on customer-centricity.
Which configuration change will right-size Amazon EC2 instances with the least operational overhead?
Change the size and type of the instance based on utilization.
Right-sizing means choosing the most cost-effective instance type and size to match your workload’s actual resource needs.
Which AWS service supports user sign-up functionality and authentication to applications?
Amazon Cognito
Amazon Cognito provides user sign-up and authentication for mobile and web applications.
Which benefit of the AWS Cloud helps achieve lower usage costs because of aggregate use?
Economies of Scale
Economies of Scale refer to the cost advantages a business gains due to its size and operational efficiency.
Which task is the responsibility of the customer according to the AWS Shared Responsibility Model?
Creating and managing IAM users and permissions.
Managing IAM users and permissions falls under the customer’s security responsibility.
Which service should a company use to manage Cloud resources using Infrastructure as Code (IaC) templates?
AWS Service Catalog
AWS Service Catalog lets organizations create and manage catalogs of IT services, defined using IaC templates.
Which AWS service should be used to monitor the CPU utilization of EC2 instances?
Amazon CloudWatch
Amazon CloudWatch is designed for monitoring and observability, including collecting metrics like CPU utilization.
Which AWS service or principle should a company use to estimate the cost for running its infrastructure in the cloud?
AWS Pricing Calculator
The AWS Pricing Calculator is used to estimate the cost of running services in AWS.
Which AWS service allows ISVs to deliver and share custom Amazon Machine Images (AMIs)?
AWS Marketplace
AWS Marketplace allows ISVs to list and sell their software, including AMIs, to a wide audience.
Which component must be attached to a VPC to enable inbound internet access?
Internet gateway
An Internet gateway is the component that connects your VPC to the public internet.
Which AWS service supports a company’s ability to create and treat infrastructure as code?
AWS CloudFormation
AWS CloudFormation is the primary service for defining and managing infrastructure as code in AWS.
Which AWS service is designed for high throughput and low latency for applications with a high volume of requests?
Amazon DynamoDB
Amazon DynamoDB is a NoSQL database designed for high throughput and low latency.
Which AWS security service offers proactive detection of compromised instances or accounts?
Amazon GuardDuty
Amazon GuardDuty is a threat detection service that monitors for suspicious activity in AWS accounts and workloads.
Which AWS support plan provides the full set of Trusted Advisor checks at the lowest cost?
Business support
Business support is the most cost-effective plan offering the full set of Trusted Advisor checks.
Which AWS purchase option will optimize costs for a company planning a partial migration to serverless architecture?
Compute Savings Plans
Compute Savings Plans provide discounts for committing to a consistent level of compute usage for one or three years.
What are two benefits of building a mobile app in the Cloud?
Increased speed for trying out new projects and Flexibility to scale up in minutes as the application becomes popular.
AWS allows for rapid provisioning of resources and enables rapid scaling of resources to meet changing demand.
Which feature of Amazon S3 can a company use to meet WORM compliance requirements?
S3 Object Lock
S3 Object Lock is specifically designed to enforce WORM policies on objects in S3.
What is S3 Object Lock designed for?
S3 Object Lock is specifically designed to enforce WORM policies on objects in S3, ensuring data immutability and compliance with regulations.
What does versioning in S3 do?
Versioning helps keep multiple versions of an object but doesn’t prevent deletion or modification of those versions.
What do bucket policies control in S3?
Bucket policies control access to S3 buckets and objects but don’t inherently enforce WORM.
What does MFA Delete add to S3?
MFA Delete adds an extra layer of security for deleting objects but doesn’t prevent modification or guarantee immutability.
Which EC2 purchase option is most cost-effective for batch workloads that can handle interruptions?
Spot Instances are the most cost-effective option (up to 90% discount) when you can tolerate interruptions.
What is the benefit of Reserved Instances?
Reserved Instances provide discounts but require a one- or three-year commitment, not ideal for temporary workloads.