wrong answers security Flashcards
Does Cloudtrail show dedicated configuration changes for an AWS resource?
No, AWS config does. Cloudtrail focuses on recording user API activity, but AWS config focusing on reporting the report of the configuration changes themselves, and the resulting state.
Does AWS config record configuration changes for AWS resources?
Yes (for supported resource types)
Can application load balancer be used as network layer?
No. Application Load balancer works on only level 7 (http).
Classic Load balancer ELB works on level 4 and 7, and network load balancer works on level 4
What is level 4 network layer?
Transport, TCP, UDP, port
What is level 7 network layer?
Application (HTTP, FTP)
What does data key caching do?
Avoid generating new data keys all the time, uses cache instead. Improve performance, reduce cost, and help say in service limits.
Does AWS shield do packet inspection?
No. AWS Shield does DDoS protection. For packet inspection you need a host-based intrusion detection system.
What is the first step after detecting a compromised EC2 instance?
Investigate the instance for malware, and remove any discovered malware. AWS partner products can help search for malware
Which can be used to check for unencrypted AWS volumes, Guard Duty, AWS Inspector, or AWS Config?
AWS Config
What distinguishes CloudHSM from KMS
CloudHSM is a set of security features, including physical security, for FIPS-140-2 level 3 security.
With KMS only level 2 is possible.
What service can be used to check for high security vulnerabilities on EC2?
AWS Inspector
Can cloudwatch track S3 bucket access requests?
No. Use Server Access Logs
What service is good for ah-hoc queries of ELB access logs?
AWS Athena, because it supports s3 as a data source
Is it possible to import a root certificate authority in AWS Certificate Manager (ACM)?
No, a root CA needs to be created and cannot be imported
How do you create a highly available certificate issuing capability?
Root Certificate Authorities must be created in two different regions in the AWS Certificate Manager. The two CAs operate independently.