From 68fe9da08d883222d74aa933499587c3aef6cde2 Mon Sep 17 00:00:00 2001 From: battery Date: Fri, 2 Feb 2024 08:19:38 -0500 Subject: [PATCH] add answers to aws-cloud-practitioner.md (#396) --- certificates/aws-cloud-practitioner.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/certificates/aws-cloud-practitioner.md b/certificates/aws-cloud-practitioner.md index 0347d3c..b98bf25 100644 --- a/certificates/aws-cloud-practitioner.md +++ b/certificates/aws-cloud-practitioner.md @@ -400,8 +400,8 @@ Learn more [here](https://aws.amazon.com/snowmobile)
What is IAM? What are some of its features?
+IAM stands for Identity and Access Management, and is used for managing users, groups, access policies & roles Full explanation is [here](https://aws.amazon.com/iam) -In short: it's used for managing users, groups, access policies & roles
@@ -570,7 +570,7 @@ Read more about it [here](https://aws.amazon.com/sns)
What is the shared responsibility model? What AWS is responsible for and what the user is responsible for based on the shared responsibility model?
-The shared responsibility model defines what the customer is responsible for and what AWS is responsible for. +The shared responsibility model defines what the customer is responsible for and what AWS is responsible for. For example, AWS is responsible for security "of" the cloud, while the customer is responsible for security "in" the cloud. More on the shared responsibility model [here](https://aws.amazon.com/compliance/shared-responsibility-model)
@@ -611,6 +611,8 @@ Learn more [here](https://aws.amazon.com/inspector)
What is AWS Guarduty?
+ +Guarduty is a threat detection service that monitors your AWS accounts to help detect and mitigate malicious activity
@@ -621,6 +623,8 @@ AWS definition: "AWS Shield is a managed Distributed Denial of Service (DDoS) pr
What is AWS WAF? Give an example of how it can used and describe what resources or services you can use it with
+ +An AWS Web Application Firewall (WAF) can filter out unwanted web traffic (bots), and protect against attacks like SQL injection and cross-site scripting. One service you could use it with would be Amazon CloudFront, a CDN service, to block attacks before they reach your origin servers
@@ -697,6 +701,11 @@ Learn more [here](https://aws.amazon.com/certificate-manager)
What is AWS RDS?
+ +Amazon Relational Database Service (RDS) is a service for setting up and managing resizable, cost-efficient relational databases +resource + +Learn more [here](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html)
@@ -730,7 +739,7 @@ Learn more [here](https://aws.amazon.com/dynamodb/dax)
What is AWS Redshift and how is it different than RDS?
-cloud data warehouse +AWS Redshift is a cloud data warehousing service that is geared towards handling massive amounts of data (think petabytes) and being able to execute complex queries. In contrast, Amazon RDS is best suited for things like web applications requiring simple queries with more frequent transactions, and on a smaller scale.
@@ -815,7 +824,7 @@ CloudFormation
Which service would you use for building a website or web application?
-Lightsail +Lightsail or Elastic Beanstalk