Set2(31-40) Flashcards
Q37: AWS Snowball
each snowball appliance holds up to 80TB of Data.
snowball destination must be set to s3 bucket, glacier can not be set as destination for it
Q37: s3 bucket policy
you can not enforce a vpc endpoint with bucket pilocy
Q39: AWS security groups
AWS security groups are stateful.
This means that when you create a security group, inbound traffic is automatically allowed for any traffic that is in response to outbound traffic that was initiated from within the security group. In other words, if a request is sent out from an instance in the security group, the response to that request is automatically allowed to come back in, regardless of any rules in the inbound security group.
Q40: Security Practices for Root User
- Lock root access keys or delete them
- use Strong Password
- Enable MFA