AWS-SA-Pro Flashcards
What are the two most common features of AWS Systems Manager?
- Run Command
- Patch Manager
What is the name of the AWS Systems Manager command that is used for a patch?
AWS-RunPatchBaseline
Which AWS service can you use if you want to migrate Chef and/or Puppet configuration management tools into the cloud?
AWS OpsWorks
Are AMI’s global or region-specific?
Region-specific
AWS OpsWorks is more suited for _______ whereas Elastic Beanstalk is more suited for _______.
AWS OpsWorks is more suited for infrastructure engineers whereas Elastic Beanstalk is more suited for development teams.
How do the key concepts of AWS OpsWorks interrelate (Stacks, Layers, Apps, Recipes, Cookbooks) ?
Stacks = one or more Layers.
Layers = set of EC2 instances grouped by function.
Apps = deployed (from S3) onto the layers.
Recipes = scripts applied to layers.
Cookbooks = collection of recipes that can be stored on GitHub.
How are Amazon GuardDuty & Amazon Inspector different from AWS Shield & AWS WAF?
GuardDuty & Inspector = detection.
Shield & WAF = protection.
Which service creates serverless GraphQL and Pub/Sub APIs?
AWS AppSync
What 4 services can be used with AWS WAF?
(1) CloudFront
(2) ALB
(3) API Gateway
(4) AppSync
Which AWS service scans EC2 instances for vulnerabilities and provides a report of findings?
Amazon Inspector
Which AWS service provides a CVE (common vulnerabilities and exposures) report?
Amazon Inspector
Differences between Amazon Inspector and Amazon GuardDuty?
Inspector scans EC2 instances for vulnerabilities.
GuardDuty scans entire AWS account using ML-based threat detection.
Would you use SAML 2.0 Identity Federation with Google, Facebook, Twitter, etc?
No. Use SAML 2.0 Identity Federation with an Enterprise Identity Provider (used mainly for on-prem IDs to indirectly login to AWS)
What is the difference between Cognito and IAM Identity Center?
Cognito will be used for customer login scenarios and IAM Identity Center will be used for enterprise / workforce login scenarios.
What’s the difference between Cognito User Pools and Identity Pools?
User Pools offer a sign-up or sign-in experience and provide users with a JWT.
Identity Pools offer a way to swap an unauthenticated or authenticated identity for AWS credentials.
Can API Gateway accept JWT’s for authentication?
Yes
How can an AWS admin create predefined products (and IaC templates) that end users can provision without fully accessing the AWS service (e.g. EC2 instances) ?
AWS Service Catalog
VPC Flow Logs can capture metadata for what three items (levels)?
(1) VPC
(2) Subnet
(3) ENI
Do VPC Flow Logs provide real-time data?
No. There is a delay.
What two log destinations can be used with VPC Flow Logs?
(1) S3
(2) CloudWatch logs
Where is a Network Firewall deployed?
At the VPC level
What layer does AWS WAF use?
L7
What is used to configure your WAF rules?
A Web ACL
What is the default Web ACL Capacity Unit (WCU) maximum?
1500