1. Right Answer: C
Explanation: https://docs.aws.amazon.com/vpc/latest/userguide/vpce-gateway.html
2. Right Answer: D
Explanation: https://aws.amazon.com/sqs/faqs/Amazon SQS is a message queue service used by distributed applications to exchange messages through a polling model, and can be used to decouple sending and receiving components.
3. Right Answer: C
Explanation: Amazon Aurora features a distributed, fault-tolerant, self-healing storage system that auto-scales up to 64TB per database instance. It delivers high performance and availability with up to 15 low-latency read replicas, point-in-time recovery, continuous backup to Amazon S3, and replication across three Availability Zones (AZs).
4. Right Answer: A
Explanation: Amazon RDS uses snapshots for backup. Snapshots are encrypted when created only if the database is encrypted and you can only select encryption for the database when you first create it. In this case the database, and hence the snapshots, ad unencrypted. However, you can create an encrypted copy of a snapshot. You can restore using that snapshot which creates a new DB instance that has encryption enabled. From that point on encryption will be enabled for all snapshots.https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.html
5. Right Answer: A,B
Explanation: