Pulled from the live, published question bank - not written specially for this page. What you see here is what you'd get in a real mock exam.
Design Cost-Optimized Architectures
1. Log files in S3 are accessed frequently for the first 30 days, then rarely, and are kept for years. Which approach minimizes storage cost over the data's lifetime with the least ongoing effort?
A lifecycle policy automatically transitions aging objects to lower-cost classes (for example, Standard-IA then Glacier), minimizing cost with no manual work. Keeping everything in Standard is expensive, manual copying is unreliable, and deleting violates the retention requirement.
Design Cost-Optimized Architectures
2. Long-term EBS snapshot retention is driving up storage cost. Which TWO actions reduce snapshot cost while retaining what is needed? (Select TWO.)
Archiving rarely restored snapshots and deleting those past retention with a lifecycle policy both lower snapshot cost. Converting to volumes, replicating everywhere, and enlarging source volumes all increase cost.
Design High-Performing Architectures
3. A self-managed transactional database needs consistent, very high random IOPS with low latency on its EBS volume. Which EBS volume type best fits?
Provisioned IOPS SSD (io2) delivers high, consistent random IOPS with low latency for demanding transactional databases. HDD types (st1, sc1) are for sequential or cold data, and a default gp2 volume may not sustain the required IOPS.
Design Cost-Optimized Architectures
4. A company must retain compliance records for seven years, expects to almost never access them, and can tolerate hours for retrieval. Which storage option minimizes cost?
S3 Glacier Deep Archive offers the lowest storage cost for rarely accessed, long-term data where hours-long retrieval is acceptable. Standard and Standard-IA cost more for instant access, and a seven-year attached EBS volume is far more expensive.
Design Cost-Optimized Architectures
5. A dataset has unpredictable, changing access patterns, and the team wants to reduce cost automatically without analyzing usage or paying retrieval fees. Which storage class fits best?
S3 Intelligent-Tiering automatically moves objects between access tiers based on usage, optimizing cost with no retrieval fees for unknown patterns. Standard does not tier, Glacier adds retrieval cost and delay, and One Zone-IA trades away redundancy.
Design Secure Architectures
6. A company wants a single place to aggregate security findings from GuardDuty, Inspector, and Macie and to check accounts against standards such as CIS and AWS Foundational Security Best Practices. Which service provides this?
Security Hub centralizes findings from multiple security services and continuously checks accounts against security standards. Detective is for investigation, Config records configuration, and CloudWatch handles metrics and logs.
Take a full mock exam to see the real thing, timed or not.
Unofficial study aid. Not affiliated with, endorsed by, or sponsored by Amazon Web Services.