Cloud Computing Mock Test 1
88 Questions
0 Views

Cloud Computing Mock Test 1

Created by
@BelovedStar250

Questions and Answers

Which AWS service offers text search and analytics capabilities against big data volumes in near real time?

Amazon Elasticsearch

Which service on AWS enables you to provision virtual desktops in the cloud, accessible via a web browser?

Amazon WorkSpaces

In which AWS service is Infrastructure as a Service (IaaS) implemented?

Amazon EC2

What is the primary difference between cloud-hosted IaaS solutions and hosting your own VMware or Hyper-V virtualized platforms?

<p>Access to the underlying hypervisor platform is not available in cloud-hosted IaaS solutions.</p> Signup and view all the answers

What are the key factors that determine choosing a specific AWS Region for deploying applications?

<p>All of the above</p> Signup and view all the answers

What is the purpose of Amazon S3 CRR?

<p>Copy objects across AWS buckets in different regions</p> Signup and view all the answers

What does SSE-KMS in Amazon S3 stand for?

<p>Server-Side Encryption with AWS Key Management Service</p> Signup and view all the answers

NAT gateways replace the source IPv4 address of EC2 instances with the private IP address of the NAT gateway.

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

Amazon Route53 can help create alias records to direct traffic to an ________.

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

Match the AWS service with its description:

<p>Amazon EFS = Centralized file storage for Linux-based EC2 instances Amazon Aurora = Highly available database spanning multiple Availability Zones Amazon RDS = Managed database provisioned by AWS Amazon Lambda = Serverless function execution service</p> Signup and view all the answers

Amazon QLDB can maintain a history of all data changes.

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

What can be used to ensure users do not experience outages when accessing an Amazon RDS database during a backup process?

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

What is the primary function of Amazon Elasticache for Redis?

<p>Designed for complex data types, offers Multi-AZ capabilities, encryption of data, compliance with FedRAMP, HIPAA, PCI-DSS, high availability, and automatic failover options.</p> Signup and view all the answers

What is the primary purpose of Amazon Redshift?

<p>Data analytics</p> Signup and view all the answers

Network Load Balancers operate at the _____ layer of the OSI model.

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

What does AWS CloudTrail store within the CloudTrail dashboard for every activity that occurs in your AWS account?

<p>event history</p> Signup and view all the answers

AWS Config allows you to gain visibility into how your AWS resources are configured and deployed.

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

Which AWS service allows you to automatically patch EC2 instances with security and application updates?

<p>AWS Systems Manager's Patch Manager</p> Signup and view all the answers

What type of information can be stored or encrypted in AWS Systems Manager's Parameter Store?

<p>sensitive information such as passwords and database strings</p> Signup and view all the answers

Match the following AWS service with its function:

  1. AWS Trusted Advisor
  2. Amazon Macie

<p>AWS Trusted Advisor = Analyzes resources configurations and offers recommendations Amazon Macie = Uses machine learning to detect sensitive data stored in Amazon S3</p> Signup and view all the answers

Which type of cloud service model is most like an on-premises environment, where you configure virtual infrastructure components such as compute, network, and storage services that you can host your applications on?

<p>Infrastructure as a Service (IaaS)</p> Signup and view all the answers

Your company is looking to move all its applications and services to the cloud but would like to migrate workloads in stages. What cloud deployment model would you need to establish to ensure there is connectivity between on-premises infrastructure and cloud applications?

<p>Hybrid cloud</p> Signup and view all the answers

Which component of the AWS Global Infrastructure enables you to cache content (videos, images, and documents) and offer low-latency access to users?

<p>Edge locations</p> Signup and view all the answers

Which of the following AWS services can help you design a hybrid cloud architecture and enable your on-premises applications to get access to Amazon S3 cloud storage?

<p>AWS Storage Gateway</p> Signup and view all the answers

Which AWS service can you configure to send out an alert to an email address if your total expenditure crosses a predefined monthly cost?

<p>Set up a billing alarm in Amazon CloudWatch</p> Signup and view all the answers

As part of enhancing the security of your AWS account, what additional authentication security measure can you implement for your root user and IAM users?

<p>Implement MFA</p> Signup and view all the answers

What is the easiest way to assign permissions to many IAM users who share a common job function?

<p>Create an IAM Group, add IAM users who share the common job function to that group, and apply an IAM policy to the group with the necessary permissions</p> Signup and view all the answers

