Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 92 discussion

A company is storing sensitive user information in an Amazon S3 bucket. The company wants to provide secure access to this bucket from the application tier running on Amazon EC2 instances inside a VPC.
Which combination of steps should a solutions architect take to accomplish this? (Choose two.)

  • A. Configure a VPC gateway endpoint for Amazon S3 within the VPC.
  • B. Create a bucket policy to make the objects in the S3 bucket public.
  • C. Create a bucket policy that limits access to only the application tier running in the VPC.
  • D. Create an IAM user with an S3 access policy and copy the IAM credentials to the EC2 instance.
  • E. Create a NAT instance and have the EC2 instances use the NAT instance to access the S3 bucket.
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
PaulGa
1 month ago
Selected Answer: AD
A,D - altho' I stand corrected: D means copying credentials which introduces a security risk... so that means A,C
upvoted 1 times
...
jaradat02
2 months, 3 weeks ago
Selected Answer: AC
A removes the need for a NAT gateway and keeps the connection private, C restricts access to the bucket.
upvoted 2 times
...
awsgeek75
9 months ago
Selected Answer: AC
A: VPC S3 gateway for direct connection (no public internet) to access S3 C: Bucket policy to secure access and only allow the VPC application tier to access it B: Opens up to public D: Not secure to copy credentials E: NAT instance (obsolete now) is not useful for limiting resource access, it's for subnet connections
upvoted 4 times
...
rityoui
10 months ago
no one mentioned the translation issue, "limit access to sth" sounds like limit this but allow others, confusing for non-English speaker.
upvoted 2 times
...
Ruffyit
11 months, 3 weeks ago
) Configure a VPC gateway endpoint for Amazon S3 within the VPC. C) Create a bucket policy that limits access to only the application tier running in the VPC. The key requirements are secure access to the S3 bucket from EC2 instances in the VPC. A VPC endpoint for S3 allows connectivity from the VPC to S3 without needing internet access. The bucket policy should limit access only to the VPC by whitelisting the VPC endpoint.
upvoted 1 times
...
David_Ang
1 year ago
Selected Answer: AC
These are correct because "A" and "C" ensure secure access and secure connectivity between the S3 and the EC2 instances
upvoted 3 times
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: AC
The key requirements are to provide secure access to the S3 bucket only from the application tier EC2 instances inside the VPC. A VPC gateway endpoint allows private access to S3 from within the VPC without needing internet access. This keeps the traffic secure within the AWS network. The bucket policy should limit access to only the application tier, not make the objects public. This restricts access to the sensitive data to only the authorized application tier.
upvoted 1 times
...
Guru4Cloud
1 year, 2 months ago
Selected Answer: AC
The correct options are: A) Configure a VPC gateway endpoint for Amazon S3 within the VPC. C) Create a bucket policy that limits access to only the application tier running in the VPC. The key requirements are secure access to the S3 bucket from EC2 instances in the VPC. A VPC endpoint for S3 allows connectivity from the VPC to S3 without needing internet access. The bucket policy should limit access only to the VPC by whitelisting the VPC endpoint.
upvoted 2 times
...
sohailn
1 year, 2 months ago
ac is the correct answer, as per my knowledge people are confused with IAM user we can use IAM role for secure access.
upvoted 1 times
...
tamefi5512
1 year, 3 months ago
Selected Answer: AC
AC is the right answer
upvoted 1 times
...
cookieMr
1 year, 3 months ago
Selected Answer: AC
A. This eliminates the need for the traffic to go over the internet, providing an added layer of security. B. It is important to restrict access to the bucket and its objects only to authorized entities. C. This helps maintain the confidentiality of the sensitive user information by limiting access to authorized resources. D. In this case, since the EC2 instances are accessing the S3 bucket from within the VPC, using IAM user credentials is unnecessary and can introduce additional security risks. E. a NAT instance to access the S3 bucket adds unnecessary complexity and overhead. In summary, the recommended steps to provide secure access to the S3 from the application tier running on EC2 inside a VPC are to configure a VPC gateway endpoint for S3 within the VPC (option A) and create a bucket policy that limits access to only the application tier running in the VPC (option C).
upvoted 2 times
...
Bmarodi
1 year, 4 months ago
Selected Answer: AC
A & C the correct solutions.
upvoted 2 times
...
TillieEhaung
1 year, 5 months ago
Selected Answer: AC
A and C
upvoted 1 times
...
annabellehiro
1 year, 6 months ago
Selected Answer: AC
A and C
upvoted 1 times
...
Help2023
1 year, 7 months ago
Selected Answer: AC
The key part that many miss out on is 'Combination' The other answers are not wrong but A works with C and not with the rest as they need an internet connection.
upvoted 2 times
...
vherman
1 year, 7 months ago
Selected Answer: AC
AC is correct
upvoted 1 times
...
bdp123
1 year, 8 months ago
Selected Answer: AC
https://aws.amazon.com/premiumsupport/knowledge-center/s3-private-connection-noauthentication/
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...