Explanation: AWS supports various regions to upload objects. The AWS Oregon (US West) region offers read after write consistency for PUTS and eventual consistency for the overwrite PUTS and DELETE operation. With read after write consistency, if the user creates an object unlike eventual consistency it will be visible immediately without any delays. It is useful for making a distributed system with less latency. With an eventual consistency model the user will have high durability. However, with read-after-write the user will have less latency and immediate availability.
Question : To access the AWS Security Token Service (STS) you can issue calls directly to the AWS STS Query API. This API is a web service interface that accepts ______ requests.
Explanation: As with IAM, the Security Token Service (STS), allow you to programmatically interact and request its services, through a set of Actions available in its API. As a good practice, such interactions should be carried out through HTTPS requests due to the sensibility of the data being transferred.
Question :
In VPC, the Main Route Table can be associated ______ with a subnet.
Explanation: By default, your VPC ships with a Route Table, to which every instance is implicitly associated in case no explicit association with other Route Table had been provided. Explicit associations to the Main Route Table, although unusual, are also possible.