Q436. A company has a data late in Amazon S3 that needs to be accessed by hundreds of applications across many AWS accounts.The company's information security policy states that the S3 bucket must not be accessed over the public internet and that each application should have the minimum permissions necessary to function. To meet these requirements a solution architect plans to use an S3 access point that is restricted to specific VPCs for each
Application.Which combination of steps should the solutions architect take to implement this solution? (Choose Two)
A.Create an S3 access point for each application in the AWS account that owns the S3 bucket.Configure each access point to be accessible only from the application's VPC.Update the bucket policy to require access from an access point. B.Create an interface endpoint for Amazon S3 in each application's VPC Configure the endpoint policy to allow access to an S3 access point.Create a VPC gateway attachment for the S3 endpoint. C.Create a gateway endpoint for Amazon S3 in each application's VPC.Configure the endpoint policy to allow access to an S3 access point.Specify the route table that is used to access the access point. D.Create an S3 access point for each application in each AWS account and attach the access points in the S3 bucket.Configure each access point to accessible only from the application's VPC update the bucket policy to require access from an access point E.Create a gateway endpoint for Amazon S3 in the data lake's VPC.Attach an endpoint policy to allow access to the S3 bucket. Specify the route able that is used to access the bucket.正确答案DE