Which tool on AWS can be used to estimate your monthly costs?

<p>AWS Pricing Calculator</p> Signup and view all the answers

Which set of credentials do you need to configure for IAM users who need to access your AWS account via the command-line interface (CLI)?

<p>IAM access key ID and secret access key</p> Signup and view all the answers

An application needs to access an Amazon S3 bucket to upload artifacts. Which security option is a best practice to grant necessary permissions to upload files to the S3 bucket?

<p>Create an IAM role with the required permissions using an IAM policy. Attach the role to the EC2 instances that will host the application.</p> Signup and view all the answers

Which AWS service enables you to troubleshoot IAM policies by identifying which set of permissions are allowed and which are denied?

<p>AWS Policy Simulator</p> Signup and view all the answers

Which tool in AWS can be used to produce regular reports containing information about IAM users, their password configurations, access keys, and MFA status?

<p>IAM Credentials Report</p> Signup and view all the answers

Which type of AWS policy enables you to define boundaries for what an IAM user or role can be permitted to do within your AWS account?

<p>Permission boundaries</p> Signup and view all the answers

Which Amazon S3 storage class is cost-effective for objects that are infrequently accessed but need instant access when required?

<p>Amazon S3 Standard-IA</p> Signup and view all the answers

You want to enhance security by allowing IAM users to access an S3 bucket only from the corporate office network. How would you configure the S3 bucket for this requirement?

<p>Create a resource policy granting necessary access with a condition statement specifying the corporate office IP block</p> Signup and view all the answers

Which Amazon S3 storage class is cost-effective when access patterns for data in the S3 bucket are uncertain?

<p>Amazon S3 Intelligent Tiering</p> Signup and view all the answers

Which feature of Amazon S3 allows you to create a secondary copy of objects stored in a bucket in a different Region for compliance requirements?

<p>Amazon S3 Cross-Region Replication (CRR)</p> Signup and view all the answers

Which feature of Amazon RDS enables you to create a standby copy of the database and offer failover capabilities if the master copy fails?

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

Your company is planning to migrate its on-premises MySQL database to Amazon RDS. Which service will enable you to perform the migration?

<p>Amazon Database Migration Service (DMS)</p> Signup and view all the answers

Which feature of AWS Redshift allows you to perform SQL queries against data stored directly on Amazon S3 buckets?

<p>Redshift Spectrum</p> Signup and view all the answers

Which Amazon RDS engine offers high resilience with copies of the database placed across a minimum of three Availability Zones?

<p>Amazon Aurora</p> Signup and view all the answers

Which AWS-managed database service enables you to store data using complex structures with options for nested attributes, such as a JSON-style document?

<p>Amazon DynamoDB</p> Signup and view all the answers

Which AWS database service is designed to store sensitive data that is immutable and where the transactional logs are cryptographically verifiable?

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

You are currently performing a manual snapshot of your single instance MySQL Amazon RDS database every 4 hours. Some users have complained about application outages during backup initialization. What can you do to resolve this issue?

<p>Configure your Amazon RDS database with Multi-AZ</p> Signup and view all the answers

Your organization in the healthcare industry plans to use an in-memory caching engine to reduce the load on your Amazon RDS database. Which AWS in-memory caching engine offers Multi-AZ capabilities, encryption of data, and HIPAA compliance?

<p>Amazon Elasticache for Redis</p> Signup and view all the answers

Which AWS service offers fully managed data warehousing capability and allows analyzing large datasets using standard SQL and BI tools?

<p>Amazon Redshift</p> Signup and view all the answers

Which services further increase your EC2 instances' costs? (Choose two)

<p>Use of Elastic Load Balancers</p> Signup and view all the answers

Your developer team needs to deploy an Elastic Load Balancer to direct traffic based on URL path and HTTPS protocol. Which Elastic Load Balancer is suitable for this scenario?

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

Which feature of the Elastic Load Balancer service is suitable for TCP, UDP, and TLS traffic and operates at layer 4 of the OSI model?

<p>Network Load Balancer</p> Signup and view all the answers

Which of the following statements is true about Elastic Load Balancers?

<p>Elastic Load Balancers enable high availability within a single Region</p> Signup and view all the answers

Which component of an Elastic Load Balancer do you configure to accept traffic on a designated port and forward it to EC2 instances?

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

