AWS Security Specialty Exam Flashcards
(385 cards)
Is AWS Config per region or globally enabled?
per region
How to determine whether a log file was modified, deleted, or unchanged after CloudTrail delivered it
use CloudTrail log file integrity validation
Sequence of log events from the same source/application
Log Streams
A collection of log streams with the same access control, monitoring and retention settings
Log Groups
Cloud Trail history length
90 DAYS
Maximum number of Trials in CloudTrial
5 per region
Default signed URL timeout
60 minutes
Can RTMP distribution use signed cookies?
No. Singed URLs only
Can Web distribution use both signed URL and signed cookies?
YES
Advantage of signed cookies over signed URLs?
Cookies can give access to an object type or are/folder and dont’ need a specifically formatted URL
Max number of CMK’s per region
1000 - in ANY state
Max number of KMS aliases
1100
S3 ACL use cases
- fine grained permissions on individual files/objects within S3
- bucket polices are limited to 20kb in size, consider using S3 ACL if bucket policy grows too large
Bucket policy max size
20kb
How to ensure the access to S3 is encrypted in transport?
S3 bucket policy with Condition aws:SecureTransport
Is S3 cross region replication secured?
yes - SSL by default
How many destinations can you set replicate S3 bucket?
only ONE
Does versioning has to be enabled when using cross region replication?
YES
Does cross region replication work Cross Accounts?
YES
How often AWS rotates KMS keys?
every 3 years
Automatic Key Rotation for Customer Managed Keys
Automatic rotation every 365 days (disabled by default)
Automatic Key Rotation for Customer Managed Keys, imported key material
No automatic rotation
Two ways of viewing EC2 SSH keys
- list /home/ec2-user/.ssh/authorized_keys
- curl http://169.254.169.254/latest/meta-data/public-keys/0/openssh-key
Can you have multiple key-pairs attached to the EC2 instance?
YES