List of questions
Related questions
Question 877 - SAA-C03 discussion
A company is designing a microservice-based architecture tor a new application on AWS. Each microservice will run on its own set of Amazon EC2 instances. Each microservice will need to interact with multiple AWS services such as Amazon S3 and Amazon Simple Queue Service (Amazon SQS).
The company wants to manage permissions for each EC2 instance based on the principle of least privilege.
Which solution will meet this requirement?
Assign an 1AM user to each micro-service. Use access keys stored within the application code to authenticate AWS service requests.
Create a single 1AM role that has permission to access all AWS services. Associate the 1AM role with all EC2 instances that run the microservices
Use AWS Organizations to create a separate account for each microservice. Manage permissions at the account level.
Create individual 1AM roles based on the specific needs of each microservice. Associate the 1AM roles with the appropriate EC2 instances.
0 comments
Leave a comment first