You are building a multi-tier architecture with web servers in the public subnet and application servers in the private subnet. Which load balancer would you choose to distribute traffic to application servers?

<p>Internal load balancers</p> Signup and view all the answers

Which service on AWS can you use to help with data transformation and perform ETL jobs such as sort, aggregate, and join on large datasets?

<p>Amazon EMR</p> Signup and view all the answers

Which AWS service can you use to automate the infrastructure build of your test environment and reduce the time taken to provision the required infrastructure?

<p>Amazon CloudFormation</p> Signup and view all the answers

Which service enables developers to upload code to AWS and have the necessary infrastructure provisioned and managed to support that application?

<p>Amazon Elastic Beanstalk</p> Signup and view all the answers

Which of the following formats are CloudFormation templates written in? (Choose two)

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

Which feature of CloudWatch can help send you notification alerts via Amazon SNS whenever a particular threshold is breached for a specified period?

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

Which AWS service enables you to track user activity and API usage in your AWS account for auditing purposes?

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

Which AWS service can be used to see how resources are interconnected, view historical changes, and past configurations of resources over time?

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

Which AWS service can be used to roll out security patches across EC2 instances and on-premises servers?

<p>Patch Manager</p> Signup and view all the answers

What would you recommend to manage secrets information more securely for a three-tier application architecture with hardcoded database connection strings and secrets like username and password?

<p>Store the configuration information in the SSM Parameter Store</p> Signup and view all the answers

Which AWS service can be used to manage and resolve incidents affecting AWS-hosted applications?

<p>AWS Systems Manager Incident Manager</p> Signup and view all the answers

Which AWS service can be used to identify resources not configured following security best practices?

<p>AWS Trusted Advisor</p> Signup and view all the answers

What could be preventing you from viewing the Cost Optimization report in the AWS Trusted Advisor service?

<p>Not subscribed to business or enterprise support plans</p> Signup and view all the answers

Which Well-Architected Framework pillar suggests that replacing failed resources is often better than figuring out why the failure occurred?

<p>Fault Tolerance</p> Signup and view all the answers

Which service can help fulfill the guidelines for ensuring low latency access to video content stored in a single S3 bucket globally?

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

Which pillar of the Well-Architected Framework refers to selecting appropriate pricing options for adopting a consumption model?

<p>Cost Optimization pillar</p> Signup and view all the answers

According to the AWS Shared Responsibility Model, who is responsible for patching Amazon RDS database instances?

<p>Both the customer and AWS</p> Signup and view all the answers

Which AWS service gives customers access to various compliance reports confirming if AWS services meet specific requirements and regulatory standards?

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

Which action is a customer prohibited from performing when running vulnerability scans and performing penetration testing in AWS?

<p>Simulated Distributed Denial of Service (DDoS) attacks</p> Signup and view all the answers

Which AWS service enables you to encrypt data stored in your Amazon S3 buckets with a CMK and offers auditing capabilities?

<p>Server-Side Encryption with CMKs Stored in AWS KMS (SSE-KMS)</p> Signup and view all the answers

Which AWS service can you use to encrypt application data on EC2 instances using dedicated FIPS 140-2 Level 3 validated devices?

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

Which AWS security solution offers protection against DDoS attacks and features an AWS Shield Response Team (SRT) 24/7 to assist in handling such attacks?

<p>AWS Shield Advanced</p> Signup and view all the answers

Which type of firewall solution integrates with Amazon CloudFront and ALBs to offer protection against common web exploits like cross-site scripting and SQL injection?

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

Which AWS service can help monitor data access on Amazon S3, particularly focusing on sensitive information like personally identifiable information (PII)?

<p>Amazon Macie</p> Signup and view all the answers

Which AWS service can be used to set up identity and access control solutions for web and mobile applications, integrating third-party identity providers like Facebook or Google?

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

Which AWS service can help detect malicious activities by analyzing data from CloudTrail event logs, VPC Flow Logs, and DNS logs?

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

Which AWS service can help determine the root cause of security issues by analyzing time-based events like logins and network traffic from VPC Flow Logs and GuardDuty findings?

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

Which AWS service enables capturing real-time data points in the IT environment for right sizing workloads on AWS?

<p>AWS Migration Evaluator</p> Signup and view all the answers

Which EC2 instance pricing model offers up to a 90% discount off the on-demand price and can be used in scenarios where interruptions to instances will not impact application workflow?

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

