You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect assignPublicIp: "ENABLED" to create task with Public IP as per AWS documentation: "assignPublicIp -> (string)
Whether the task's elastic network interface receives a public IP address. The default value is DISABLED ."
Without Public IP task can't pull Docker image and use CloudWatch
SUMMARY
ecs_task
doesn't haveassignPublicIp
param innetwork_configuration
ISSUE TYPE
COMPONENT NAME
ecs_task
ANSIBLE VERSION
CONFIGURATION
all default
OS / ENVIRONMENT
Ubuntu 18.04
STEPS TO REPRODUCE
EXPECTED RESULTS
I expect
assignPublicIp: "ENABLED"
to create task with Public IP as per AWS documentation: "assignPublicIp -> (string)Whether the task's elastic network interface receives a public IP address. The default value is DISABLED ."
Without Public IP task can't pull Docker image and use CloudWatch
ACTUAL RESULTS
https://docs.ansible.com/ansible/latest/collections/community/aws/ecs_task_module.html#parameter-network_configuration doesn't have this option
The text was updated successfully, but these errors were encountered: