exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 20 discussion

A company is planning to store a large number of archived documents and make the documents available to employees through the corporate intranet. Employees will access the system by connecting through a client VPN service that is attached to a VPC. The data must not be accessible to the public.
The documents that the company is storing are copies of data that is held on physical media elsewhere. The number of requests will be low. Availability and speed of retrieval are not concerns of the company.
Which solution will meet these requirements at the LOWEST cost?

  • A. Create an Amazon S3 bucket. Configure the S3 bucket to use the S3 One Zone-Infrequent Access (S3 One Zone-IA) storage class as default. Configure the S3 bucket for website hosting. Create an S3 interface endpoint. Configure the S3 bucket to allow access only through that endpoint.
  • B. Launch an Amazon EC2 instance that runs a web server. Attach an Amazon Elastic File System (Amazon EFS) file system to store the archived data in the EFS One Zone-Infrequent Access (EFS One Zone-IA) storage class Configure the instance security groups to allow access only from private networks.
  • C. Launch an Amazon EC2 instance that runs a web server Attach an Amazon Elastic Block Store (Amazon EBS) volume to store the archived data. Use the Cold HDD (sc1) volume type. Configure the instance security groups to allow access only from private networks.
  • D. Create an Amazon S3 bucket. Configure the S3 bucket to use the S3 Glacier Deep Archive storage class as default. Configure the S3 bucket for website hosting. Create an S3 interface endpoint. Configure the S3 bucket to allow access only through that endpoint.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tman22
Highly Voted 2 years, 6 months ago
A - Glacier Deep Archive can't be used for web hosting, regardless if the company says retrieval time is no concern.
upvoted 39 times
tman22
2 years, 6 months ago
Nevermind, I go for D. It should be technically possible - and mostly dependent on the intranet web application logic - It could present users with the ability to start file retrieval, for then to later access the data.
upvoted 18 times
...
...
zhangyu20000
Highly Voted 2 years, 6 months ago
A is correct. HA is not required here. D use Glacier deep archive that need hours to access that will cause time out for web
upvoted 22 times
...
Kaps443
Most Recent 1 week, 5 days ago
Selected Answer: A
All components work, supports website hosting, low cost
upvoted 1 times
...
thiagodotoli
3 weeks, 4 days ago
Selected Answer: D
A questão não aborda hospedagem. A intranet já existe e fará a consulta no S3. Geralmente armazenamento MENOR custo e que não tenha tempo de recuperação a resposta é o Glacier.
upvoted 1 times
...
calcinator423
3 weeks, 5 days ago
Selected Answer: D
"speed of retrieval does not matter" = s3 glacier deep archive. Although S3 Glacier Deep Archive can't be used for website hosting, you also don't need it because you're accessing the documents via the S3 interface endpoint via the intranet.
upvoted 1 times
...
Barrieta
1 month, 1 week ago
Selected Answer: D
Why D is correct: S3 Glacier Deep Archive is the lowest-cost storage class designed for rarely accessed data, which fits the use case perfectly. Access through an S3 interface endpoint ensures that data is not exposed to the public internet, meeting the security requirement. Hosting the files through S3 website hosting (even though retrieval is slow) provides a simple mechanism for access via intranet (assuming internal DNS can resolve the endpoint). There’s no need to run or manage EC2 instances, no web servers, and no block or file storage, reducing both operational overhead and cost.
upvoted 1 times
...
ausl
1 month, 2 weeks ago
Selected Answer: A
A - Glacier Deep Archive can't be used for web hosting, regardless if the company says retrieval time is no concern.
upvoted 1 times
...
proawsk
1 month, 3 weeks ago
Selected Answer: D
Why are people bringing in webhosting here, it said it would be accessible over corporate intranet. So their they can implement to raise a request for accessing any archive and once it's ready they can share a link that can be accessed over the intranet. So D is the right answer.
upvoted 2 times
...
BennyMao
3 months, 1 week ago
Selected Answer: D
S3 Glacier Deep Archive will be the lowest cost.
upvoted 1 times
...
eberhe900
3 months, 3 weeks ago
Selected Answer: D
The question does not require website hosting. Its focus is on securely storing documents so employees can access them via VPN without exposing them to the public Internet. So Glacier Deep Archive is more cost-saving
upvoted 3 times
...
ahhatem
6 months, 1 week ago
Selected Answer: D
Buckets do not have a storage class... objects do! You can enable web hosting on any bucket and retrieve the objects (when available) over HTTP, whether the objects are available instantly or not that is another question. For glacier, you will have to request a restore and wait but when the object is eventually ready, you can download it directly over HTTP. So, the answer is D.
upvoted 3 times
...
Heman31in
6 months, 1 week ago
Selected Answer: A
S3 glacier can be used for hosting as it requires additional steps to unarchive objects!
upvoted 1 times
...
wem
6 months, 2 weeks ago
Selected Answer: A
No, Amazon S3 Glacier Deep Archive cannot be used for web hosting. Reasons: Glacier Deep Archive is not designed for real-time access: Glacier Deep Archive is intended for long-term, infrequently accessed archival data. Retrieval times can range from 12 hours to 48 hours, making it unsuitable for serving content dynamically or in real-time through a website. No direct web hosting capabilities: S3 web hosting requires immediate availability of objects stored in the bucket. S3 Glacier Deep Archive is designed for delayed access, so objects stored in this class cannot be served directly. Storage class retrieval process: Objects stored in Glacier or Glacier Deep Archive require a retrieval job to be initiated before they are available for access. This process is asynchronous and incompatible with the demands of a web-hosting use case.
upvoted 1 times
...
TariqKipkemei
7 months, 2 weeks ago
Selected Answer: D
keywords: 'Archive documents, low requests, low availability and speed, LOWEST cost' = S3 Glacier Deep Archive
upvoted 1 times
...
TewatiaAmit
8 months ago
Selected Answer: A
only A & D make sense, and since website hosting is also a requirement, I'll go with A.
upvoted 1 times
...
c73bf38
8 months, 4 weeks ago
Selected Answer: A
The requirements are to store a large number of archived documents that are not publicly accessible, and make them available to employees through a corporate intranet. As the number of requests is low and speed of retrieval is not a concern, we can use the low-cost S3 One Zone-Infrequent Access (S3 One Zone-IA) storage class. We can configure the S3 bucket for website hosting and create an S3 interface endpoint to allow access to the documents only through the corporate intranet. This solution is the lowest cost as it eliminates the need to launch and manage EC2 instances. Option B and C involve launching an EC2 instance which increases the operational overhead and is more expensive than using S3. Also, EFS One Zone-IA storage class is not recommended for storing large files. Option D involves using the S3 Glacier Deep Archive storage class which is intended for long-term archival storage of data and not suitable for retrieving data frequently.
upvoted 4 times
MRL110
1 year, 10 months ago
S3 interface endpoint doesn't support web hosting. The question does not say large files, but large number of archived documents, which could be small-sized. Hence EFS OZ-IA (being cheaper than SC1) could be the right answer.
upvoted 1 times
...
...
zejou1
8 months, 4 weeks ago
Selected Answer: A
https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html Store large number of archived docs, and available through corp intranet. Copies of data held on physical media elsewhere (could be re-created). Requests low (but it doesn't say RARE so think monthly/quarterly). "AVAILABILITY" and speed of retrieval are not concerns. It is A, yes Glacier is "cheaper", but I have to leave the archives for at least 180 days, would be available on corp intranet and it is more cost-effective if I want to migrate the data to Glacier if I monitor use and see it is "rarely" touched and know I have to hold it due to regulatory for at minimal 180 days.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...