Add a couple of AWS questions
This commit is contained in:
parent
c88e310a0a
commit
e04d81d0bc
219
README.md
219
README.md
@ -2,7 +2,7 @@
|
||||
|
||||
:information_source: This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE :)
|
||||
|
||||
:bar_chart: There are currently **1157** questions
|
||||
:bar_chart: There are currently **1185** questions
|
||||
|
||||
:busts_in_silhouette: [Join](https://www.facebook.com/groups/538897960007080) our [Facebook group](https://www.facebook.com/groups/538897960007080) or follow us on [Twitter](https://twitter.com/devopsbit) for additional daily exercises, articles and more resources on DevOps
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
<td align="center"><a href="#elastic"><img src="images/elastic.png" width="110px;" height="75px;" alt="Elastic"/><br /><b>Elastic</b></a></td>
|
||||
<td align="center"><a href="#virtualization"><img src="images/virtualization.png" width="75px;" height="75px;" alt="Virtualization"/><br /><b>Virtualization</b></a><br /><sub><a href="#virtualization-beginner">Beginner :baby:</a></sub><br><sub></td>
|
||||
<td align="center"><a href="#dns"><img src="images/dns.png" width="75px;" height="75px;" alt="DNS"/><br /><b>DNS</b></a><br /><sub><a href="#dns-beginner">Beginner :baby:</a></sub><br><sub></td>
|
||||
<td align="center"><a href="#operating-system"><img src="images/os.png" width="75px;" height="75px;" alt="Operating System"/><br /><b>Operating System</b></a><br /><sub><a href="#operating-system-beginner">Beginner :baby:</a></sub><br><sub></td>
|
||||
<td align="center"><a href="#operating-system"><img src="images/os.png" width="75px;" height="75px;" alt="Operating System"/><br /><b>Operating System</b></a></td>
|
||||
<td align="center"><a href="#distributed"><img src="images/distributed.png" width="110px;" height="75px;" alt="Distributed"/><br /><b>Distributed</b></a></td>
|
||||
<td align="center"><a href="#general"><img src="images/general.png" width="110px;" height="75px;" alt="General"/><br /><b>General</b></a><br /><sub><a href="#general-beginner">Beginner :baby:</a></sub><br><sub></td>
|
||||
<td align="center"><a href="#HR"><img src="images/HR.png" width="110px;" height="75px;" alt="HR"/><br /><b>HR</b></a></td>
|
||||
@ -675,6 +675,16 @@ More on this subject [here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
||||
EBS
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What EC2 RI types are there?</summary><br><b>
|
||||
|
||||
Standard RI - most significant discount + suited for steady-state usage
|
||||
Convertible RI - discount + change attribute of RI + suited for steady-state usage
|
||||
Scheduled RI - launch within time windows you reserve
|
||||
|
||||
Learn more about EC2 RI [here](https://aws.amazon.com/ec2/pricing/reserved-instances)
|
||||
</b></details>
|
||||
|
||||
#### AWS Serverless Compute
|
||||
|
||||
<details>
|
||||
@ -701,6 +711,24 @@ False. Charges are being made when the code is executed.
|
||||
* Python, Ruby, Go
|
||||
</b></details>
|
||||
|
||||
#### AWS Containers
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon ECS?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. Customers such as Duolingo, Samsung, GE, and Cook Pad use ECS to run their most sensitive and mission critical applications because of its security, reliability, and scalability."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/ecs)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon ECR?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Elastic Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/ecr)
|
||||
</b></details>
|
||||
|
||||
#### AWS Storage
|
||||
|
||||
<details>
|
||||
@ -799,6 +827,12 @@ More on storage classes [here](https://aws.amazon.com/s3/storage-classes)
|
||||
Glacier Deep Archive
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>True or False? Each AWS account can store up to 500 PetaByte of data. Any additional storage will cost double</summary><br><b>
|
||||
|
||||
False. Unlimited capacity.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain what is Storage Gateway</summary><br><b>
|
||||
|
||||
@ -847,6 +881,21 @@ Learn more [here](https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-accel
|
||||
<summary>What storage options are there for EC2 Instances?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon EFS?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/efs)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Snowmobile?</summary><br><b>
|
||||
|
||||
"AWS Snowmobile is an Exabyte-scale data transfer service used to move extremely large amounts of data to AWS."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/snowmobile)
|
||||
</b></details>
|
||||
|
||||
#### AWS Disaster Recovery
|
||||
|
||||
@ -975,14 +1024,29 @@ Learn more about it [here](https://aws.amazon.com/compliance/shared-responsibili
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain what each of the following services is used for
|
||||
<summary>What is AWS Artifact?</summary><br><b>
|
||||
|
||||
* AWS Inspector
|
||||
* AWS Artifact
|
||||
* AWS GuardDuty
|
||||
* AWS Shield</summary><br><b>
|
||||
AWS definition: "AWS Artifact is your go-to, central resource for compliance-related information that matters to you. It provides on-demand access to AWS’ security and compliance reports and select online agreements."
|
||||
|
||||
* AWS Shield - AWS definition: "AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS."
|
||||
Read more about it [here](https://aws.amazon.com/artifact)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Inspector?</summary><br><b>
|
||||
|
||||
AWS definition: "Amazon Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. Amazon Inspector automatically assesses applications for exposure, vulnerabilities, and deviations from best practices.""
|
||||
|
||||
Learn more [here](https://aws.amazon.com/inspector)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Guarduty?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Shield?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS."
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
@ -1029,6 +1093,22 @@ False. On some services, like EC2, CloudFront and RDS, penetration testing is al
|
||||
False.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Config?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/config)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS CM?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/certificate-manager)
|
||||
</b></details>
|
||||
|
||||
#### AWS Databases
|
||||
|
||||
<details>
|
||||
@ -1072,6 +1152,19 @@ Great for use cases like two-tier web applications that has a MySQL or Postgresq
|
||||
<summary>What "AWS Database Migration Service" is used for?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What type of storage is used by Amazon RDS?</summary><br><b>
|
||||
|
||||
EBS
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain Amazon RDS Read Replicas</summary><br><b>
|
||||
|
||||
AWS definition: "Amazon RDS Read Replicas provide enhanced performance and durability for RDS database (DB) instances. They make it easy to elastically scale out beyond the capacity constraints of a single DB instance for read-heavy database workloads."
|
||||
Read more about [here](https://aws.amazon.com/rds/features/read-replicas)
|
||||
</b></details>
|
||||
|
||||
#### AWS Networking
|
||||
|
||||
<details>
|
||||
@ -1217,6 +1310,12 @@ AWS DynamoDB
|
||||
AWS Rekognition
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service would you use for debugging a performance issue with in-development app?</summary><br><b>
|
||||
|
||||
AWS X-Ray
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service is used for sending notifications?</summary><br><b>
|
||||
|
||||
@ -1253,6 +1352,12 @@ AWS WAF
|
||||
CloudWatch
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service would you use for performing security assessment?</summary><br><b>
|
||||
|
||||
AWS Inspector
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service would you use for creating DNS record?</summary><br><b>
|
||||
|
||||
@ -1384,6 +1489,26 @@ More on AWS pricing model [here](https://aws.amazon.com/pricing)
|
||||
* AWS personal Health Dashoard
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>How are EC2 instances billed?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon Connect?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Connect is an easy to use omnichannel cloud contact center that helps companies provide superior customer service at a lower cost."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/connect)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What are "APN Consulting Partners"?</summary><br><b>
|
||||
|
||||
Amazon definition: "APN Consulting Partners are professional services firms that help customers of all types and sizes design, architect, build, migrate, and manage their workloads and applications on AWS, accelerating their journey to the cloud."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/partners/consulting)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which of the following are AWS accounts types (and are sorted by order)?
|
||||
|
||||
@ -1401,6 +1526,12 @@ More on AWS pricing model [here](https://aws.amazon.com/pricing)
|
||||
True. You pay differently based on the chosen region.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is "AWS Infrastructure Event Management"?</summary><br><b>
|
||||
|
||||
AWS Definition: "AWS Infrastructure Event Management is a structured program available to Enterprise Support customers (and Business Support customers for an additional fee) that helps you plan for large-scale events such as product or application launches, infrastructure migrations, and marketing events."
|
||||
</b></details>
|
||||
|
||||
#### AWS Misc
|
||||
|
||||
<details>
|
||||
@ -1421,6 +1552,13 @@ AWS definition: "Amazon Rekognition makes it easy to add image and video analysi
|
||||
Learn more [here](https://aws.amazon.com/rekognition)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS X-Ray?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture."
|
||||
Learn more [here](https://aws.amazon.com/xray)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Athena?</summary><br><b>
|
||||
|
||||
@ -1429,6 +1567,22 @@ Learn more [here](https://aws.amazon.com/rekognition)
|
||||
Learn more about AWS Athena [here](https://aws.amazon.com/athena)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Elastic Beanstalk?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services...You can simply upload your code and Elastic Beanstalk automatically handles the deployment"
|
||||
|
||||
Learn more about it [here](https://aws.amazon.com/elasticbeanstalk)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS SWF?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon SWF helps developers build, run, and scale background jobs that have parallel or sequential steps. You can think of Amazon SWF as a fully-managed state tracker and task coordinator in the Cloud."
|
||||
|
||||
Learn more on Amazon Simple Workflow Service [here](https://aws.amazon.com/swf)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS EMR?</summary><br><b>
|
||||
|
||||
@ -1449,6 +1603,44 @@ Read more [here](https://aws.amazon.com/quickstart)
|
||||
<summary>What is the Trusted Advisor?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Service Catalog?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/servicecatalog)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS CAF?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Professional Services created the AWS Cloud Adoption Framework (AWS CAF) to help organizations design and travel an accelerated path to successful cloud adoption. "
|
||||
|
||||
Learn more [here](https://aws.amazon.com/professional-services/CAF)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Cloud9?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser"
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Application Discovery Service?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Application Discovery Service helps enterprise customers plan migration projects by gathering information about their on-premises data centers."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/application-discovery)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is the AWS well-architected framework and what pillars it's based on?</summary><br><b>
|
||||
|
||||
AWS definition: "The Well-Architected Framework has been developed to help cloud architects build secure, high-performing, resilient, and efficient infrastructure for their applications. Based on five pillars — operational excellence, security, reliability, performance efficiency, and cost optimization"
|
||||
|
||||
Learn more [here](https://aws.amazon.com/architecture/well-architected)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What AWS services are serverless (or have the option to be serverless)?</summary><br><b>
|
||||
|
||||
@ -3045,9 +3237,6 @@ MemAvailable - The amount of available memory for new workloads (without pushing
|
||||
|
||||
## Operating System
|
||||
|
||||
<a name="operating-system-beginner"></a>
|
||||
#### :baby: Beginner
|
||||
|
||||
<details>
|
||||
<summary>What is an operating system?</summary><br><b>
|
||||
|
||||
@ -3106,6 +3295,10 @@ False. It was true in the past but today's operating systems perform lazy loadin
|
||||
* Blocked - it's waiting for some operation to complete. For example I/O disk request
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Inter Process Communication (IPC)?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
#### Concurrency
|
||||
|
||||
<details>
|
||||
@ -8839,6 +9032,10 @@ If you are looking for a way to prepare for a certain exam this is the section f
|
||||
|
||||
* [Cloud Practitioner](certificates/cloud-practitioner.md) (Latest update: 2020)
|
||||
|
||||
#### Kubernetes
|
||||
|
||||
* [Certified Kubernetes Administrator (CKA)](certificates/cka.md) (Latest update: 2020)
|
||||
|
||||
## Exercises
|
||||
|
||||
Exercises are all about:
|
||||
|
@ -182,6 +182,34 @@ More on this subject [here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
||||
EBS
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What EC2 RI types are there?</summary><br><b>
|
||||
|
||||
Standard RI - most significant discount + suited for steady-state usage
|
||||
Convertible RI - discount + change attribute of RI + suited for steady-state usage
|
||||
Scheduled RI - launch within time windows you reserve
|
||||
|
||||
Learn more about EC2 RI [here](https://aws.amazon.com/ec2/pricing/reserved-instances)
|
||||
</b></details>
|
||||
|
||||
#### AWS Containers
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon ECS?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service. Customers such as Duolingo, Samsung, GE, and Cook Pad use ECS to run their most sensitive and mission critical applications because of its security, reliability, and scalability."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/ecs)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon ECR?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Elastic Container Registry (ECR) is a fully-managed Docker container registry that makes it easy for developers to store, manage, and deploy Docker container images."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/ecr)
|
||||
</b></details>
|
||||
|
||||
#### AWS Storage
|
||||
|
||||
<details>
|
||||
@ -280,6 +308,12 @@ More on storage classes [here](https://aws.amazon.com/s3/storage-classes)
|
||||
Glacier Deep Archive
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>True or False? Each AWS account can store up to 500 PetaByte of data. Any additional storage will cost double</summary><br><b>
|
||||
|
||||
False. Unlimited capacity.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain what is Storage Gateway</summary><br><b>
|
||||
|
||||
@ -312,6 +346,22 @@ AWS definition: "Amazon S3 Transfer Acceleration enables fast, easy, and secure
|
||||
Learn more [here](https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon EFS?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Elastic File System (Amazon EFS) provides a simple, scalable, fully managed elastic NFS file system for use with AWS Cloud services and on-premises resources."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/efs)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Snowmobile?</summary><br><b>
|
||||
|
||||
"AWS Snowmobile is an Exabyte-scale data transfer service used to move extremely large amounts of data to AWS."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/snowmobile)
|
||||
</b></details>
|
||||
|
||||
#### AWS IAM
|
||||
|
||||
<details>
|
||||
@ -501,12 +551,29 @@ Learn more about it [here](https://aws.amazon.com/compliance/shared-responsibili
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain what each of the following services is used for
|
||||
<summary>What is AWS Artifact?</summary><br><b>
|
||||
|
||||
* AWS Inspector
|
||||
* AWS Artifact
|
||||
* AWS GuardDuty
|
||||
* AWS Shield</summary><br><b>
|
||||
AWS definition: "AWS Artifact is your go-to, central resource for compliance-related information that matters to you. It provides on-demand access to AWS’ security and compliance reports and select online agreements."
|
||||
|
||||
Read more about it [here](https://aws.amazon.com/artifact)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Inspector?</summary><br><b>
|
||||
|
||||
AWS definition: "Amazon Inspector is an automated security assessment service that helps improve the security and compliance of applications deployed on AWS. Amazon Inspector automatically assesses applications for exposure, vulnerabilities, and deviations from best practices.""
|
||||
|
||||
Learn more [here](https://aws.amazon.com/inspector)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Guarduty?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Shield?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS Shield is a managed Distributed Denial of Service (DDoS) protection service that safeguards applications running on AWS."
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
@ -553,6 +620,22 @@ False. On some services, like EC2, CloudFront and RDS, penetration testing is al
|
||||
False.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Config?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/config)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS CM?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Certificate Manager is a service that lets you easily provision, manage, and deploy public and private Secure Sockets Layer/Transport Layer Security (SSL/TLS) certificates for use with AWS services and your internal connected resources."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/certificate-manager)
|
||||
</b></details>
|
||||
|
||||
#### AWS Databases
|
||||
|
||||
<details>
|
||||
@ -583,6 +666,19 @@ A MySQL & Postgresql based relational database. Also, the default database propo
|
||||
Great for use cases like two-tier web applications that has a MySQL or Postgresql database layer and you need automated backups for your application.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What type of storage is used by Amazon RDS?</summary><br><b>
|
||||
|
||||
EBS
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Explain Amazon RDS Read Replicas</summary><br><b>
|
||||
|
||||
AWS definition: "Amazon RDS Read Replicas provide enhanced performance and durability for RDS database (DB) instances. They make it easy to elastically scale out beyond the capacity constraints of a single DB instance for read-heavy database workloads."
|
||||
Read more about [here](https://aws.amazon.com/rds/features/read-replicas)
|
||||
</b></details>
|
||||
|
||||
#### AWS Serverless Compute
|
||||
|
||||
<details>
|
||||
@ -683,6 +779,19 @@ AWS Athena
|
||||
AWS Rekognition
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service would you use for debugging a performance issue with in-development app?</summary><br><b>
|
||||
|
||||
AWS X-Ray
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS X-Ray?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture."
|
||||
Learn more [here](https://aws.amazon.com/xray)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service is used for sending notifications?</summary><br><b>
|
||||
|
||||
@ -713,6 +822,12 @@ AWS WAF
|
||||
CloudWatch
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service would you use for performing security assessment?</summary><br><b>
|
||||
|
||||
AWS Inspector
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which service would you use for creating DNS record?</summary><br><b>
|
||||
|
||||
@ -778,6 +893,26 @@ More on AWS pricing model [here](https://aws.amazon.com/pricing)
|
||||
* AWS personal Health Dashoard
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>How are EC2 instances billed?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Amazon Connect?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon Connect is an easy to use omnichannel cloud contact center that helps companies provide superior customer service at a lower cost."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/connect)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What are "APN Consulting Partners"?</summary><br><b>
|
||||
|
||||
Amazon definition: "APN Consulting Partners are professional services firms that help customers of all types and sizes design, architect, build, migrate, and manage their workloads and applications on AWS, accelerating their journey to the cloud."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/partners/consulting)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>Which of the following are AWS accounts types (and are sorted by order)?
|
||||
|
||||
@ -795,6 +930,12 @@ More on AWS pricing model [here](https://aws.amazon.com/pricing)
|
||||
True. You pay differently based on the chosen region.
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is "AWS Infrastructure Event Management"?</summary><br><b>
|
||||
|
||||
AWS Definition: "AWS Infrastructure Event Management is a structured program available to Enterprise Support customers (and Business Support customers for an additional fee) that helps you plan for large-scale events such as product or application launches, infrastructure migrations, and marketing events."
|
||||
</b></details>
|
||||
|
||||
#### AWS Misc
|
||||
|
||||
<details>
|
||||
@ -811,10 +952,48 @@ AWS definition: "Amazon Rekognition makes it easy to add image and video analysi
|
||||
Learn more [here](https://aws.amazon.com/rekognition)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Service Catalog?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Service Catalog allows organizations to create and manage catalogs of IT services that are approved for use on AWS."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/servicecatalog)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS CAF?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Professional Services created the AWS Cloud Adoption Framework (AWS CAF) to help organizations design and travel an accelerated path to successful cloud adoption. "
|
||||
|
||||
Learn more [here](https://aws.amazon.com/professional-services/CAF)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Cloud9?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser"
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Application Discovery Service?</summary><br><b>
|
||||
|
||||
Amazon definition: "AWS Application Discovery Service helps enterprise customers plan migration projects by gathering information about their on-premises data centers."
|
||||
|
||||
Learn more [here](https://aws.amazon.com/application-discovery)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is the Trusted Advisor?</summary><br><b>
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is the AWS well-architected framework and what pillars it's based on?</summary><br><b>
|
||||
|
||||
AWS definition: "The Well-Architected Framework has been developed to help cloud architects build secure, high-performing, resilient, and efficient infrastructure for their applications. Based on five pillars — operational excellence, security, reliability, performance efficiency, and cost optimization"
|
||||
|
||||
Learn more [here](https://aws.amazon.com/architecture/well-architected)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What AWS services are serverless (or have the option to be serverless)?</summary><br><b>
|
||||
|
||||
@ -838,6 +1017,22 @@ Learn more [here](https://aws.amazon.com/emr)
|
||||
Learn more about AWS Athena [here](https://aws.amazon.com/athena)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS Elastic Beanstalk?</summary><br><b>
|
||||
|
||||
AWS definition: "AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services...You can simply upload your code and Elastic Beanstalk automatically handles the deployment"
|
||||
|
||||
Learn more about it [here](https://aws.amazon.com/elasticbeanstalk)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is AWS SWF?</summary><br><b>
|
||||
|
||||
Amazon definition: "Amazon SWF helps developers build, run, and scale background jobs that have parallel or sequential steps. You can think of Amazon SWF as a fully-managed state tracker and task coordinator in the Cloud."
|
||||
|
||||
Learn more on Amazon Simple Workflow Service [here](https://aws.amazon.com/swf)
|
||||
</b></details>
|
||||
|
||||
<details>
|
||||
<summary>What is Simple Queue Service (SQS)?</summary><br><b>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user