

“Amazon EC2 instance store for maximum performance, Amazon EFS for durable data storage and Amazon S3 for archival storage” is incorrect. EBS is not going to provide as much I/O performance as an instance store volume so is not the best choice for this use case.Ĭ. “Amazon EBS for maximum performance, Amazon S3 for durable data storage, and Amazon S3 Glacier for archival storage” is incorrect. For archival the video files can then be moved to Amazon S3 Glacier which is a low cost storage option that is ideal for long-term archival.ī. This is safe to use for use cases where the data can be recreated from the source files so this is a good use case.įor storing data durably Amazon S3 is a good fit as it provides 99.999999999% of durability. The best I/O performance can be achieved by using instance store volumes for the video processing. “Amazon EC2 instance store for maximum performance, Amazon S3 for durable data storage, and Amazon S3 Glacier for archival storage”. Direct Connect gateway is used to connect a Direct Connect connection to multiple VPCs, it is not useful in this scenario as there is no Direct Connect connection. You cannot create an AWS Managed VPN connection between two VPCs.Ĭ. “Attach a Direct Connect gateway to VPC-TEST1 and VPC-TEST2 and enable routing” is incorrect. “Attach a virtual private gateway to VPC-TEST1 and VPC-TEST2 and enable routing” is incorrect. These are used with DynamoDB and S3 only.ī.

You cannot create VPC gateway endpoints for Amazon EC2 instances. “Create a VPC gateway endpoint for each EC2 instance and update route tables” is incorrect. The VPCs can be in different regions (also known as an inter-region VPC peering connection).Ī. You can create a VPC peering connection between your own VPCs, or with a VPC in another AWS account. Instances in either VPC can communicate with each other as if they are within the same network. “Create a VPC peering connection between VPC-TEST1 and VPC-TEST2.”Ī VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.
