Final Assessment : Architecting Solutions on AWS (AWS Fundamentals Specialization) Answers 2025
ChatGPT said:
Hereβs your quiz in β β OPASAN format with clear explanations π
Question 1
Which of the following options includes true statements for both Amazon S3 cross-Region replication and AWS Key Management Service (AWS KMS)?
β
To configure Amazon S3 cross-Region replication, the source and destination buckets can belong to different AWS accounts. Server-side encryption (SSE) is possible for replicated objects.
β To configure Amazon S3 cross-Region replication, both the source and destination buckets must belong to the same AWS account. Server-side encryption (SSE) is possible for replicated objects.
β To configure Amazon S3 cross-Region replication, both the source and destination buckets must belong to the same AWS account. Server-side encryption (SSE) is not possible for replicated objects.
β To configure Amazon S3 cross-Region replication, the source and destination buckets can belong to different AWS accounts. Server-side encryption is not possible for replicated objects.
Explanation:
S3 cross-Region replication (CRR) allows replication across accounts and Regions.
It also supports SSE (server-side encryption), including AWS KMS-managed keys.
Question 2
Which statements about Amazon VPC and the scope of AWS services are correct?
β
Amazon VPC gives the user full control over their virtual networking environment. Therefore, the solutions architect can define firewall rules on the networking level for VPC-based resources.
β
VPC-based services that reside in a private subnet require specific configurations to enable internet access, such as a NAT gateway and route tables.
β
AWS VPN solutions can be configured to establish secure connections between on-premises networks, remote offices, client devices, and the AWS global network.
β Because S3 buckets do not reside inside a VPC, the customer can rely on AWS to configure security mechanisms.
β When possible, customers should avoid having services reside in VPCs.
β Using AWS resources like S3 is less secure because they are public by default.
Explanation:
-
VPC = complete control over network (subnets, gateways, routing).
-
Private subnets need NAT gateways to reach the internet.
-
AWS VPN securely connects on-premises to the AWS network.
Question 3
Which statements about AWS Storage Gateway are correct?
β
AWS Storage Gateway is a set of hybrid cloud storage services that provide on-premises access to virtually unlimited cloud storage.
β
AWS Storage Gateway delivers data access to on-premises applications while taking advantage of the agility, economics, and security of the AWS Cloud.
β
AWS Storage Gateway helps support compliance requirements through integration with AWS Backup to manage the backup and recovery of Volume Gateway volumes.
β AWS Storage Gateway offers unlimited storage at the cost of new hardware.
β AWS Storage Gateway is limited to on-premises only.
β AWS Storage Gateway can only work as an S3 File Gateway.
Explanation:
AWS Storage Gateway bridges on-premises environments with AWS Cloud storage and integrates with AWS Backup and S3 for compliance and durability.
Question 4
Which set of AWS services best fit the βObject, File, and Block storageβ category?
β
Amazon S3, Amazon EFS, Amazon EBS, Amazon FSx
β AWS DataSync, AWS Snow Family
β AWS Storage Gateway, AWS Snow Family
β AWS Elastic Disaster Recovery, AWS Backup
Explanation:
-
Amazon S3 β Object storage
-
Amazon EFS β File storage
-
Amazon EBS β Block storage
-
Amazon FSx β Managed file systems (like Windows FSx, Lustre)
Question 5
True or False: Amazon S3 is better than Amazon EBS because it is designed to provide a higher level of data durability.
β
True
β False
Explanation:
Amazon S3 is designed for 99.999999999% (11 nines) durability, higher than EBS (99.999%).
S3 automatically replicates data across multiple Availability Zones, while EBS volumes are stored within a single AZ.
π§Ύ Summary Table
| # | β Correct Answer | Key Concept |
|---|---|---|
| 1 | S3 CRR can replicate across accounts with SSE | Secure multi-account replication |
| 2 | VPC control, NAT for private subnets, VPN connectivity | VPC networking & connectivity |
| 3 | Hybrid storage bridge, AWS Backup integration | Storage Gateway hybrid access |
| 4 | S3, EFS, EBS, FSx | Core AWS storage types |
| 5 | True | S3 has higher durability than EBS |