Which Amazon S3 storage class allows hosting 48TB or 96TB S3 capacity and creating up to 100 S3 buckets on-premises?

<p>Amazon S3 on Outposts</p> Signup and view all the answers

Which type of policy grants anonymous access to objects stored in an S3 bucket for hosting website assets?

<p>Resource policy</p> Signup and view all the answers

Which AWS service enables registering new domain names for corporate business requirements?

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

Which type of Amazon S3 encryption option will you need to configure to fulfill the requirements of encrypting objects at rest and offering an auditing feature for the use of Customer Master Key (CMK)?

<p>Server-Side Encryption with KMS keys stored in AWS Key Management Service (SSE-KMS)</p> Signup and view all the answers

Which retrieval option should you use to access archive data urgently stored in Amazon S3 Glacier?

<p>Expedited retrieval option</p> Signup and view all the answers

To reduce speed variability for uploads to your Amazon S3 bucket hosted in the us-east-1 Region, what can you do to ensure low latency access for remote workers uploading research material?

<p>Enable Amazon S3 Transfer Acceleration (S3TA) for your bucket</p> Signup and view all the answers

When transferring large amounts of data to Amazon S3 platform using Amazon Snowball Edge without requiring data compute or processing, which flavor of the service would be recommended?

<p>Snowball Edge Storage Optimized</p> Signup and view all the answers

Hosting Microsoft Windows applications on-premises that require low latency access to large amounts of storage, which gateway option would be recommended when using the Amazon Storage Gateway service for application-level data?

<p>Amazon S3 File Gateway</p> Signup and view all the answers

Study Notes

Mock Tests for AWS Certification

  • Mock tests are used to identify gaps in knowledge and review chapters that cover the concepts examined in the questions.
  • Mock tests help in preparing for the official AWS certification exam.

Cloud Service Models

  • Infrastructure as a Service (IaaS) is most like an on-premises environment, where you configure virtual infrastructure components such as compute, network, and storage services.
  • IaaS allows hosting applications on.

Cloud Deployment Models

  • Hybrid cloud deployment model is required when migrating workloads in stages, ensuring connectivity between on-premises infrastructure and applications deployed on AWS.

AWS Regions

  • Choosing a specific AWS Region depends on factors such as:
    • Reducing latency by being closer to end-users.
    • Compliance or data residency laws.

AWS Global Infrastructure

  • Edge locations enable caching content (videos, images, and documents) and offer low-latency access.

AWS Services

  • AWS Storage Gateway enables designing a hybrid cloud architecture and accessing Amazon S3 cloud storage.
  • Amazon CloudFront is a content delivery service that can be used to cache content locally.

Support Plans

  • AWS support plans include:
    • Basic Support plan.
    • Developer Support plan.
    • Business Support plan.
    • Enterprise Support plan.
  • The cost-effective support plan for non-production workloads is the Developer Support plan.

Global Services

  • AWS IAM and Amazon Route 53 are regarded as global services on AWS.

Cost Estimation

  • AWS Pricing Calculator is a tool that can be used to estimate monthly costs.
  • AWS Cost Explorer is a tool that enables viewing Reserved Instance (RI) utilization.

IAM Users and Roles

  • IAM users and roles can be used to grant access to AWS resources.
  • IAM roles are used to grant temporary access to AWS resources.

IAM Policies

  • IAM policies can be used to define permissions for IAM users and roles.
  • SCPs (Service Control Policies) are used to define boundaries for IAM users and roles.
  • Permission boundaries are used to define the maximum set of permissions that can be defined for IAM users and roles.

Amazon S3

  • Amazon S3 storage classes include:
    • Standard-IA (for infrequently accessed objects).
    • Glacier (for archiving data).
    • Intelligent Tiering (for cost-effective storage).
  • Amazon S3 Cross-Region Replication (CRR) enables creating a secondary copy of objects in a different Region.

Data Encryption

  • Server-Side Encryption with KMS keys (SSE-KMS) is used to encrypt data at rest and provides an auditing feature.

Snowball Edge

  • Snowball Edge is a data transfer service that can be used to transfer large amounts of data to AWS.
  • Snowball Edge Storage Optimized is used for large-scale data migrations.

Amazon VPC

  • Amazon VPC enables connecting multiple VPCs using private IP address space.
  • AWS Transit Gateway is a service that enables connecting multiple VPCs and on-premises networks.

