本题库由云计算狂魔微信公众号分享。
【SAA-C03助理级解决方案架构师认证】
A company runs an application using Amazon ECS.The application creates resized versions of an original image and then makes Amazon S3 API calls to store the resized images in Amazon S3. How can a
solutions architect ensure that the application has permission to access Amazon S3?
A: Update the S3 role in AWS IAM to allow read/write access from Amazon ECS, and then relaunch the container.
B: Create an IAM role with S3 permissions ,and then specify that role as the taskRoleArn in the task definition.
C: Create a security group that allows access from Amazon ECS to AmazonS3,and update
the launch configuration used by the ECS cluster.
D: Create an IAM user with S3 permissions, and then relaunch the Amazon EC2 instances for the ECS cluster while logged in as this account.文章来源:https://www.toymoban.com/news/detail-668749.html
正确答案B
题目解析:
taskRoleArn The short name or full Amazon Resource Name(ARN) of the AWS Identity and Access Management(IAM) role that grants containers in the task permission to call AWS APIs on your behalf.文章来源地址https://www.toymoban.com/news/detail-668749.html
到了这里,关于AWS认证SAA-C03每日一题的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!