This message was deleted.
# atlantis-community
s
This message was deleted.
g
Hey @Michael Coombs! Without any context, I’d start here https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html
looks like your container doesn’t have permissions to call AWS SSM
it’s this module, right?
m
yes, that's the module and policy that's attached
p
you have secrets on the task definition?
m
no, i do not
p
meaning ARNs pointing to secrets in ssm on the task def
and defined as secret entries
g
Please check your task network configuration.
this is something to look into also. Do your specified private subnets have NAT gateways or VPC endpoints to SSM?
this 1
m
Thanks for the help @Gabriel Martinez and @PePe Amengual the issue was I didn't have a NAT gw in my private subnets
1
🙌 1
p
so if you had a vpc endpoint ( which you should no matter what) you might not need a nat gateway
m
ah... ok. thanks and i'll check into that
p
you should always have vpc endpoints, you save money that way and is more secure
☝️ 1
g
Rule of thumb, if it’s not DNS it’s NAT gateway 🤣
👍 1
Still, for Atlantis you need internet access anyway for it to download modules, providers, etc.
this 1