Getting Started
Compute & Severless
Storage & Databases
Monitoring, Billing & Management
Advanced Exploration
100

What is the difference between a User Guide and a Developer Guide on the AWS Docs site?

A Developer Guide tells you how to code against the service, while a User Guide tells you how to operate the service. (Source: https://docs.aws.amazon.com/ec2/?icmpid=docs_homepage_featuredsvcs )

100

In the Lambda Developer Guide, find the tutorial for “Hello World with Serverless Framework.” Which two AWS services does it use?

 Amazon API Gateway and AWS Lambda function.(Source: https://docs.aws.amazon.com/cdk/v2/guide/serverless-example.html )

100

In the Amazon RDS documentation, what are the five supported database engines?

MySQL, PostgreSQL, MariaDB, Oracle, Microsoft SQL Server

Source:(https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.Support.html )

100

In the AWS Organizations documentation, what is a management account?

A management account is the AWS account you use to create your organization. (Source: https://docs.aws.amazon.com/organizations/latest/userguide/orgs-manage_accounts_management.html )

200

What kind of pricing does AWS offer and what are its benefits?

Pay-as-you-go pricing; allows you to easily adapt to changing business needs without overcommitting budgets and improving your responsiveness to changes. (Source: https://aws.amazon.com/pricing/ )

200

What are the fundamental capabilities of Automatic Scaling?

 Each Lambda function can scale up to 1,000 concurrent executions every 10 seconds incrementally, until reaching the account's concurrency limit. (Source: https://aws.amazon.com/lambda/features/ )

200

What can Database Solutions on AWS be used for in advanced features?

high availability, disaster recovery, and global distribution (Source: https://aws.amazon.com/solutions/databases/ )

200

What are the two types of log classes CloudWatch offers and what features do they support?

CloudWatch Logs Standard log class supports all CloudWatch Logs features; CloudWatch Logs Infrequent Access log class supports a subset of the Standard class capabilities. (Source: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html )

200

What is the AWS CLI environmental variable that specifies an AWS access key associated with an IAM account.

300

How can AWS be a great choice?

AWS gives you the greatest choice and flexibility by offering the broadest and deepest set of cloud capabilities to build optimized solutions that balance performance and cost-effectiveness.

(Source: https://aws.amazon.com/what-is-aws/?nc1=f_cc )

300

List the 3 services under Cost Optimization.

AWS Savings Plan, AWS Compute Optimizer, Amazon EC2 Spot (Source: https://docs.aws.amazon.com/compute-on-aws-how-to-choose/?icmpid=docs_homepage_compute)

300

How does Amazon DynamoDB manage a database?

It handles setup, configurations, maintenance, high availability, hardware provisioning, security, backups, monitoring, and more. (Source: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html )

300

Model Monitor provides the following types of monitoring:

Data quality, Model quality, Bias drift for models in production, Feature attribution drift for models in production (Source: https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html )

300

What is Application Integration?

Application integration on AWS is a suite of services that enable communication between decoupled components within microservices, distributed systems, and serverless applications. (Source: https://docs.aws.amazon.com/whitepapers/latest/aws-overview/application-integration.html )