1. A company is hosting multiple websites for several lines of business under its registered parent domain. Users accessing these websites will be routed to appropriate backend Amazon EC2 instances based on the subdomain. The websites host static webpages, images, and server-side scripts like PHP and JavaScript. Some of the websites experience peak access during the first two hours of business with constant usage throughout the rest of the day. A solutions architect needs to design a solution that will automatically adjust capacity to these traffic patterns while keeping costs low.Which combination of AWS services or features will meet these requirements? (Choose two.)(Select 2answers)
A) Amazon S3 website hosting B) Application Load Balancer C) Amazon EC2 Auto Scaling D) AWS Batch E) Network Load Balancer
2. A company has several business systems that require access to data stored in a file share. the business systems will access the file share using the Server Message Block (SMB) protocol. The file share solution should be accessible from both of the company's legacy on-premises environment and with AWS.Which services mod the business requirements? (Choose two.)(Select 2answers)
A) Amazon EFS B) Amazon EBS C) AWS Storage Gateway file gateway D) Amazon S3 E) Amazon FSx for Windows
3. A company must generate sales reports at the beginning of every month. The reporting process launches 20 Amazon EC2 instances on the first of the month. The process runs for 7 days and cannot be interrupted. The company wants to minimize costs. Which pricing model should the company choose?
A) Spot Block Instances B) Reserved Instances C) Scheduled Reserved Instances D) On-Demand Instances
4. A company needs to implement a relational database with a multi-Region disaster recovery Recovery Point Objective (RPO) of 1 second and an Recovery Time Objective (RTO) of 1 minute.Which AWS solution can achieve this?
A) Amazon Aurora Global Database B) Amazon DynamoDB global tables. C) Amazon RDS for MySQL with a cross-Region snapshot copy. D) Amazon RDS for MySQL with Multi-AZ enabled.
5. A company has multiple AWS accounts, for various departments. One of the departments wants to share an Amazon S3 bucket with all other department. Which solution will require the LEAST amount of effort?
A) Create IAM users for each of the departments and configure a read-only IAM policy. B) Enable cross-account S3 replication for the bucket. C) Set the S3 bucket policy to allow cross-account access to other departments. D) Create a pre-signed URL for the bucket and share it with other departments.
1. Right Answer: B,C Explanation: S3 cannot handle server side scripting like PHP
2. Right Answer: C,E Explanation: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.htmlhttps://aws.amazon.com/es/about-aws/whats-new/2018/06/aws-storage-gateway-adds-smb-support-to-store-objects-in-amazon-s3/
3. Right Answer: C Explanation:
4. Right Answer: A Explanation: https://aws.amazon.com/rds/aurora/global-database/
5. Right Answer: C Explanation: https://aws.amazon.com/premiumsupport/knowledge-center/cross-account-access-s3/
Leave a comment