简体   繁体   中英

AWS ECS Assumed Role using CloudFormation. Where to get assumed role for Docker micro service deployed in ECS?

I need to restrict bucket from using cloudformation with setting assumed role and iam role in principle using CFN?

You might need the environment variable as mentioned in the documetation .

ECS_ENABLE_TASK_IAM_ROLE=true

Enables IAM roles for tasks for containers with the bridge and default network modes.

ECS_ENABLE_TASK_IAM_ROLE_NETWORK_HOST=true

Enables IAM roles for tasks for containers with the host network mode. This variable is only supported on agent versions 1.12.0 and later.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM