Review essential AWS cloud concepts, core services, and best practices with this beginner-focused tutorial quiz. Strengthen your foundational understanding of AWS architecture, compute, storage, and security.
Which of the following best describes a key benefit of cloud computing?
Explanation: A main advantage of cloud computing is elasticity, allowing resources to scale dynamically. Manual software installation and on-premises management are traditional IT approaches, not cloud features. The cloud model eliminates the need for upfront investments in physical servers.
Which AWS service lets you run virtual servers in the cloud with flexible configuration options?
Explanation: Amazon EC2 provides scalable virtual servers in the cloud, offering control over OS, networking, and security. Amazon S3 is for object storage, Amazon RDS is a managed database service, and Amazon Route 53 handles DNS and domain services.
What is the primary use of Amazon S3?
Explanation: Amazon S3 is designed for scalable object storage, ideal for unstructured data like files, backups, and media. It is not used for compute workloads, database management, or network/DNS control.
Which AWS feature helps you manage user permissions and securely control access to services?
Explanation: IAM is AWS's tool for managing users, roles, and permissions securely. CloudWatch is for monitoring, Auto Scaling adjusts compute resources, and EFS is a file storage service, none of which handle user access control.
Which tool is primarily used for monitoring AWS resources and collecting logs and metrics?
Explanation: CloudWatch provides monitoring, logging, and alerting for AWS resources. Lambda is a compute service for running code, CodeDeploy automates deployments, and VPC manages networking but not monitoring.