1. A solutions architect is tasked with transferring 750 TB of data from a network-attached file system located at a branch office Amazon S3 Glacier. The solution must avoid saturating the branch office's low-bandwidth internet connection.What is the MOST cost-effective solution?
A) Mount the network-attached file system to Amazon S3 and copy the files directly. Create a lifecycle policy to S3 objects to Amazon S3 Glacier. B) Order 10 AWS Snowball appliances and select an S3 Glacier vault as the destination. Create a bucket policy to enforce VPC endpoint. C) Order 10 AWS Snowball appliances and select an Amazon S3 bucket as the destination. Create a lifecycle policy to transition the S3 objects to Amazon S3 Glacier. D) Create a site-to-site VPN tunnel to an Amazon S3 bucket and transfer the files directly. Create a bucket VPC endpoint.
2. A development team needs to host a website that will be accessed by other teams. The website contents consist of HTML, CSS, client-side JavaScript, and images.Which method is the MOST cost-effective for hosting the website?
A) Containerize the website and host it in AWS Fargate. B) Configure an Application Load Balancer with an AWS Lambda target that uses the Express.js framework. C) Create an Amazon S3 bucket and host the website there. D) Deploy a web server on an Amazon EC2 instance to host the website.
3. A solutions architect is using Amazon S3 to design the storage architecture of a new digital media application. The media files must be resilient to the loss of an Availability Zone. Some files are accessed frequently while other files are rarely accessed in an unpredictable pattern. The solutions architect must minimize the costs of storing and retrieving the media files.Which storage option meets these requirements?
A) S3 Standard-Infrequent Access (S3 Standard-IA) B) S3 One Zone-Infrequent Access (S3 One Zone-IA) C) S3 Standard D) S3 Intelligent-Tiering
4. A company's web application is using multiple Linux Amazon EC2 instances and storing data on Amazon EBS volumes. The company is looking for a solution to increase the resiliency of the application in case of a failure and to provide storage that complies with atomicity, consistency, isolation, and durability (ACID). What should a solutions architect do to meet these requirements?
A) Launch the application on EC2 instances in each Availability Zone. Attach EBS volumes to each EC2 instance. B) Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data using Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA). C) Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Mount an instance store on each EC2 instance. D) Create an Application Load Balancer with Auto Scaling groups across multiple Availability Zones. Store data on Amazon EFS and mount a target on each instance.
5. A solutions architect is designing the cloud architecture for a new application being deployed to AWS. The application allows users to interactively download and upload files. Files older than 2 years will be accessed less frequently. The solutions architect needs to ensure that the application can scale to any number of files while maintaining high availability and durability.Which scalable solutions should the solutions architect recommend? (Choose two.)(Select 2answers)
A) Store the files on Amazon S3 with a lifecycle policy that moves objects older than 2 years to S3 Standard-Infrequent Access (S3 Standard-IA) B) Store the files in Amazon Elastic Block Store (Amazon EBS) volumes. Schedule snapshots of the volumes. Use the snapshots to archive data older than 2 years. C) Store the files on Amazon Elastic File System (Amazon EFS) with a lifecycle policy that moves objects older than 2 years to EFS Infrequent Access (EFS IA). D) Store the files in RAID-striped Amazon Elastic Block Store (Amazon EBS) volumes. Schedule snapshots of the volumes. Use the snapshots to archive data older than 2 years. E) Store the files on Amazon S3 with a lifecycle policy that moves objects older than 2 years to S3 Glacier.
1. Right Answer: C Explanation: To upload existing data to Amazon S3 Glacier (S3 Glacier), you might consider using one of the AWS Snowball device types to import data into Amazon S3, and then move it to the S3 Glacier storage class for archival using lifecycle rules https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html
2. Right Answer: C Explanation: https://aws.amazon.com/getting-started/hands-on/host-static-website/
3. Right Answer: D Explanation:
4. Right Answer: D Explanation:
5. Right Answer: A,E Explanation: https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.htmlhttps://docs.aws.amazon.com/efs/latest/ug/whatisefs.html
Leave a comment