What are the benefits of AWS Organizations? (Select all that apply)
Choose the 2 Correct answers:
Correct Answer:BC
AWS Organizations has four main benefits: 1) Centrally manage access polices across multiple AWS accounts. 2) Automate AWS account creation and management. 3) Control access to AWS services 4) Enable consolidated billing across multiple AWS accounts Analyzing cost is done through the Cost Explorer (or TCO calculator), which is not part of AWS Organizations.
What are the benefits of DynamoDB? (Select all that apply) Choose the 3 Correct answers:
Correct Answer:BCD
DynamoDB does not use/support other NoSQL database engines. You only have access to use DynamoDB's built-in engine.
What should you do if you believe your AWS account has been compromised? (Select all that apply) Choose the 4 Correct answers:
Correct Answer:ABCD
All these answers are actions you should take if you believe you account has been compromised.
Mike is setting up the infrastructure for a web application that requires three EC2 instances to handle the expected demand. However, when testing the application, Mike find that all traffic to the application is being routed to only one of the servers. What AWS feature should he add to his application in order to have traffic evenly distributed between all three servers?
Choose the Correct Answer
Correct Answer:A
An Elastic Load Balancer is designed to evenly distribute incoming web traffic between all servers that are associated with it.
What best describes the concept of fault tolerance?
Choose the Correct Answer
Correct Answer:A
Fault tolerance describes the concept of a system (in our case a web application) to have failure in some of its components and still remain accessible (highly available). Fault tolerant web applications will have at least two web servers (in case one fails).