Load Balancers

  • Application Load Balancers (ALBs) can be used to redirect traffic to a friendly domain name.
  • Route 53 can be used to configure the alias's name for an ALB.

EC2 Instances

  • EC2 instances can be used for various workloads, including compute-intensive workloads.
  • Accelerated Computing instances are designed for floating-point number calculations, graphics processing, or data pattern matching.

EBS Volumes

  • EBS volume types include:
    • General Purpose SSD (gp2).
    • Provisioned IOPS SSD (io1).
    • Throughput Optimized HDD (st1).
    • Cold HDD (sc1).

Note: The above notes are based on the provided text and are intended to be a summary of the key points. Please refer to the original text for more information and context.### Payment Options for RIs

  • A 1-year commitment with payment made using the Partial Upfront option helps achieve the maximum discount for Reserved Instances (RIs).

Deploying Virtual Private Servers (VPS)

  • Amazon Lightsail enables quick deployment of VPS that comes preconfigured with common application stacks, SSD storage, and fixed IP addresses for a fixed monthly fee based on the server configuration.

Deploying Docker Applications

  • Amazon ECS (Elastic Container Service) enables deployment of Docker applications without having to manage EC2 instances.
  • The Fargate Launch Type is used to deploy Docker applications without managing EC2 instances.

Serverless Offering

  • AWS Lambda is part of the AWS serverless offering, allowing code to run in response to a trigger or event.

File Sharing Capabilities

  • Amazon FSx for Windows File Server offers file sharing capabilities for Windows-aware applications and integrates with Microsoft Active Directory.

Storage Architecture

  • Amazon Elastic File System (EFS) is recommended for hosting shared files for application servers.

Obtaining Windows Local Administrator Password

  • The Windows local administrator password can be obtained using the key pair to decrypt the password.

Hybrid Solution

  • AWS Outposts enables a hybrid solution by extending AWS Infrastructure to host EC2 and EBS services in on-premise data centers.

Dynamic Compute Services

  • AWS Batch dynamically provisions compute services that scale based on the volume and resource requirements of submitted jobs.

Containerized Applications

  • Amazon EKS (Elastic Container Service for Kubernetes) helps deploy, manage, and scale containerized applications using Kubernetes on AWS.

Advantages of Amazon RDS

  • Amazon RDS is a fully managed database where AWS manages the underlying compute and storage architecture, as well as patching and updates.

Database Failover Capabilities

  • Multi-AZ enables failover capabilities if the master copy fails.

Database Migration

  • Amazon Database Migration Service (DMS) enables migration of on-premises MySQL databases to Amazon RDS.

SQL Queries

  • Redshift Spectrum allows performing SQL queries against data stored directly on Amazon S3 buckets.

Database Resilience

  • Amazon Aurora offers high resilience with copies of the database placed across a minimum of three Availability Zones.

Database Service

  • Amazon DynamoDB is a database service that enables storing data using complex structures with options for nested attributes.

Immutable Data

  • Amazon QLDB (Quantum Ledger Database) is designed to store sensitive data that is immutable and where the transactional logs are cryptographically verifiable.

In-Memory Caching

  • Amazon Elasticache for Redis offers Multi-AZ capabilities, encryption of data, and compliance with HIPAA.

Data Warehousing

  • Amazon Redshift is a fully managed data warehousing capability that enables analyzing large datasets using standard SQL and Business Intelligence (BI) tools.

Cost Optimization

  • Auto Scaling helps provision only the necessary number of EC2 instances required to meet application demand, thus saving on costs.

Elastic Load Balancer

  • Network Load Balancer is suitable for Transmission Control Protocol (TCP), User Datagram Protocol (UDP), and Transport Layer Security (TLS) type traffic.

Firewall Protection

  • AWS WAF (Web Application Firewall) offers firewall protection to help protect against common web exploits.

Dynamic Scaling Policy

  • Target tracking scaling policy helps launch or terminate EC2 instances in the fleet based on the target value of a specific metric.

Alert Notification

  • Amazon SNS (Simple Notification Service) is used to send out alert notifications.

Decoupling Application Components

  • Amazon SNS enables decoupling application components into distributed systems.

Message Broker Service

  • Amazon MQ ( Message Queue) enables continuing to use Apache ActiveMQ and facilitating communications between application components.

Workflow Process

  • Amazon Step Functions helps architect the workflow process for applications that require human intervention.

