Review Questions
-
Which of the following is not one of the pillars of the Well-Architected Framework?
- Performance efficiency
- Reliability
- Resiliency
- Security
- Cost optimization
-
Which of the following are examples of applying the principles of the security pillar of the Well-Architected Framework? (Select TWO.)
- Granting each AWS user their own IAM username and password
- Creating a security group rule to deny access to unused ports
- Deleting an empty S3 bucket
- Enabling S3 versioning
-
You’re hosting a web application on two EC2 instances in an Auto Scaling group. The performance of the application is consistently acceptable. Which of the following can help maintain or improve performance efficiency? (Select TWO.)
- Monitoring for unauthorized access
- Doubling the number of instances in the Auto Scaling group
- Implementing policies to prevent the accidental termination of EC2 instances in the same Auto Scaling group
- Using CloudFront
-
Which of the following can help achieve...