S3 Access Points Flashcards

1
Q

What are Amazon S3 Access Points?

A

Amazon S3 Access Points are a feature that simplifies managing data access at scale for applications using shared data sets in S3. They are customized network endpoints attached to buckets that support different access policies and network configurations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do S3 Access Points work?

A

S3 Access Points work by allowing you to create access point-specific policies that override the policies applied at the bucket level. Each access point has its own unique ARN (Amazon Resource Name), simplifying permission management and access by different applications or users.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the benefits of using S3 Access Points?

A

Benefits include fine-grained access control for shared data sets, improved security by limiting access to a specific dataset, simplified management of access policies, and the ability to create endpoints within VPCs to ensure private access to S3 data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you create an S3 Access Point?

A

An S3 Access Point can be created through the AWS Management Console, AWS CLI, or AWS SDKs. You specify the bucket associated with the access point and define access policies directly when creating the access point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Can you restrict an S3 Access Point to a VPC?

A

Yes, S3 Access Points can be restricted to a VPC, which means that the access point will only allow requests that originate from the specified VPC, enhancing the security and privacy of access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the difference between S3 Access Points and bucket policies?

A

S3 Access Points provide a way to create access policies specific to a use case or application, directly at the access point level, without modifying the bucket policy. This allows for more granular and specific access control compared to broad bucket policies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does the use of S3 Access Points affect performance?

A

The use of S3 Access Points can improve performance and lower operational overhead by providing direct paths to specific datasets, minimizing the access management overhead at the bucket level and optimizing data access routes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Are there any naming conventions for S3 Access Points?

A

Yes, S3 Access Point names must be globally unique and follow DNS naming conventions because they can be used to create publicly accessible endpoints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can S3 Access Points be used with S3 Replication?

A

S3 Access Points are compatible with S3 Replication, allowing replication configurations to specify an access point as the destination for replicated data, enabling more specific control over replicated data access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an Alias for an S3 Access Point, and how is it used?

A

An Alias is a simplified hostname for an S3 Access Point that can be used to access data through the access point. It provides an easier way to reference the access point in applications and URLs, streamlining data access through customized endpoints.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly