What are the two different types of VPC endpoints?
True or False. Amazon S3 and DynamoDB use interface endpoints.
False. Amazon S3 and DynamoDB use gateway endpoints.
True or False. You can access Amazon DynamoDB Streams through a VPC endpoint.
False. You cannot access Amazon DynamoDB Streams through a VPC endpoint.
Multi True and False. If False, why?
Does Cloudfront have a geo restriction functionality? And if yes, how does it work?
For example, if a request comes from a country where, for copyright reasons, you are not authorized to distribute your content, you can use CloudFront geo-restriction to block the request.
This is the easiest and most effective way to implement a geographic restriction for the delivery of content.
Can security groups block traffic based by country?
No, they cannot.
True or False. Geo restriction applies to an entire web distribution. If you need to apply one restriction to part of your content and a different restriction (or no restriction) to another part of your content, you must either create separate CloudFront web distributions or use a third-party geolocation service.
True.
True or False. One subnet can only connect with a single ACL but a single ACL can have multiple subnets.
True.
True or False. A subnet can only be associated with one or more route table at a time.
False. A subnet can only be associated with one route table at a time, but you can associate multiple subnets with the same route table.