0
0
AWScloud~20 mins

Data transfer cost awareness in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Data Transfer Cost Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding AWS Data Transfer Pricing Zones

Which AWS data transfer scenario typically incurs the highest cost?

AData transfer from an EC2 instance in one AWS region to an S3 bucket in a different AWS region
BData transfer between two EC2 instances in the same Availability Zone using private IP addresses
CData transfer from an EC2 instance to the internet within the same region
DData transfer between two EC2 instances in different Availability Zones within the same region
Attempts:
2 left
💡 Hint

Consider the cost differences between inter-region and intra-region data transfers.

Architecture
intermediate
2:00remaining
Optimizing Data Transfer Costs Between VPCs

You have two VPCs in the same AWS region. Which option minimizes data transfer costs when instances in these VPCs communicate?

AUse a public internet gateway for communication between instances
BUse VPC peering between the two VPCs
CUse a VPN connection over the internet between the VPCs
DUse AWS Direct Connect to connect the VPCs
Attempts:
2 left
💡 Hint

Think about the cheapest way to transfer data within the same region.

service_behavior
advanced
2:00remaining
Data Transfer Cost Behavior with AWS CloudFront

Which statement best describes data transfer costs when using AWS CloudFront to serve content from an S3 bucket?

AData transfer from S3 to CloudFront is free, but data transfer from CloudFront to users incurs charges
BData transfer from S3 to CloudFront and from CloudFront to users both incur charges
CData transfer from S3 to CloudFront and from CloudFront to users are both free
DData transfer from S3 to CloudFront incurs charges, but data transfer from CloudFront to users is free
Attempts:
2 left
💡 Hint

Consider how AWS charges for content delivery networks.

security
advanced
2:00remaining
Impact of Data Transfer Costs on Security Architecture

You want to secure data transfer between your on-premises network and AWS. Which approach reduces data transfer costs while maintaining security?

AUse a VPN connection over the public internet without encryption
BTransfer data over the public internet without any encryption
CUse a VPN connection over the public internet with IPsec encryption
DUse AWS Direct Connect with a private virtual interface and encrypt data at the application layer
Attempts:
2 left
💡 Hint

Think about secure, private connections that reduce internet data transfer costs.

Best Practice
expert
3:00remaining
Designing a Cost-Efficient Multi-Region Architecture

You need to design a multi-region AWS architecture that minimizes data transfer costs for frequent data replication between regions. Which strategy is best?

AUse VPC peering between regions to transfer data directly between EC2 instances
BUse S3 Cross-Region Replication with versioning enabled and replicate all objects immediately
CUse AWS DataSync with scheduled transfers during off-peak hours and compress data before transfer
DUse public internet transfers with encrypted connections between regions
Attempts:
2 left
💡 Hint

Consider tools designed for efficient data transfer and cost control.