Quiz-summary
0 of 30 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
Information
Practice Questions
Amazon SAA-C03 AWS Certified Solutions Architect – Associate (SAA–C03)
1. AWS Fundamentals
a. AWS Global Infrastructure
Regions, Availability Zones, Edge Locations
b. AWS Services Overview
Compute, Storage, Database, Networking, Security, Machine Learning, Analytics, IoT
c. AWS Management Tools
AWS Management Console, AWS CLI, AWS SDKs
2. Compute
a. Amazon Elastic Compute Cloud (EC2)
Instance types, AMIs, Instance lifecycle, Pricing models, Placement groups
b. AWS Lambda
Serverless computing, Event-driven architecture, Deployment packages
c. AWS Elastic Beanstalk
Application deployment, Environment management
3. Storage
a. Amazon Simple Storage Service (S3)
Buckets, Objects, Versioning, Encryption, Lifecycle policies
b. Amazon Elastic Block Store (EBS)
Volume types, Snapshots, Performance, Encryption
c. Amazon Elastic File System (EFS)
File system types, Performance, Access control
4. Database
a. Amazon Relational Database Service (RDS)
Database engines, Multi-AZ deployments, Read replicas, Backup and restore
b. Amazon DynamoDB
NoSQL database, Provisioned and on-demand capacity, Indexes, DynamoDB Streams
c. Amazon Redshift
Data warehousing, Clusters, Query optimization, Backup and restore
5. Networking
a. Amazon Virtual Private Cloud (VPC)
Subnets, Route tables, NAT, Security groups, Network ACLs, VPC peering
b. AWS Direct Connect
Dedicated network connection, Virtual interfaces
c. Amazon Route 53
DNS management, Routing policies, Health checks
6. Security
a. Identity and Access Management (IAM)
Users, Groups, Roles, Policies, MFA
b. AWS Key Management Service (KMS)
Encryption keys, Policies, Integration with other services
c. AWS Shield and AWS WAF
DDoS protection, Web application firewall
7. Monitoring and Management
a. Amazon CloudWatch
Metrics, Alarms, Logs, Events
b. AWS CloudTrail
Audit trails, Logging API calls
c. AWS Config
Configuration management, Compliance checking
8. Architectural Best Practices
a. High Availability
Fault tolerance, Load balancing, Auto scaling
b. Scalability and Elasticity
Designing for growth, Decoupling components, Serverless architectures
c. Cost Optimization
Reserved instances, Spot instances, Cost Explorer
9. Migration and Transfer
a. AWS Migration Hub
Migration strategies, Assessment reports
b. AWS DataSync and AWS Transfer Family
Data transfer methods, Data synchronization
10. Case Studies and Scenarios
a. Designing resilient architectures
b. Cost-effective solutions
c. Security best practices
Practical Applications
Designing, deploying, and managing AWS solutions
Implementing AWS services in real-world scenarios
Troubleshooting and optimizing AWS environments
Theoretical Knowledge
Understanding AWS services, features, and capabilities
Knowledge of AWS architectural principles
Problem-Solving Skills
Analyzing requirements and designing appropriate solutions
Resolving issues related to AWS services and configurations
Critical Thinking Abilities
Evaluating different AWS services and selecting the most suitable ones
Identifying potential pitfalls and designing robust architectures
Additional Domains
AWS well-architected framework
AWS cost management and billing
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 30 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Answered
- Review
-
Question 1 of 30
1. Question
Which AWS service provides a serverless computing environment where you can run code without provisioning or managing servers?
Correct
AWS Lambda is a serverless computing service that lets you run code in response to events without provisioning or managing servers. It automatically scales applications by running code in response to triggers like changes in data, shifts in system state, or actions by users.
Incorrect
AWS Lambda is a serverless computing service that lets you run code in response to events without provisioning or managing servers. It automatically scales applications by running code in response to triggers like changes in data, shifts in system state, or actions by users.
-
Question 2 of 30
2. Question
Mr. Williams is planning to store large amounts of unstructured data such as images, videos, and log files in the AWS cloud. Which AWS service would best suit his requirements?
Correct
Amazon S3 (Simple Storage Service) is designed for large-scale storage of unstructured data such as images, videos, and log files. It provides scalable object storage and features like versioning, encryption, and lifecycle policies to manage data efficiently.
Incorrect
Amazon S3 (Simple Storage Service) is designed for large-scale storage of unstructured data such as images, videos, and log files. It provides scalable object storage and features like versioning, encryption, and lifecycle policies to manage data efficiently.
-
Question 3 of 30
3. Question
In the context of AWS security, which service provides DDoS protection and a web application firewall to safeguard applications running on AWS?
Correct
AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS against various types of DDoS attacks. AWS WAF (Web Application Firewall) is a web application firewall that helps protect web applications from common web exploits by filtering and monitoring web requests based on rules.
Incorrect
AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS against various types of DDoS attacks. AWS WAF (Web Application Firewall) is a web application firewall that helps protect web applications from common web exploits by filtering and monitoring web requests based on rules.
-
Question 4 of 30
4. Question
A company wants to establish a secure and private connection between their on-premises data center and their Amazon VPC (Virtual Private Cloud) in AWS. Which AWS service should they use for this purpose?
Correct
AWS Direct Connect is a service that enables you to establish a dedicated network connection between your on-premises data center and AWS, bypassing the internet. It provides a more consistent and reliable network experience compared to VPN connections, and it allows you to transfer data securely and privately between your network and your Amazon VPC.
Incorrect
AWS Direct Connect is a service that enables you to establish a dedicated network connection between your on-premises data center and AWS, bypassing the internet. It provides a more consistent and reliable network experience compared to VPN connections, and it allows you to transfer data securely and privately between your network and your Amazon VPC.
-
Question 5 of 30
5. Question
Which AWS database service is suitable for applications that require low-latency access to frequently accessed data and flexible scaling options?
Correct
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is ideal for applications that require single-digit millisecond latency access to frequently accessed data and need to scale horizontally to handle millions of requests per second.
Incorrect
Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. It is ideal for applications that require single-digit millisecond latency access to frequently accessed data and need to scale horizontally to handle millions of requests per second.
-
Question 6 of 30
6. Question
A company is designing an application that needs to be highly available and fault-tolerant. Which architectural best practice should they follow to achieve this?
Correct
Implementing multi-AZ (Availability Zone) deployments involves distributing your application across multiple Availability Zones within an AWS region to achieve high availability and fault tolerance. In the event of a failure in one Availability Zone, traffic is automatically routed to another, ensuring that your application remains available with minimal downtime.
Incorrect
Implementing multi-AZ (Availability Zone) deployments involves distributing your application across multiple Availability Zones within an AWS region to achieve high availability and fault tolerance. In the event of a failure in one Availability Zone, traffic is automatically routed to another, ensuring that your application remains available with minimal downtime.
-
Question 7 of 30
7. Question
A company wants to monitor the performance of their AWS resources and set up alarms for specific metrics. Which AWS service should they use for this purpose?
Correct
Amazon CloudWatch is a monitoring and observability service that provides real-time monitoring of AWS resources and applications. It collects and tracks metrics, sets alarms, and automatically reacts to changes in your AWS resources. With CloudWatch, you can gain insights into resource utilization, application performance, and operational health.
Incorrect
Amazon CloudWatch is a monitoring and observability service that provides real-time monitoring of AWS resources and applications. It collects and tracks metrics, sets alarms, and automatically reacts to changes in your AWS resources. With CloudWatch, you can gain insights into resource utilization, application performance, and operational health.
-
Question 8 of 30
8. Question
Which AWS service allows users to manage access to AWS services and resources securely?
Correct
AWS IAM (Identity and Access Management) enables you to manage access to AWS services and resources securely. IAM allows you to create and manage users, groups, and roles, and define permissions to control access to AWS resources. By using IAM, you can ensure that only authorized users and applications have access to your AWS environment.
Incorrect
AWS IAM (Identity and Access Management) enables you to manage access to AWS services and resources securely. IAM allows you to create and manage users, groups, and roles, and define permissions to control access to AWS resources. By using IAM, you can ensure that only authorized users and applications have access to your AWS environment.
-
Question 9 of 30
9. Question
A company wants to design a cost-effective architecture for their application. Which best practice should they follow to optimize costs in AWS?
Correct
Implementing Auto Scaling allows you to automatically adjust the number of EC2 instances or other resources in your AWS environment based on demand. By scaling resources up during peak periods and scaling down during periods of low demand, you can optimize costs by only paying for the resources you need when you need them.
Incorrect
Implementing Auto Scaling allows you to automatically adjust the number of EC2 instances or other resources in your AWS environment based on demand. By scaling resources up during peak periods and scaling down during periods of low demand, you can optimize costs by only paying for the resources you need when you need them.
-
Question 10 of 30
10. Question
A company needs to store database backups securely in AWS and ensure that they can be quickly restored in case of data loss. Which AWS service should they use to achieve this?
Correct
Amazon S3 (Simple Storage Service) is suitable for storing database backups securely in AWS. It provides durable and scalable object storage with features like versioning, encryption, and lifecycle policies. By storing backups in Amazon S3, the company can ensure data durability and availability while allowing for quick restoration in case of data loss.
Incorrect
Amazon S3 (Simple Storage Service) is suitable for storing database backups securely in AWS. It provides durable and scalable object storage with features like versioning, encryption, and lifecycle policies. By storing backups in Amazon S3, the company can ensure data durability and availability while allowing for quick restoration in case of data loss.
-
Question 11 of 30
11. Question
A company wants to deploy a web application that automatically scales based on incoming traffic and does not require server provisioning. Which AWS service would best fulfill this requirement?
Correct
AWS Lambda is a serverless computing service that automatically scales based on incoming requests or events. It allows developers to run code without provisioning or managing servers, making it ideal for web applications that require automatic scaling and do not need long-running servers.
Incorrect
AWS Lambda is a serverless computing service that automatically scales based on incoming requests or events. It allows developers to run code without provisioning or managing servers, making it ideal for web applications that require automatic scaling and do not need long-running servers.
-
Question 12 of 30
12. Question
A company needs to route traffic to different AWS resources based on domain names. Which AWS service should they use to achieve this?
Correct
Amazon Route 53 is a scalable and highly available domain name system (DNS) web service offered by AWS. It allows companies to route traffic to different AWS resources, such as EC2 instances, load balancers, and S3 buckets, based on domain names. Route 53 also provides features like health checks and failover routing, ensuring reliable and efficient traffic management.
Incorrect
Amazon Route 53 is a scalable and highly available domain name system (DNS) web service offered by AWS. It allows companies to route traffic to different AWS resources, such as EC2 instances, load balancers, and S3 buckets, based on domain names. Route 53 also provides features like health checks and failover routing, ensuring reliable and efficient traffic management.
-
Question 13 of 30
13. Question
A company wants to encrypt data at rest within their Amazon S3 buckets. Which feature should they enable to achieve this?
Correct
Server-Side Encryption in Amazon S3 provides encryption of data at rest. By enabling this feature, S3 automatically encrypts the objects using AES-256 encryption before storing them in the S3 bucket. This ensures that data remains encrypted while at rest, adding an additional layer of security to stored data.
Incorrect
Server-Side Encryption in Amazon S3 provides encryption of data at rest. By enabling this feature, S3 automatically encrypts the objects using AES-256 encryption before storing them in the S3 bucket. This ensures that data remains encrypted while at rest, adding an additional layer of security to stored data.
-
Question 14 of 30
14. Question
A company is designing an application that requires a highly scalable and fully managed NoSQL database service. Which AWS service would be most suitable for their needs?
Correct
Amazon DynamoDB is a fully managed NoSQL database service provided by AWS. It is highly scalable, allowing users to scale their database throughput up or down based on demand. DynamoDB is suitable for applications that require low-latency access to data and need to handle large amounts of traffic.
Incorrect
Amazon DynamoDB is a fully managed NoSQL database service provided by AWS. It is highly scalable, allowing users to scale their database throughput up or down based on demand. DynamoDB is suitable for applications that require low-latency access to data and need to handle large amounts of traffic.
-
Question 15 of 30
15. Question
A company wants to deploy a web application that can handle sudden spikes in traffic without provisioning additional servers in advance. Which AWS service should they use to achieve this?
Correct
AWS Auto Scaling allows users to automatically adjust the number of EC2 instances or other AWS resources based on demand. By setting up Auto Scaling policies, the company can ensure that their web application can handle sudden spikes in traffic without manual intervention. This helps optimize costs by only provisioning resources when needed.
Incorrect
AWS Auto Scaling allows users to automatically adjust the number of EC2 instances or other AWS resources based on demand. By setting up Auto Scaling policies, the company can ensure that their web application can handle sudden spikes in traffic without manual intervention. This helps optimize costs by only provisioning resources when needed.
-
Question 16 of 30
16. Question
A company wants to ensure secure communication between their on-premises data center and their Amazon VPC (Virtual Private Cloud) in AWS. Which AWS service should they use to establish a VPN connection?
Correct
AWS VPN Gateway allows companies to establish secure and encrypted connections between their on-premises network and their Amazon VPC using VPN protocols such as IPsec. This ensures secure communication over the internet and allows companies to extend their network into the AWS cloud securely.
Incorrect
AWS VPN Gateway allows companies to establish secure and encrypted connections between their on-premises network and their Amazon VPC using VPN protocols such as IPsec. This ensures secure communication over the internet and allows companies to extend their network into the AWS cloud securely.
-
Question 17 of 30
17. Question
A company needs a scalable file storage solution for their application data that can be accessed concurrently by multiple EC2 instances. Which AWS service would best suit their requirements?
Correct
Amazon EFS (Elastic File System) is a scalable and fully managed file storage service provided by AWS. It is designed to provide scalable file storage for use with Amazon EC2 instances. With Amazon EFS, multiple EC2 instances can access the same file system concurrently, making it ideal for applications that require shared access to data.
Incorrect
Amazon EFS (Elastic File System) is a scalable and fully managed file storage service provided by AWS. It is designed to provide scalable file storage for use with Amazon EC2 instances. With Amazon EFS, multiple EC2 instances can access the same file system concurrently, making it ideal for applications that require shared access to data.
-
Question 18 of 30
18. Question
A company wants to deploy a containerized application on AWS using managed Kubernetes. Which AWS service would they use to achieve this?
Correct
Amazon EKS (Elastic Kubernetes Service) is a fully managed Kubernetes service provided by AWS. It allows companies to deploy, manage, and scale containerized applications using Kubernetes without needing to install or manage Kubernetes clusters. With Amazon EKS, companies can focus on building and running applications without worrying about the underlying infrastructure.
Incorrect
Amazon EKS (Elastic Kubernetes Service) is a fully managed Kubernetes service provided by AWS. It allows companies to deploy, manage, and scale containerized applications using Kubernetes without needing to install or manage Kubernetes clusters. With Amazon EKS, companies can focus on building and running applications without worrying about the underlying infrastructure.
-
Question 19 of 30
19. Question
A company wants to monitor the performance of their AWS resources and set up notifications based on predefined thresholds. Which AWS service should they use for this purpose?
Correct
Amazon CloudWatch is a monitoring and observability service provided by AWS. It allows users to collect and track metrics, monitor log files, set alarms, and automatically react to changes in AWS resources. CloudWatch enables proactive monitoring of AWS resources, ensuring efficient resource utilization and timely responses to performance issues.
Incorrect
Amazon CloudWatch is a monitoring and observability service provided by AWS. It allows users to collect and track metrics, monitor log files, set alarms, and automatically react to changes in AWS resources. CloudWatch enables proactive monitoring of AWS resources, ensuring efficient resource utilization and timely responses to performance issues.
-
Question 20 of 30
20. Question
A company wants to set up a relational database in AWS with high availability and automatic failover capabilities. Which AWS service should they use to achieve this?
Correct
Amazon RDS (Relational Database Service) is a fully managed relational database service provided by AWS. It offers high availability and automatic failover capabilities for databases running on supported engines such as MySQL, PostgreSQL, and SQL Server. With Amazon RDS Multi-AZ deployments, the service automatically provisions and maintains a standby replica in a different Availability Zone for automatic failover in case of a primary database failure.
Incorrect
Amazon RDS (Relational Database Service) is a fully managed relational database service provided by AWS. It offers high availability and automatic failover capabilities for databases running on supported engines such as MySQL, PostgreSQL, and SQL Server. With Amazon RDS Multi-AZ deployments, the service automatically provisions and maintains a standby replica in a different Availability Zone for automatic failover in case of a primary database failure.
-
Question 21 of 30
21. Question
A company wants to design a fault-tolerant architecture for their application running on AWS. Which architectural best practice should they implement to achieve fault tolerance?
Correct
Implementing multi-AZ (Availability Zone) deployments involves distributing critical components of the application across multiple Availability Zones within an AWS region. This ensures high availability and fault tolerance by providing redundancy and automatic failover in case of an infrastructure failure in one Availability Zone. It is a best practice for designing fault-tolerant architectures on AWS.
Incorrect
Implementing multi-AZ (Availability Zone) deployments involves distributing critical components of the application across multiple Availability Zones within an AWS region. This ensures high availability and fault tolerance by providing redundancy and automatic failover in case of an infrastructure failure in one Availability Zone. It is a best practice for designing fault-tolerant architectures on AWS.
-
Question 22 of 30
22. Question
A company wants to control access to their AWS resources based on defined policies and permissions. Which AWS service should they use to achieve centralized access management?
Correct
Amazon IAM (Identity and Access Management) is a service that enables centralized control of access to AWS resources. With IAM, administrators can create and manage users, groups, and roles, and define granular permissions to control access to AWS resources. IAM provides security by ensuring that only authorized entities can access resources, helping companies enforce least privilege access policies.
Incorrect
Amazon IAM (Identity and Access Management) is a service that enables centralized control of access to AWS resources. With IAM, administrators can create and manage users, groups, and roles, and define granular permissions to control access to AWS resources. IAM provides security by ensuring that only authorized entities can access resources, helping companies enforce least privilege access policies.
-
Question 23 of 30
23. Question
A company wants to run containerized applications on AWS without managing the underlying infrastructure. Which AWS service should they use to achieve this?
Correct
AWS Fargate is a serverless compute engine for containers provided by AWS. It allows companies to run containerized applications on AWS without managing the underlying infrastructure. With Fargate, users can focus on building and deploying containerized applications without provisioning or managing servers or clusters. Fargate automatically scales containers based on demand, providing a cost-effective and efficient solution for running containerized workloads.
Incorrect
AWS Fargate is a serverless compute engine for containers provided by AWS. It allows companies to run containerized applications on AWS without managing the underlying infrastructure. With Fargate, users can focus on building and deploying containerized applications without provisioning or managing servers or clusters. Fargate automatically scales containers based on demand, providing a cost-effective and efficient solution for running containerized workloads.
-
Question 24 of 30
24. Question
A company wants to distribute incoming traffic across multiple EC2 instances to ensure high availability and fault tolerance. Which AWS service should they use to achieve this?
Correct
Amazon ELB (Elastic Load Balancing) is a service provided by AWS that automatically distributes incoming application traffic across multiple EC2 instances. ELB helps achieve high availability and fault tolerance by spreading traffic evenly across healthy instances, automatically rerouting traffic in case of instance failures, and scaling with traffic patterns. ELB supports various types of load balancers, including Application Load Balancer (ALB), Network Load Balancer (NLB), and Classic Load Balancer (CLB), catering to different application needs.
Incorrect
Amazon ELB (Elastic Load Balancing) is a service provided by AWS that automatically distributes incoming application traffic across multiple EC2 instances. ELB helps achieve high availability and fault tolerance by spreading traffic evenly across healthy instances, automatically rerouting traffic in case of instance failures, and scaling with traffic patterns. ELB supports various types of load balancers, including Application Load Balancer (ALB), Network Load Balancer (NLB), and Classic Load Balancer (CLB), catering to different application needs.
-
Question 25 of 30
25. Question
A company wants to control access to their AWS resources based on defined policies and permissions. Which AWS service should they use to achieve centralized access management?
Correct
Amazon IAM (Identity and Access Management) is a service that enables centralized control of access to AWS resources. With IAM, administrators can create and manage users, groups, and roles, and define granular permissions to control access to AWS resources. IAM provides security by ensuring that only authorized entities can access resources, helping companies enforce least privilege access policies.
Incorrect
Amazon IAM (Identity and Access Management) is a service that enables centralized control of access to AWS resources. With IAM, administrators can create and manage users, groups, and roles, and define granular permissions to control access to AWS resources. IAM provides security by ensuring that only authorized entities can access resources, helping companies enforce least privilege access policies.
-
Question 26 of 30
26. Question
A company wants to run containerized applications on AWS without managing the underlying infrastructure. Which AWS service should they use to achieve this?
Correct
AWS Fargate is a serverless compute engine for containers provided by AWS. It allows companies to run containerized applications on AWS without managing the underlying infrastructure. With Fargate, users can focus on building and deploying containerized applications without provisioning or managing servers or clusters. Fargate automatically scales containers based on demand, providing a cost-effective and efficient solution for running containerized workloads.
Incorrect
AWS Fargate is a serverless compute engine for containers provided by AWS. It allows companies to run containerized applications on AWS without managing the underlying infrastructure. With Fargate, users can focus on building and deploying containerized applications without provisioning or managing servers or clusters. Fargate automatically scales containers based on demand, providing a cost-effective and efficient solution for running containerized workloads.
-
Question 27 of 30
27. Question
A company wants to distribute incoming traffic across multiple EC2 instances to ensure high availability and fault tolerance. Which AWS service should they use to achieve this?
Correct
Amazon ELB (Elastic Load Balancing) is a service provided by AWS that automatically distributes incoming application traffic across multiple EC2 instances. ELB helps achieve high availability and fault tolerance by spreading traffic evenly across healthy instances, automatically rerouting traffic in case of instance failures, and scaling with traffic patterns. ELB supports various types of load balancers, including Application Load Balancer (ALB), Network Load Balancer (NLB), and Classic Load Balancer (CLB), catering to different application needs.
Incorrect
Amazon ELB (Elastic Load Balancing) is a service provided by AWS that automatically distributes incoming application traffic across multiple EC2 instances. ELB helps achieve high availability and fault tolerance by spreading traffic evenly across healthy instances, automatically rerouting traffic in case of instance failures, and scaling with traffic patterns. ELB supports various types of load balancers, including Application Load Balancer (ALB), Network Load Balancer (NLB), and Classic Load Balancer (CLB), catering to different application needs.
-
Question 28 of 30
28. Question
A company wants to track changes to AWS resources and troubleshoot operational issues by analyzing API activity. Which AWS service provides this functionality?
Correct
AWS CloudTrail is a service that records API calls made on your AWS account and delivers log files to an Amazon S3 bucket. It helps track changes to AWS resources, troubleshoot operational issues, and monitor compliance by providing visibility into user activity, resource changes, and API calls. CloudTrail logs can be analyzed using AWS services like Amazon Athena or Amazon Elasticsearch Service.
Incorrect
AWS CloudTrail is a service that records API calls made on your AWS account and delivers log files to an Amazon S3 bucket. It helps track changes to AWS resources, troubleshoot operational issues, and monitor compliance by providing visibility into user activity, resource changes, and API calls. CloudTrail logs can be analyzed using AWS services like Amazon Athena or Amazon Elasticsearch Service.
-
Question 29 of 30
29. Question
A company wants to ensure data encryption for data stored in Amazon S3. Which option provides server-side encryption with AWS Key Management Service (KMS) as the key management option?
Correct
SSE-KMS (Server-Side Encryption with AWS Key Management Service) is an option for server-side encryption of data stored in Amazon S3. With SSE-KMS, AWS manages encryption keys using AWS KMS (Key Management Service), allowing customers to have control and auditability over encryption keys. SSE-KMS provides a balance between security and ease of use, ensuring that data stored in S3 is encrypted at rest.
Incorrect
SSE-KMS (Server-Side Encryption with AWS Key Management Service) is an option for server-side encryption of data stored in Amazon S3. With SSE-KMS, AWS manages encryption keys using AWS KMS (Key Management Service), allowing customers to have control and auditability over encryption keys. SSE-KMS provides a balance between security and ease of use, ensuring that data stored in S3 is encrypted at rest.
-
Question 30 of 30
30. Question
A company wants to deploy a web application that automatically scales based on incoming traffic and only pays for the resources used. Which AWS service would be most suitable for this requirement?
Correct
AWS Lambda is a serverless computing service that automatically scales applications based on incoming traffic or events. With Lambda, companies can run code in response to triggers without provisioning or managing servers. Lambda automatically scales the execution environment, ensuring that resources are only used when code is running, leading to cost savings and efficient resource utilization.
Incorrect
AWS Lambda is a serverless computing service that automatically scales applications based on incoming traffic or events. With Lambda, companies can run code in response to triggers without provisioning or managing servers. Lambda automatically scales the execution environment, ensuring that resources are only used when code is running, leading to cost savings and efficient resource utilization.