Security and Compliance Exam Tips Flashcards
If you need an AWS service to have multiple IAM capabilities not offered by managed Roles or policies, how can you achieve this?
Through a custom policy or role
How can you create a new IAM policy?
Through the visual editor, or JSON
When you attach a role to an EC2 instance, how long does it take for the effect to propagate to the server?
Immediately
How long does it take for a newly attached policy to take effect on an EC2 instance?
right away
True or false: While attaching a policy or role takes effect immediately, changing a policy takes time to propagate the changes?
False: Changes are immediate.
Do you attach roles to EC2 instances via the CLI, or through the console?
Both - another trick question
MFA Enabling can be done via…
CLI or console
Can MFA be enabled for both root and user accounts?
yes
Should you remember at a high level how STS token authentication works?
Yes.
Which AWS services provide logging?
CloudTrail
Config
CloudWatch Logs
VPC flow Logs
True or False: CloudWatch monitor API calls?
False: CloudTrails monitors API calls.
True or False: CloudWatch monitors performace?
True
True or False: AWS Config records the state of your environment
True
If you need to be notified of changes to your environment, which service should you use?
AWS Config
While taking the exam, should you choose HVM, or PV wherever possible?
HVM
Do you have access to the AWS hypervisor?
No
Does AWS have access to your EC2 instances?
No
Does AWS scrub all RAM and storage before allocating to a new customer?
Yes
PV is isolated by layers. On which layer does the Guest OS sit? On which does the application sit?
Guest on layer 1
Application on layer 3