Streaming Data

  • Amazon Kinesis Data Streams is used to analyze stream data in real-time.

Querying Raw Data

  • Amazon Athena is used to query raw data in Amazon S3 using standard SQL.

Loading Streaming Data

  • Amazon Kinesis Firehose is used to load a massive amount of streaming data into Amazon Redshift.

Interactive BI Dashboards

  • Amazon QuickSight helps create and publish interactive BI dashboards.

ETL Solution

  • Amazon Glue is a serverless Extract, Transform, and Load (ETL) solution.

Orchestrate Infrastructure

  • AWS CloudFormation helps automate the infrastructure build of the test environment.

Automate Start/Stop EC2 Instances

  • Amazon CloudWatch Events is used to automate the start and stop of EC2 instances according to a specified schedule.

Custom CloudWatch Metrics

  • YAML and JSON are formats used to write CloudFormation templates.

CloudWatch Features

  • Alarms, Dashboards, Logs, and Events are features of CloudWatch.

Monitoring Network Traffic

  • VPC Flow Logs are used to record inbound network traffic on port 80.

Auditing Purposes

  • AWS CloudTrail is used to track user activity and API usage in the AWS account for auditing purposes.

Resource Management

  • AWS Config helps see how resources are interrelated, configured in the past, and view historical changes to those resources over time.

Security Patches

  • AWS Systems Manager (SSM) Patch Manager is used to roll out security patches across EC2 instances and on-premises servers.

Secret Management

  • AWS Systems Manager (SSM) Parameter Store is used to manage secrets information more securely.### AWS Services
  • AWS Systems Manager Incident Manager: used to manage and resolve incidents that affect AWS-hosted applications.
  • AWS Trusted Advisor: used to identify resources that have not been configured by following security best practices.
  • AWS Personal Health Dashboard (PHD): used to provide a personalized view of AWS service health and performance.

Well-Architected Framework

  • Cost Optimization: suggests that selecting the appropriate pricing options allowing consumption models for provisioning resources.
  • Fault Tolerance: suggests that replacing failed resources is often better than trying to figure out why the failure occurred.
  • Reliability: ensures that the workload performs its intended function correctly and consistently when it's expected to.

Security and Identity

  • AWS KMS: provides a secure way to create, manage, and use cryptographic keys.
  • AWS CloudHSM: provides a secure way to create, manage, and use cryptographic keys.
  • AWS Shield: offers protection against DDoS attacks and features an AWS Shield Response Team (SRT) 24/7 to assist in handling such attacks.
  • AWS WAF: integrates with Amazon CloudFront and ALBs to offer protection against common web exploits.

Storage and Analytics

  • Amazon S3: provides object storage and offers various storage classes, such as Standard, Standard-IA, and Glacier.
  • Amazon Macie: helps to monitor data access, particularly highlighting sensitive information such as personally identifiable information (PII).
  • Amazon Redshift: offers text search and analytics capabilities that can store, analyze, and perform search functions against big data volumes in near real-time.

Compute and Networking

  • AWS EC2: provides virtual servers and offers various pricing models, such as On-Demand, Reserved Instances, and Spot Instances.
  • AWS CloudFront: provides a content delivery network (CDN) that can be used to cache content at edge locations.
  • AWS Route 53: provides a DNS service that can be used to register domain names and route internet traffic.

Migration and Hybrid Cloud

  • AWS Migration Evaluator: enables you to capture millions of real-time data points related to your IT environment and review recommendations for right sizing and costing workloads on AWS.
  • AWS Hybrid Cloud: offers several services to build hybrid clouds, such as VPN technologies, Direct Connect, and AWS Outposts.

Other AWS Services

  • AWS Cognito: provides identity and access management solutions for web and mobile applications.
  • AWS Detective: helps to determine the root cause of security issues by extracting time-based events.
  • AWS GuardDuty: analyzes data from CloudTrail event logs, Amazon VPC Flow Logs, and DNS logs to detect malicious activities.
  • AWS X-Ray: provides a service map that shows the dependencies between components in a distributed application.

Studying That Suits You

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

Quiz Team

Description

Assess your knowledge of cloud computing concepts and identify areas for improvement with this mock test. Review the chapters that cover the concepts examined in each question to fill knowledge gaps and get a high score on the official exam.

More Quizzes Like This

Use Quizgecko on...
Browser
Browser