Study sets
English

AWS Certified Cloud Practitioner (CLF-C02) | Domain 4 Consolidated Billing, Data Transfer, and S3 Pricing Questions 05

1 / 100.0s

Problem 1

A standalone AWS account joined an AWS organization on August 15. After the account joined, the organization's management account pays the member account's charges.

Which statement best describes responsibility for the August charges?

View explanation

As of August 22, 2026, an organization's management account is responsible for a member account's charges from the date that the account joins the organization. Responsibility does not apply retroactively, so the payer changes on August 15 in this scenario. Consolidated billing neither erases pre-join charges nor moves them to the next month.

Problem 2

Three member accounts in an organization use Amazon S3. Each account alone remains below the next volume pricing tier, but their combined usage crosses that tier's threshold.

Which description of pricing under consolidated billing is most accurate?

View explanation

As of August 22, 2026, consolidated billing can combine usage for eligible services such as S3 and apply the volume pricing tier reached by the organization as a whole. The benefit is allocated among accounts according to their usage. Because not every service or charge uses the same aggregation rule, the applicable service pricing terms must still be checked.

Problem 3

A development account owns a Savings Plan but currently has little eligible usage. A production account in the same organization has substantial eligible usage. Discount sharing is enabled, and the owner account remains active.

In which order does the Savings Plan discount apply?

View explanation

As of August 22, 2026, a Savings Plan under consolidated billing first applies to eligible usage in the account that owns the plan. If discount sharing is enabled, the remaining benefit can apply to eligible usage in other accounts in the organization. The order is not reversed merely because another account has more usage, and the benefit is not always divided equally.

Problem 4

An image processing service receives large source files uploaded from internet users to Amazon EC2. It continuously delivers processed images from EC2 back to users on the internet.

Which direction generally deserves more attention in the data transfer estimate?

View explanation

As of August 22, 2026, Data Transfer In from the internet to AWS is generally free, while Data Transfer Out from AWS to the internet can be a major cost after the aggregated free allowance. The continuous delivery of processed images therefore deserves close attention in this estimate. Current terms for the specific service, Region, and path must also be checked.

Problem 5

Two EC2 tiers in the same Region exchange a large amount of bidirectional traffic. The Cost and Usage Report shows increasing cross-Availability Zone transfer costs, but the system must also tolerate the failure of one Availability Zone.

Which assessment best balances cost and availability?

View explanation

As of August 22, 2026, EC2 data transfer over private IP addresses within the same Availability Zone is free, while transfer across Availability Zones in one Region can be charged. However, consolidating everything into one AZ reduces resilience to an AZ failure. The appropriate response is to reduce unnecessary chatty traffic while preserving the multi-AZ architecture required for availability.

Problem 6

EC2 instances in a private subnet send large backups to Amazon S3 in the same Region. The current route uses a NAT Gateway, and the company wants to reduce processing charges beyond the direct data transfer between EC2 and S3.

Which improvement is most appropriate?

View explanation

As of August 22, 2026, direct data transfer between EC2 and S3 in the same Region can be free, but a path through a NAT Gateway can add separate processing charges. An S3 gateway endpoint removes the need for the NAT device and has no additional usage charge. S3 request and storage charges still apply separately.

Problem 7

A workload stores many 50 KB temporary files in S3 Standard-IA and deletes them after an average of 10 days. The analyst notices that the cost is not as low as expected from the small size and short lifetime of the files.

Which explanation is most appropriate?

View explanation

As of August 22, 2026, S3 Standard-IA bills objects smaller than 128 KB as 128 KB. Deleting, overwriting, or transitioning an object before 30 days also incurs the remaining minimum storage duration charge, and data retrieval has a charge. Small, short-lived, frequently retrieved data might therefore deliver less savings than the storage rate per GB alone suggests.

Problem 8

A company stores secondary media copies in S3 that can be recreated from originals kept on premises. Access is infrequent, and the copies can be rebuilt after an AZ loss, so storage across multiple Availability Zones is not required.

Which lower-cost storage class fits the requirement?

View explanation

As of August 22, 2026, S3 One Zone-IA stores data in one Availability Zone and costs less than Standard-IA, which stores data across multiple AZs. One Zone-IA is unsuitable for an irreplaceable sole copy because it is not resilient to the physical loss of an AZ. It fits this infrequently accessed secondary copy because the data can be recreated from another original.

Problem 9

Documents ranging from several hundred KB to several MB have unpredictable access patterns. They might remain unused for months and then become active. The same bucket also contains 100 KB objects. The company wants automatic cost optimization without retrieval charges.

Which statement is correct if the company chooses S3 Intelligent-Tiering?

View explanation

As of August 22, 2026, S3 Intelligent-Tiering automatically optimizes data with unknown or changing access patterns and has no retrieval charge. Objects of 128 KB or more have a monitoring and automation charge, while smaller objects are not monitored or automatically tiered and remain in the Frequent Access tier. It does not immediately archive every object.

Problem 10

A company must restore a large archive from S3 Glacier Flexible Retrieval for an audit. Work can begin in 12 hours, and minimizing data retrieval charges is more important than retrieval speed.

Which retrieval option is most appropriate?

View explanation

As of August 22, 2026, Bulk retrieval from S3 Glacier Flexible Retrieval usually takes 5–12 hours and has no data retrieval charge, matching both the 12-hour window and the cost priority. Other costs can still apply, including requests and temporary S3 Standard storage for the restored copy.