What is the best definition of cloud architecture?
Applying cloud characteristics to a solution that uses cloud services and features to meet technical an business requirements
The AWS Well-Architected Framework has five pillars. Two of the pillars are security and operational excellence. What are the other pillars of the Well-Architected Framework? (Select THREE)
-Reliability
- Performance Efficiency
- Cost Optimization
Which actions are consistent with the operational excellence pillar of the AWS Well-Architected Framework?
-
lookup answer
An application requires a frontend web tier of multiple servers that communicate with a backend application tier of multiple servers. Which design most closely follows Amazon Web Services (AWS) best practices?
-Assign a dedicated application server and a dedicated connection to each web server.
-Create multiple instances that each combine a web frontend and application backend in the same instance.
-Design the web tier to communicate with the application tier through the Elastic Load Balancing service.
-Create a full mesh network between the web and application tiers, so that each web server can communicate directly with every application server.
-Design the web tier to communicate with the application tier through the Elastic Load Balancing service.
(Although ELB appears to be a single point of failure in diagrams, the service is highly available and does not preent a single point of failure. In this architecture, ELB would decouple the two tiers.)
A solutions architect is developing a process for handling server failures. Which process most closely follows Amazon Web Services (AWS) best practices?
A company wants to change some functionality of their website. They are unsure of what will happen if they make the change. Which approach most closely follows AWS best practices?
(This approach describes rolling deployment. Both servers are online at the same time. Undo is faster than the other options presented. AWS enables rolling deployments through dynamic provisioning of disposable virtual server instances.)
A company stores read-only data in Amazon Simple Storage Service (Amazon S3). Most users are in the same country as the company headquarters. Some users are located around the world. Which design decision most closely follows Amazon Web Services (AWS) best practices?
A consultant must access a large object in an S3 bucket. They need a day to access the file. Which method for granting access most closely follows AWS best practices?
-Create a pre-signed URL to the object that expires in 24 hours, and give it to the consultant.
What are the main considerations that influence which AWS Regions to use? (Select TWO)
What are the main considerations that influence which AWS Availability Zones (AZs) to use? (Select TWO)