LoginSignup
0
0

[AWS Q&A 365][ECS]Daily Five Common Questions #85

Posted at

1. Can Amazon ECS work with other AWS services?

Yes, Amazon ECS can work with other AWS services. For example, you can use Amazon ECS with AWS CloudFormation to deploy your application across multiple Regions and accounts in an automated and secure manner. You can also use AWS Copilot to build, release, and operate containerized applications on Amazon ECS.

2. Does Amazon ECS support temporary credentials?

Yes, Amazon ECS supports temporary credentials that you can manually create using the AWS CLI or AWS API. AWS recommends that you dynamically generate temporary credentials instead of using long-term access keys for security purposes.

3. Can I use service roles with Amazon ECS?

Yes, you can use service roles with Amazon ECS. A service role is an IAM role that a service assumes to perform actions on your behalf. An IAM administrator can create, modify, and delete a service role from within IAM.

4. Does Amazon ECS support attribute-based access control (ABAC)?

Yes, Amazon ECS supports attribute-based access control (ABAC), which is an authorization strategy that defines permissions based on attributes. You can attach tags to IAM entities (users or roles) and to many AWS resources, and then design ABAC policies to allow operations when the principal's tag matches the tag on the resource that they are trying to access.

5. Can I use access control lists (ACLs) with Amazon ECS?

No, Amazon ECS does not support access control lists (ACLs) to control which principals have permissions to access a resource. Instead, you can use resource-based policies or attribute-based access control (ABAC) to manage access to Amazon ECS resources.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0