Security Flashcards
What is Cloud Trail?
A service that logs all API calls made your AWS account and stores these in logs in S3.
It monitors whats going on via API or console.
What is AWS Shield?
Free DDOS Protection
Protects agains layer 3 and 4 attacks
What does AWS Shield Advanced give you?
A 24/7 DDoS Response team at $3,000 a month
What is AWS WAF?
Web Application Firewall
Lets you monitor the HTTP and HTTPS requests to your application.
What layer does WAF work on?
Layer 7
What is AWS Guard Duty?
GuardDuty is a threat detection service that uses machine learning to continuously monitor for malicious behavior.
What is AWS Macie?
A service that uses machine learning to find PII information in S3
What is AWS Inspector?
Automated security assessment service that helps improve the security and compliance of applications deployed on AWS
What is AWS Key Management Service? (AWS KMS?)
A managed service that makes it easy for you to create and control the encryption keys used to encrypt your data
What are the three ways to generate a CMK?
1) AWS Creates the CMK for you
2) You import key material from your own key management infrastructure and associate it with a CMK
3) Have the key material generated and used in an AWS CloudHSM cluster as part of the custom key store feature in AWK KMS
What is AWS Secrets Manager?
A service that securely stores, encrypts, and rotates your database credentials and other secrets.
What is AWS Parameter Store?
A free version of AWS Secrets manager but you don’t get auto key rotation and need to have 10,000 or less parameters
What is AWS Cognito?
Provides authentication, authorization, and user management for your web and mobile apps.
In general, what does a DDoS attack entail?
A large number of connections overwhelms your architecture. Your application is unable to answer the legitimate requests that are sent to it.
What is the best way to deliver content from an S3 bucket that only allows users to view content for a set period of time?
Create a presigned URL using S3.